summaryrefslogtreecommitdiffstats
path: root/extra/ffmpegthumbnailer/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-19 12:52:50 +0100
committersibel <lesibel@free.fr>2011-03-19 12:52:50 +0100
commit9b98ee775fb8d88fce93e6545566046c97f8ba3e (patch)
treededa5e51424aa206e318dc348f6b082006068816 /extra/ffmpegthumbnailer/Pkgfile
parentd7d8d8dd7a444d481b989fa3d1c58507510e2b5e (diff)
parentd367ff59dc632cdfcf86aef1d77d591016766024 (diff)
downloadnutyx-extra-9b98ee775fb8d88fce93e6545566046c97f8ba3e.tar.gz
nutyx-extra-9b98ee775fb8d88fce93e6545566046c97f8ba3e.tar.bz2
nutyx-extra-9b98ee775fb8d88fce93e6545566046c97f8ba3e.tar.xz
nutyx-extra-9b98ee775fb8d88fce93e6545566046c97f8ba3e.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/ffmpegthumbnailer/Pkgfile')
-rwxr-xr-xextra/ffmpegthumbnailer/Pkgfile6
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