[Lunar-commits] <moonbase> elisa
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:52 CET 2009
commit 8313774ebe02d8411961afd997f0757c4604d5f5
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Mon Oct 20 21:01:55 2008 +0200
elisa
---
video/elisa-plugins-bad/BUILD | 7 +++++++
video/elisa-plugins-bad/DEPENDS | 7 +++++++
video/elisa-plugins-bad/DETAILS | 14 ++++++++++++++
video/elisa-plugins-good/BUILD | 7 +++++++
video/elisa-plugins-good/DEPENDS | 7 +++++++
video/elisa-plugins-good/DETAILS | 14 ++++++++++++++
video/elisa-plugins-ugly/BUILD | 7 +++++++
video/elisa-plugins-ugly/DEPENDS | 7 +++++++
video/elisa-plugins-ugly/DETAILS | 14 ++++++++++++++
video/elisa/DEPENDS | 5 ++++-
video/elisa/DETAILS | 4 ++--
11 files changed, 90 insertions(+), 3 deletions(-)
diff --git a/video/elisa-plugins-bad/BUILD b/video/elisa-plugins-bad/BUILD
new file mode 100644
index 0000000..dfd9c3f
--- /dev/null
+++ b/video/elisa-plugins-bad/BUILD
@@ -0,0 +1,7 @@
+(
+
+python setup.py build &&
+prepare_install &&
+python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/video/elisa-plugins-bad/DEPENDS b/video/elisa-plugins-bad/DEPENDS
new file mode 100644
index 0000000..07c149f
--- /dev/null
+++ b/video/elisa-plugins-bad/DEPENDS
@@ -0,0 +1,7 @@
+depends Python
+depends setuptools
+depends pigment-python
+depends Twisted
+depends pysqlite
+depends pyopenssl
+depends pycairo
diff --git a/video/elisa-plugins-bad/DETAILS b/video/elisa-plugins-bad/DETAILS
new file mode 100644
index 0000000..5078a06
--- /dev/null
+++ b/video/elisa-plugins-bad/DETAILS
@@ -0,0 +1,14 @@
+MODULE=elisa-plugins-bad
+VERSION=0.5.15
+SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL=http://elisa.fluendo.com/download/elisa/
+SOURCE_VFY=sha1:0d8041d27e90d66143c77dcab51387a8e25fb254
+WEBSITE=http://elisa.fluendo.com
+ENTERED=20081007
+UPDATED=20081007
+SHORT="media center software"
+
+cat<< EOF
+Elisa is an open source cross-platform media center connecting the
+Internet to an all-in-one media player.
+EOF
diff --git a/video/elisa-plugins-good/BUILD b/video/elisa-plugins-good/BUILD
new file mode 100644
index 0000000..dfd9c3f
--- /dev/null
+++ b/video/elisa-plugins-good/BUILD
@@ -0,0 +1,7 @@
+(
+
+python setup.py build &&
+prepare_install &&
+python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/video/elisa-plugins-good/DEPENDS b/video/elisa-plugins-good/DEPENDS
new file mode 100644
index 0000000..07c149f
--- /dev/null
+++ b/video/elisa-plugins-good/DEPENDS
@@ -0,0 +1,7 @@
+depends Python
+depends setuptools
+depends pigment-python
+depends Twisted
+depends pysqlite
+depends pyopenssl
+depends pycairo
diff --git a/video/elisa-plugins-good/DETAILS b/video/elisa-plugins-good/DETAILS
new file mode 100644
index 0000000..e13aba9
--- /dev/null
+++ b/video/elisa-plugins-good/DETAILS
@@ -0,0 +1,14 @@
+MODULE=elisa-plugins-good
+ VERSION=0.5.15
+SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL=http://elisa.fluendo.com/download/elisa/
+SOURCE_VFY=sha1:4b525c979d35f5e2f2a637207ef4c681d908bb4a
+WEBSITE=http://elisa.fluendo.com
+ENTERED=20081007
+UPDATED=20081007
+SHORT="media center software"
+
+cat<< EOF
+Elisa is an open source cross-platform media center connecting the
+Internet to an all-in-one media player.
+EOF
diff --git a/video/elisa-plugins-ugly/BUILD b/video/elisa-plugins-ugly/BUILD
new file mode 100644
index 0000000..dfd9c3f
--- /dev/null
+++ b/video/elisa-plugins-ugly/BUILD
@@ -0,0 +1,7 @@
+(
+
+python setup.py build &&
+prepare_install &&
+python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/video/elisa-plugins-ugly/DEPENDS b/video/elisa-plugins-ugly/DEPENDS
new file mode 100644
index 0000000..07c149f
--- /dev/null
+++ b/video/elisa-plugins-ugly/DEPENDS
@@ -0,0 +1,7 @@
+depends Python
+depends setuptools
+depends pigment-python
+depends Twisted
+depends pysqlite
+depends pyopenssl
+depends pycairo
diff --git a/video/elisa-plugins-ugly/DETAILS b/video/elisa-plugins-ugly/DETAILS
new file mode 100644
index 0000000..08a29c2
--- /dev/null
+++ b/video/elisa-plugins-ugly/DETAILS
@@ -0,0 +1,14 @@
+MODULE=elisa-plugins-ugly
+VERSION=0.5.15
+SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL=http://elisa.fluendo.com/download/elisa/
+SOURCE_VFY=sha1:c6519a57cd7731ae20e03a35e1858603fd007c2f
+WEBSITE=http://elisa.fluendo.com
+ENTERED=20081007
+UPDATED=20081007
+SHORT="media center software"
+
+cat<< EOF
+Elisa is an open source cross-platform media center connecting the
+Internet to an all-in-one media player.
+EOF
diff --git a/video/elisa/DEPENDS b/video/elisa/DEPENDS
index 4bf7715..93b7255 100644
--- a/video/elisa/DEPENDS
+++ b/video/elisa/DEPENDS
@@ -2,6 +2,9 @@ depends Python
depends setuptools
depends pigment-python
depends Twisted
-depends gst-python
depends pysqlite
depends pyopenssl
+depends pycairo
+depends elisa-plugins-good
+depends elisa-plugins-bad
+depends elisa-plugins-ugly
diff --git a/video/elisa/DETAILS b/video/elisa/DETAILS
index 69060e4..2c4418c 100644
--- a/video/elisa/DETAILS
+++ b/video/elisa/DETAILS
@@ -1,8 +1,8 @@
MODULE=elisa
-VERSION=0.5.13
+VERSION=0.5.15
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://elisa.fluendo.com/download/elisa/
-SOURCE_VFY=sha1:c33d3d90f8d2de3a16962765951168cd97916d18
+SOURCE_VFY=sha1:a4715e7d4dfc7d3f1eb3810d3024df463c68aef2
WEBSITE=http://elisa.fluendo.com
ENTERED=20081007
UPDATED=20081007
More information about the Lunar-commits
mailing list