summaryrefslogtreecommitdiff
path: root/multimedia/ffmpegthumbnailer
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
commit8f76ea11fc9311e0d4703d4da82673a530498d19 (patch)
tree5e3e9188798415123fc041dc17795f75ec94c94b /multimedia/ffmpegthumbnailer
parente0850730bce0448eb31565487ef9570f25a73a99 (diff)
downloadpkgsrc-8f76ea11fc9311e0d4703d4da82673a530498d19.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/ffmpegthumbnailer')
-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