summaryrefslogtreecommitdiffstats
path: root/extra/ffmpegthumbnailer
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
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')
-rwxr-xr-xextra/ffmpegthumbnailer/.footprint23
-rw-r--r--extra/ffmpegthumbnailer/.md5sum1
-rwxr-xr-xextra/ffmpegthumbnailer/Pkgfile18
3 files changed, 42 insertions, 0 deletions
diff --git a/extra/ffmpegthumbnailer/.footprint b/extra/ffmpegthumbnailer/.footprint
new file mode 100755
index 000000000..f5a680ff0
--- /dev/null
+++ b/extra/ffmpegthumbnailer/.footprint
@@ -0,0 +1,23 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ffmpegthumbnailer
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libffmpegthumbnailer/
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/filmstripfilter.h
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/histogram.h
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/ifilter.h
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/imagetypes.h
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/videoframe.h
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/videothumbnailer.h
+-rw-r--r-- root/root usr/include/libffmpegthumbnailer/videothumbnailerc.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libffmpegthumbnailer.la
+lrwxrwxrwx root/root usr/lib/libffmpegthumbnailer.so -> libffmpegthumbnailer.so.3.0.2
+lrwxrwxrwx root/root usr/lib/libffmpegthumbnailer.so.3 -> libffmpegthumbnailer.so.3.0.2
+-rwxr-xr-x root/root usr/lib/libffmpegthumbnailer.so.3.0.2
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libffmpegthumbnailer.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/ffmpegthumbnailer.1.gz
diff --git a/extra/ffmpegthumbnailer/.md5sum b/extra/ffmpegthumbnailer/.md5sum
new file mode 100644
index 000000000..f62f3f50f
--- /dev/null
+++ b/extra/ffmpegthumbnailer/.md5sum
@@ -0,0 +1 @@
+652ab839c7ca34c8e93091babcedc2d4 ffmpegthumbnailer-1.5.4.tar.gz
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
+}