diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 21:31:34 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 21:31:34 +0200 |
commit | 1ddd65532ea945720fd84a6a54f02c1b0c886240 (patch) | |
tree | e2a5708c3d3b897b5858d7e084e90f11813af2ce /extra/ffmpegthumbnailer/Pkgfile | |
parent | 860b129a0379fcf192394c809a9cfaeb873dbd7a (diff) | |
download | nutyx-extra-1ddd65532ea945720fd84a6a54f02c1b0c886240.tar.gz nutyx-extra-1ddd65532ea945720fd84a6a54f02c1b0c886240.tar.bz2 nutyx-extra-1ddd65532ea945720fd84a6a54f02c1b0c886240.tar.xz nutyx-extra-1ddd65532ea945720fd84a6a54f02c1b0c886240.zip |
Ajout de ffmpegthumbnailer#1.5.4-1
Diffstat (limited to 'extra/ffmpegthumbnailer/Pkgfile')
-rwxr-xr-x | extra/ffmpegthumbnailer/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/ffmpegthumbnailer/Pkgfile b/extra/ffmpegthumbnailer/Pkgfile new file mode 100755 index 000000000..079e203d6 --- /dev/null +++ b/extra/ffmpegthumbnailer/Pkgfile @@ -0,0 +1,18 @@ +# 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 + +name=ffmpegthumbnailer +version=1.5.4 +release=1 +source=(http://ffmpegthumbnailer.googlecode.com/files/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install +} |