aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.8.bb')
-rw-r--r--recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.8.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.8.bb b/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.8.bb
new file mode 100644
index 0000000..82a35e1
--- /dev/null
+++ b/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.8.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Video thumbnailer"
+DESCRIPTION = "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."
+HOMEPAGE = "http://code.google.com/p/ffmpegthumbnailer/"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
+SRC_URI = "http://ffmpegthumbnailer.googlecode.com/files/${PN}-${PV}.tar.gz"
+
+DEPENDS = "ffmpeg jpeg libpng"
+
+SRC_URI[md5sum] = "03e081f89778cd5e4fce30b29a4630e1"
+SRC_URI[sha256sum] = "2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b"
+
+PR = "r0"
+
+inherit autotools