From 1c5ed1ecc3191c34dd424cbaf113efca7809cc25 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 2 Mar 2009 17:21:33 +0100 Subject: [PATCH] python-coherence: updated to 0.6.2 --- conf/checksums.ini | 5 +++++ packages/python/python-coherence_0.6.2.bb | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 packages/python/python-coherence_0.6.2.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index d0cd1fab5c..5215f8d56b 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -130,6 +130,10 @@ sha256=8750d58745e57654820aa9359891cb0d875d804dbfcfa2e1bb95c56531e423d1 md5=3180cf36a7bc401aefb236f4b5dbf14e sha256=2aa1906562387a5de05df25a3140ada89df648ccc4eac4ae7b583d0e029103e7 +[http://coherence.beebits.net/download/Coherence-0.6.2.tar.gz] +md5=feaeeaa68cae420c0c365c3c27b2a21e +sha256=1cb99720527ea0a5906f5e75152634b1797ff44bcc31f4014285bd5da41589cc + [http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.42.tar.gz] md5=1ab76bfd6731d80f6abbd1643c90cabd sha256=7794d91711e8c9e526431da72c53bb08e14790f326d0e330d9e9d651f3f6fc6c @@ -25633,3 +25637,4 @@ sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af [http://heanet.dl.sourceforge.net/zziplib/zziplib-0.13.49.tar.bz2] md5=5f7b88ebb2bcd7e8044328482d079661 sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af + diff --git a/packages/python/python-coherence_0.6.2.bb b/packages/python/python-coherence_0.6.2.bb new file mode 100644 index 0000000000..7d25f0868e --- /dev/null +++ b/packages/python/python-coherence_0.6.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" +SECTION = "devel/python" +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}" + +DEPENDS = "libxml2 libxml2-native" +RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" + + -- 2.39.5