Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9a9db795f6de274d287f09887677ec6972f1fd6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9a9db795f6de274d287f09887677ec6972f1fd6e)
  • Date: Tue, 16 Jun 2009 20:15:08 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
video/minitube/BUILD | 2 ++
video/minitube/DEPENDS | 2 ++
video/minitube/DETAILS | 15 +++++++++++++++
video/minitube/HISTORY | 3 +++
video/minitube/INSTALL | 2 ++
6 files changed, 27 insertions(+)

New commits:
commit 9a9db795f6de274d287f09887677ec6972f1fd6e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

video/minitube: new spell, a native YouTube client

Minitube is a native YouTube client. With it you can watch YouTube
videos in a new way: you type a keyword, Minitube gives you an endless
video stream. Minitube does not require the Flash Player.

DEPENDS needs to be fixed, I had to recast qt4 after phonon (probably)
and cast gst-ffmpeg (h.264).

diff --git a/ChangeLog b/ChangeLog
index e4c236b..aaf9689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-06-17 Ladislav Hagara <hgr AT vabo.cz>
+ * video/minitube: new spell, a native YouTube client
+
2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
* devel/mono-basic: new spell, mono based VB
* devel/moon: new spell, silverlight for mono 2.4
diff --git a/video/minitube/BUILD b/video/minitube/BUILD
new file mode 100755
index 0000000..3ba0b3a
--- /dev/null
+++ b/video/minitube/BUILD
@@ -0,0 +1,2 @@
+/usr/bin/qt4/qmake &&
+make
diff --git a/video/minitube/DEPENDS b/video/minitube/DEPENDS
new file mode 100755
index 0000000..03c0a24
--- /dev/null
+++ b/video/minitube/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends phonon
diff --git a/video/minitube/DETAILS b/video/minitube/DETAILS
new file mode 100755
index 0000000..98c4b08
--- /dev/null
+++ b/video/minitube/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=minitube
+ VERSION=0.3
+ SOURCE="${SPELL}-src-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://flavio.tordini.org/files/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:b27984499d77350facfa042cc3aebe77a413f6e06ad2d76dc60c59c174ce918c54d28b467b55a2b71972380af53bae88fbd666807ce96d9c532790fc6bd51453
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://flavio.tordini.org/minitube";
+ LICENSE[0]=GPL
+ ENTERED=20090617
+ SHORT="a native YouTube client"
+cat << EOF
+Minitube is a native YouTube client. With it you can watch YouTube videos
+in a new way: you type a keyword, Minitube gives you an endless video
+stream. Minitube does not require the Flash Player.
+EOF
diff --git a/video/minitube/HISTORY b/video/minitube/HISTORY
new file mode 100644
index 0000000..ca55d25
--- /dev/null
+++ b/video/minitube/HISTORY
@@ -0,0 +1,3 @@
+2009-06-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 0.3
+
diff --git a/video/minitube/INSTALL b/video/minitube/INSTALL
new file mode 100755
index 0000000..676be5b
--- /dev/null
+++ b/video/minitube/INSTALL
@@ -0,0 +1,2 @@
+install -m 755 build/target/minitube $INSTALL_ROOT/usr/bin &&
+install -m 644 images/app.png $INSTALL_ROOT/usr/share/pixmaps/minitube.png



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9a9db795f6de274d287f09887677ec6972f1fd6e), Ladislav Hagara, 06/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page