[Lunar-commits] <moonbase> minitube: initial import
Jean-Michel Bruenn
wdp at lunar-linux.org
Sat Mar 19 16:20:01 CET 2011
commit 629250c12366a82950dbedb09775a720a4c0d726
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Sat Mar 19 16:20:01 2011 +0100
minitube: initial import
---
video/minitube/BUILD | 6 ++++++
video/minitube/DEPENDS | 9 +++++++++
video/minitube/DETAILS | 18 ++++++++++++++++++
3 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/video/minitube/BUILD b/video/minitube/BUILD
new file mode 100644
index 0000000..29f1f58
--- /dev/null
+++ b/video/minitube/BUILD
@@ -0,0 +1,6 @@
+(
+
+ qmake &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/video/minitube/DEPENDS b/video/minitube/DEPENDS
new file mode 100644
index 0000000..461e3dd
--- /dev/null
+++ b/video/minitube/DEPENDS
@@ -0,0 +1,9 @@
+depends qt4
+depends libxml2
+depends phonon
+depends phonon-backend-gstreamer
+depends dbus
+
+#yes, they're needed - Without them most stuff in minitube won't be playable.
+optional_depends "gst-plugins-good" "" "" "For additional audio/video codecs (recommended)"
+optional_depends "gst-plugins-ugly" "" "" "For additional audio/video codecs (recommended)"
diff --git a/video/minitube/DETAILS b/video/minitube/DETAILS
new file mode 100644
index 0000000..06b8678
--- /dev/null
+++ b/video/minitube/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=minitube
+ VERSION=1.4.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://flavio.tordini.org/files/$MODULE/
+ SOURCE_VFY=sha1:6758623eaa626c72a405a9028e3bc5585dfa779f
+SOURCE_DIRECTORY=$MODULE
+ WEB_SITE=http://flavio.tordini.org/minitube
+ ENTERED=20110319
+ UPDATED=20110319
+ SHORT="Minitube, YouTube app"
+
+cat << EOF
+Minitube is a YouTube desktop application. With it you can watch
+YouTube videos in a new way: you type a keyword, Minitube gives
+you an endless video stream. Minitube is not about cloning the
+original YouTube web interface, it aims to create a new TV-like
+experience.
+EOF
More information about the Lunar-commits
mailing list