pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpegthumbnailer Import ffmpegthumbnailer ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9699d99202e4
branches:  trunk
changeset: 552114:9699d99202e4
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Dec 28 12:32:15 2008 +0000

description:
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:

 multimedia/ffmpegthumbnailer/DESCR    |   6 ++++++
 multimedia/ffmpegthumbnailer/Makefile |  22 ++++++++++++++++++++++
 multimedia/ffmpegthumbnailer/PLIST    |   9 +++++++++
 multimedia/ffmpegthumbnailer/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 227bc247967e -r 9699d99202e4 multimedia/ffmpegthumbnailer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffmpegthumbnailer/DESCR        Sun Dec 28 12:32:15 2008 +0000
@@ -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 -r 227bc247967e -r 9699d99202e4 multimedia/ffmpegthumbnailer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffmpegthumbnailer/Makefile     Sun Dec 28 12:32:15 2008 +0000
@@ -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@localhost
+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 -r 227bc247967e -r 9699d99202e4 multimedia/ffmpegthumbnailer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffmpegthumbnailer/PLIST        Sun Dec 28 12:32:15 2008 +0000
@@ -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 -r 227bc247967e -r 9699d99202e4 multimedia/ffmpegthumbnailer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ffmpegthumbnailer/distinfo     Sun Dec 28 12:32:15 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index