summaryrefslogtreecommitdiff
path: root/recipes/python/python-coherence_svn.bb
blob: 59a38f3206a6f92d1379a2a61e37e84e77bb09dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends"
SECTION = "devel/python"
LICENSE = "MIT"
HOMEPAGE = "http://coherence.beebits.net/wiki"

SRCREV = "1161"
PR = "r1"

PV = "0.6.0+svnr${SRCPV}"

inherit setuptools

DISTUTILS_INSTALL_ARGS = "--root=${D} \
    --prefix=${prefix} \
    --install-data=${datadir}"

SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https"
S = "${WORKDIR}/Coherence"

FILES_${PN} += "${datadir}"
RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \
	python-configobj python-twisted python-twisted-core python-twisted-protocols python-misc \
	python-zopeinterface zope python-modules python-pygobject python-gdata python-inotify \
	python-divmodaxiom"


2013-10-06wget: Add dependency on libpcreMartin Jansa1 2013-09-24wget: remove po.m4 patchSaul Wold1 2013-07-23wget: backport fixes for documentation build errorsJonathan Liu2 2013-06-19wget: Add missing DEPENDS on zlibHongxu Jia1 2013-05-24wget: disable uuid by defaultSaul Wold1 2012-09-03wget: disable iri/idn supportKang Kai1 2012-08-25wget: upgrade to 1.14Constantin Musca4 2012-08-15wget: cleanup update-alternatives deprecated codeSaul Wold1 2012-07-17grub,guile,cpio,tar,wget: Fix gnulib for absense of gets in eglibcKhem Raj2 2012-05-30wget: use BPN for alternativesMark Hatle1 2012-04-16wget: Fix re-execution issueRichard Purdie2 2012-03-16wget: Fix bad RPATH QA warningRichard Purdie2 2012-03-15wget: Fix License warningSaul Wold1 2011-12-21wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.Dexuan Cui1 2011-12-08wget: enable https and opensslSaul Wold1 2011-12-06wget: Fix wget alternative path to be /usr/bin not /binSaul Wold1 2011-11-29wget: Update to 1.13.4Saul Wold4 2011-10-31wget: Remove pointless codeRichard Purdie1 2011-10-31wget: Add recipe from OESaul Wold4