[oe-commits] Michael 'Mickey' Lauer : python-coherence: new recipe; python multimedia framework

GIT User account git at amethyst.openembedded.net
Mon Jan 26 23:15:57 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e218cb89e6e971ac582114fd2b6137a0bfc2cfed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e218cb89e6e971ac582114fd2b6137a0bfc2cfed

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 27 00:14:16 2009 +0100

python-coherence: new recipe; python multimedia framework

---

 conf/checksums.ini                        |    4 ++++
 packages/python/python-coherence_0.6.0.bb |   13 +++++++++++++
 packages/tasks/task-python-everything.bb  |    3 ++-
 3 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index db7ca38..e75900d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -122,6 +122,10 @@ sha256=771206f2b7a916ce0dfb93d82200472beaeb910248482734179bf36808e486b1
 md5=86d95ee16854a5503dc9f86a2f2ffa83
 sha256=8750d58745e57654820aa9359891cb0d875d804dbfcfa2e1bb95c56531e423d1
 
+[http://coherence.beebits.net/download/Coherence-0.6.0.tar.gz]
+md5=3180cf36a7bc401aefb236f4b5dbf14e
+sha256=2aa1906562387a5de05df25a3140ada89df648ccc4eac4ae7b583d0e029103e7
+
 [http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.42.tar.gz]
 md5=1ab76bfd6731d80f6abbd1643c90cabd
 sha256=7794d91711e8c9e526431da72c53bb08e14790f326d0e330d9e9d651f3f6fc6c
diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb
new file mode 100644
index 0000000..f22d103
--- /dev/null
+++ b/packages/python/python-coherence_0.6.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends"
+SECTION = "python/devel"
+LICENSE = "MIT"
+HOMEPAGE = "http://coherence.beebits.net/wiki"
+PR = "r0"
+
+inherit setuptools
+
+SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz"
+S = "${WORKDIR}/Coherence-${PV}"
+
+FILES_${PN} += "${datadir}"
+
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb
index a311c99..de3c555 100644
--- a/packages/tasks/task-python-everything.bb
+++ b/packages/tasks/task-python-everything.bb
@@ -2,11 +2,12 @@ DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
 PV = "2.6"
-PR = "ml41"
+PR = "ml42"
 
 RDEPENDS = "\
   python-ao \
   python-cheetah \
+  python-coherence \
   python-connexion \
   python-constraint \
   python-daap \





More information about the Openembedded-commits mailing list