[Lunar-commits] <moonbase> miro: an integrated video downloader (torrents, websites etc) and viewer

Auke Kok sofar at foo-projects.org
Fri Feb 8 22:55:52 CET 2008


commit da2b8b302bf144366fb6b91f74149da150dd7232
Author: Auke Kok <auke at foo-projects.org>
Date:   Fri Feb 8 22:55:52 2008 +0100

    miro: an integrated video downloader (torrents, websites etc) and viewer
    
    v1.1, enjoy.
    
    (I can't actually test it right now since miro does not support http proxies
    just yet, but this is as far as I've ever seen miro work - it attempts to
    get the feeds properly, and does indeed play video's in it's screen
    correctly).
    
    please test.
---
 video/miro/BUILD   |   12 ++++++++++++
 video/miro/DEPENDS |    7 +++++++
 video/miro/DETAILS |   12 ++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/video/miro/BUILD b/video/miro/BUILD
new file mode 100644
index 0000000..bfee68e
--- /dev/null
+++ b/video/miro/BUILD
@@ -0,0 +1,12 @@
+(
+
+  prepare_install &&
+
+  cd platform/gtk-x11 &&
+  sedit 's/dbus_bindings.bus_release_name/dbus.dbus_bindings.bus_release_name/' onetime.py &&
+  sedit 's/dbus.service.Object.__init__(self, bus_name,/dbus.service.Object.__init__(self, bus_name=bus_name, /' onetime.py &&
+  sedit 's/import bsddb.db/import bsddb3/' ../../portable/storedatabase.py &&
+  sedit 's/import bsddb/import bsddb3/' ../../portable/dl_daemon/download.py &&
+  python setup.py install --root=/
+
+) > $C_FIFO 2>&1
diff --git a/video/miro/DEPENDS b/video/miro/DEPENDS
new file mode 100644
index 0000000..6ad9bbe
--- /dev/null
+++ b/video/miro/DEPENDS
@@ -0,0 +1,7 @@
+depends pygtk2
+depends boost
+depends xine-lib
+depends Pyrex
+depends firefox
+depends bsddb3
+depends Twisted
diff --git a/video/miro/DETAILS b/video/miro/DETAILS
new file mode 100644
index 0000000..9ea7be5
--- /dev/null
+++ b/video/miro/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=miro
+         VERSION=1.1
+          SOURCE=Miro-${VERSION}.tar.gz
+      SOURCE_URL=http://ftp.osuosl.org/pub/pculture.org/miro/src/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Miro-$VERSION
+        WEB_SITE="http://www.getmiro.com/"
+         ENTERED=20080208
+         UPDATED=20080208
+           SHORT="Video library and player"
+cat <<EOF
+Video library and player
+EOF


More information about the Lunar-commits mailing list