From: Michael 'Mickey' Lauer Date: Mon, 26 Jan 2009 23:14:16 +0000 (+0100) Subject: python-coherence: new recipe; python multimedia framework X-Git-Tag: Release-2010-05/1~4090 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e218cb89e6e971ac582114fd2b6137a0bfc2cfed;p=openembedded.git python-coherence: new recipe; python multimedia framework --- diff --git a/conf/checksums.ini b/conf/checksums.ini index db7ca384a0..e75900d7dd 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 0000000000..f22d1039c2 --- /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 a311c9932d..de3c555a83 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 \