summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-28 12:32:15 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-28 12:32:15 +0000
commitb437a5c77f41c72b0b8e3fe93c7461aa113d9589 (patch)
tree5e3e9188798415123fc041dc17795f75ec94c94b /multimedia
parentec1ff164d3e55f4e66607dd22b8c6baca52a0c3a (diff)
downloadpkgsrc-b437a5c77f41c72b0b8e3fe93c7461aa113d9589.tar.gz
Import ffmpegthumbnailer version 1.3.0.
This video thumbnailer can be used by file managers to create thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the video files, so supported videoformats depend on the configuration flags of ffmpeg. This thumbnailer was designed to be as fast and lightweight as possible. The only dependencies are ffmpeg, libpng and libjpeg.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpegthumbnailer/DESCR6
-rw-r--r--multimedia/ffmpegthumbnailer/Makefile22
-rw-r--r--multimedia/ffmpegthumbnailer/PLIST9
-rw-r--r--multimedia/ffmpegthumbnailer/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/multimedia/ffmpegthumbnailer/DESCR b/multimedia/ffmpegthumbnailer/DESCR
new file mode 100644
index 00000000000..558c12bb7b7
--- /dev/null
+++ b/multimedia/ffmpegthumbnailer/DESCR
@@ -0,0 +1,6 @@
+This video thumbnailer can be used by file managers to create thumbnails for
+your video files. The thumbnailer uses ffmpeg to decode frames from the video
+files, so supported videoformats depend on the configuration flags of ffmpeg.
+
+This thumbnailer was designed to be as fast and lightweight as possible. The
+only dependencies are ffmpeg, libpng and libjpeg.
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile
new file mode 100644
index 00000000000..acb82aa755e
--- /dev/null
+++ b/multimedia/ffmpegthumbnailer/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $
+#
+
+DISTNAME= ffmpegthumbnailer-1.3.0
+CATEGORIES= multimedia
+MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer/
+COMMENT= Lightweight video thumbnailer that can be used by file managers
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= libffmpegthumbnailer.pc.in
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../multimedia/ffmpeg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/ffmpegthumbnailer/PLIST b/multimedia/ffmpegthumbnailer/PLIST
new file mode 100644
index 00000000000..2075e895bee
--- /dev/null
+++ b/multimedia/ffmpegthumbnailer/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $
+bin/ffmpegthumbnailer
+include/libffmpegthumbnailer/imagetypes.h
+include/libffmpegthumbnailer/videothumbnailer.h
+include/libffmpegthumbnailer/videothumbnailerc.h
+lib/libffmpegthumbnailer.la
+lib/pkgconfig/libffmpegthumbnailer.pc
+man/man1/ffmpegthumbnailer.1
+@dirrm include/libffmpegthumbnailer
diff --git a/multimedia/ffmpegthumbnailer/distinfo b/multimedia/ffmpegthumbnailer/distinfo
new file mode 100644
index 00000000000..d03eba66966
--- /dev/null
+++ b/multimedia/ffmpegthumbnailer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/28 12:32:15 jmcneill Exp $
+
+SHA1 (ffmpegthumbnailer-1.3.0.tar.gz) = 8b29dde56dece30ebc351611ea40fcff83e1d317
+RMD160 (ffmpegthumbnailer-1.3.0.tar.gz) = 343ecee23543beb23030655942d381e390010454
+Size (ffmpegthumbnailer-1.3.0.tar.gz) = 322063 bytes