From e218cb89e6e971ac582114fd2b6137a0bfc2cfed Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 27 Jan 2009 00:14:16 +0100 Subject: python-coherence: new recipe; python multimedia framework --- packages/python/python-coherence_0.6.0.bb | 13 +++++++++++++ packages/tasks/task-python-everything.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 packages/python/python-coherence_0.6.0.bb (limited to 'packages') 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 \ -- cgit v1.2.3