[Lunar-commits] <moonbase> ffmpegthumbnailer: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jan 5 16:14:32 CET 2010


commit 7d23f39effe3a934e2d07204b16a1faceda5ec16
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jan 5 10:14:32 2010 -0500

    ffmpegthumbnailer: Adding to moonbase.
---
 video/ffmpegthumbnailer/DEPENDS |    5 +++++
 video/ffmpegthumbnailer/DETAILS |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/video/ffmpegthumbnailer/DEPENDS b/video/ffmpegthumbnailer/DEPENDS
new file mode 100644
index 0000000..15636b5
--- /dev/null
+++ b/video/ffmpegthumbnailer/DEPENDS
@@ -0,0 +1,5 @@
+depends ffmpeg
+
+optional_depends libpng "--enable-png"  "--disable-png"  "for png graphic file support"
+optional_depends jpeg   "--enable-jpeg" "--disable-jpeg" "for JPEG graphics support"
+
diff --git a/video/ffmpegthumbnailer/DETAILS b/video/ffmpegthumbnailer/DETAILS
new file mode 100644
index 0000000..e1c6507
--- /dev/null
+++ b/video/ffmpegthumbnailer/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=ffmpegthumbnailer
+         VERSION=1.5.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://ffmpegthumbnailer.googlecode.com/files/
+      SOURCE_VFY=sha1:398782c347d4e77a546e57784242fbee0bf89b2b
+        WEB_SITE=http://code.google.com/p/ffmpegthumbnailer/
+         ENTERED=20100105
+         UPDATED=20100105
+           SHORT="create thumbnails from video files"
+
+cat << EOF
+This video thumbnailer can be used 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.
+EOF
+


More information about the Lunar-commits mailing list