python-coherence: new recipe; python multimedia framework
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 26 Jan 2009 23:14:16 +0000 (00:14 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 26 Jan 2009 23:14:16 +0000 (00:14 +0100)
conf/checksums.ini
packages/python/python-coherence_0.6.0.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

index db7ca38..e75900d 100644 (file)
@@ -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 (file)
index 0000000..f22d103
--- /dev/null
@@ -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}"
+
index a311c99..de3c555 100644 (file)
@@ -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 \