# Description: Cree des vignettes de vos fichiers videos # URL: http://code.google.com/p/ffmpegthumbnailer/ # Maintainer: NuTyX core team # Packager: fred.galusik at gmail dot com # Depends on: ffmpeg, libjpeg, libpng # Run on: ffmpeg,libjpeg,libpng name=ffmpegthumbnailer version=2.0.6 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) build() { cd $name-$version patch -Np1 -i ../ffmpegthumbnailer-2.0.6-libpng-1.patch ./configure --prefix=/usr \ --disable-static make make DESTDIR=$PKG install }