[Lunar-commits] <moonbase> kffmpegthumbnailer: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jan 5 16:14:55 CET 2010
commit 26a4c2dd76b54b7001529e05299bfa105111b66c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jan 5 10:14:55 2010 -0500
kffmpegthumbnailer: Adding to moonbase.
---
kde4/utils/kffmpegthumbnailer/BUILD | 18 ++++++++++++++++++
kde4/utils/kffmpegthumbnailer/DEPENDS | 1 +
kde4/utils/kffmpegthumbnailer/DETAILS | 15 +++++++++++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/kde4/utils/kffmpegthumbnailer/BUILD b/kde4/utils/kffmpegthumbnailer/BUILD
new file mode 100644
index 0000000..7da6879
--- /dev/null
+++ b/kde4/utils/kffmpegthumbnailer/BUILD
@@ -0,0 +1,18 @@
+(
+
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/utils/kffmpegthumbnailer/DEPENDS b/kde4/utils/kffmpegthumbnailer/DEPENDS
new file mode 100644
index 0000000..2b7f00c
--- /dev/null
+++ b/kde4/utils/kffmpegthumbnailer/DEPENDS
@@ -0,0 +1 @@
+depends ffmpegthumbnailer
diff --git a/kde4/utils/kffmpegthumbnailer/DETAILS b/kde4/utils/kffmpegthumbnailer/DETAILS
new file mode 100644
index 0000000..acaea8e
--- /dev/null
+++ b/kde4/utils/kffmpegthumbnailer/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=kffmpegthumbnailer
+ VERSION=1.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ffmpegthumbnailer.googlecode.com/files/
+ SOURCE_VFY=sha1:5c1ac0a8f5621066e82de7556d64129bb47cbb6e
+ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+ WEB_SITE=http://code.google.com/p/ffmpegthumbnailer/
+ ENTERED=20100105
+ UPDATED=20100105
+ SHORT="KDE based ffmpegthumbnailer"
+
+cat << EOF
+KDE based ffmpegthumbnailer.
+EOF
+
More information about the Lunar-commits
mailing list