summaryrefslogtreecommitdiffstats
path: root/extra/ffmpegthumbnailer/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 21:31:34 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 21:31:34 +0200
commit1ddd65532ea945720fd84a6a54f02c1b0c886240 (patch)
treee2a5708c3d3b897b5858d7e084e90f11813af2ce /extra/ffmpegthumbnailer/Pkgfile
parent860b129a0379fcf192394c809a9cfaeb873dbd7a (diff)
downloadnutyx-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-xextra/ffmpegthumbnailer/Pkgfile18
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
+}