summaryrefslogtreecommitdiffstats
path: root/extra/ffmpegthumbnailer/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ffmpegthumbnailer/Pkgfile')
-rwxr-xr-xextra/ffmpegthumbnailer/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/ffmpegthumbnailer/Pkgfile b/extra/ffmpegthumbnailer/Pkgfile
index 7a8f8f2f8..1d1d9c5af 100755
--- a/extra/ffmpegthumbnailer/Pkgfile
+++ b/extra/ffmpegthumbnailer/Pkgfile
@@ -6,16 +6,14 @@
# Run on: ffmpeg,libjpeg,libpng
name=ffmpegthumbnailer
-version=2.0.6
+version=2.0.7
release=1
-source=(http://ffmpegthumbnailer.googlecode.com/files/$name-$version.tar.gz\
- http://nutyx.meticul.eu/files/patchs/$name/ffmpegthumbnailer-2.0.6-libpng-1.patch)
+source=(http://ffmpegthumbnailer.googlecode.com/files/$name-$version.tar.gz)
build() {
-cd $name-$version
- patch -Np1 -i ../ffmpegthumbnailer-2.0.6-libpng-1.patch
+ cd $name-$version
./configure --prefix=/usr \
- --disable-static
+ --enable-gio
make
make DESTDIR=$PKG install
}