diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 12:36:58 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 12:36:58 +0100 |
commit | 3b5a2c433b03e8127fd71af733657ff4ade6c305 (patch) | |
tree | 5dfc49fd84d0bb3c392f9d36c876446a76e79dc6 /extra/ffmpegthumbnailer/Pkgfile | |
parent | 715dcab75ff7d0728e470eb0dd9ea39739022192 (diff) | |
download | nutyx-extra-3b5a2c433b03e8127fd71af733657ff4ade6c305.tar.gz nutyx-extra-3b5a2c433b03e8127fd71af733657ff4ade6c305.tar.bz2 nutyx-extra-3b5a2c433b03e8127fd71af733657ff4ade6c305.tar.xz nutyx-extra-3b5a2c433b03e8127fd71af733657ff4ade6c305.zip |
ffmpegthumbnailer, maj 2.0.6-1
Diffstat (limited to 'extra/ffmpegthumbnailer/Pkgfile')
-rwxr-xr-x | extra/ffmpegthumbnailer/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/ffmpegthumbnailer/Pkgfile b/extra/ffmpegthumbnailer/Pkgfile index c152ef210..7a8f8f2f8 100755 --- a/extra/ffmpegthumbnailer/Pkgfile +++ b/extra/ffmpegthumbnailer/Pkgfile @@ -6,12 +6,14 @@ # Run on: ffmpeg,libjpeg,libpng name=ffmpegthumbnailer -version=1.5.4 +version=2.0.6 release=1 -source=(http://ffmpegthumbnailer.googlecode.com/files/$name-$version.tar.gz) +source=(http://ffmpegthumbnailer.googlecode.com/files/$name-$version.tar.gz\ + http://nutyx.meticul.eu/files/patchs/$name/ffmpegthumbnailer-2.0.6-libpng-1.patch) build() { cd $name-$version + patch -Np1 -i ../ffmpegthumbnailer-2.0.6-libpng-1.patch ./configure --prefix=/usr \ --disable-static make |