diff options
author | Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> | 2017-09-13 22:05:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-18 10:18:11 +0200 |
commit | d56f417498e5b582973117479f53eec458ab911b (patch) | |
tree | 6f2c1d09de559ead3ce09ecbc82a8e5c91097f5e /meta-multimedia | |
parent | f1fd45a7e65694367046dad8ec162a7d82e4b2ca (diff) | |
download | meta-openembedded-d56f417498e5b582973117479f53eec458ab911b.tar.gz |
libupnp: Add recipe for version 1.8.2
This version is needed for gerbera (and possibly vlc), however
this version break mpd, so keep old version as libupnp1.6 and
use it for mpd until there is new version of mpd supporting 1.8
version.
Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp1.6/sepbuildfix.patch (renamed from meta-multimedia/recipes-connectivity/libupnp/libupnp/sepbuildfix.patch) | 0 | ||||
-rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp1.6_1.6.21.bb (renamed from meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.21.bb) | 4 | ||||
-rw-r--r-- | meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | 20 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb | 2 |
4 files changed, 24 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp/sepbuildfix.patch b/meta-multimedia/recipes-connectivity/libupnp/libupnp1.6/sepbuildfix.patch index 0493cea0e0..0493cea0e0 100644 --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp/sepbuildfix.patch +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp1.6/sepbuildfix.patch | |||
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.21.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp1.6_1.6.21.bb index a1988295ae..c1b0429bdf 100644 --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.6.21.bb +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp1.6_1.6.21.bb | |||
@@ -8,11 +8,13 @@ HOMEPAGE = "http://pupnp.sourceforge.net/" | |||
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${BP}.tar.bz2 \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/libupnp-${PV}.tar.bz2 \ |
12 | file://sepbuildfix.patch \ | 12 | file://sepbuildfix.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "513adadb07fa039a8aeb0ceb7b7b0f6e" | 15 | SRC_URI[md5sum] = "513adadb07fa039a8aeb0ceb7b7b0f6e" |
16 | SRC_URI[sha256sum] = "af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b" | 16 | SRC_URI[sha256sum] = "af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b" |
17 | 17 | ||
18 | S = "${WORKDIR}/libupnp-${PV}" | ||
19 | |||
18 | inherit autotools | 20 | inherit autotools |
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb new file mode 100644 index 0000000000..7a524f2d50 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Portable SDK for UPnP* Devices" | ||
2 | DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \ | ||
3 | UPnP device and control point applications. It consists of the core UPnP \ | ||
4 | protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \ | ||
5 | supporting the Document Object Model (DOM) Level 2 API and an optional, \ | ||
6 | integrated mini web server for serving UPnP related documents." | ||
7 | HOMEPAGE = "http://pupnp.sourceforge.net/" | ||
8 | LICENSE = "BSD" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863" | ||
11 | |||
12 | PV = "1.8.2+git${SRCPV}" | ||
13 | SRCREV = "56d6042abae861e8838a4e6b6b5b575b99e38f34" | ||
14 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https" | ||
15 | |||
16 | S="${WORKDIR}/git" | ||
17 | |||
18 | inherit autotools | ||
19 | |||
20 | EXTRA_OECONF += "--enable-reuseaddr" \ No newline at end of file | ||
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb index 77ab5ebcef..2eb21a369e 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb | |||
@@ -36,7 +36,7 @@ DEPENDS += " \ | |||
36 | dbus \ | 36 | dbus \ |
37 | expat \ | 37 | expat \ |
38 | zlib \ | 38 | zlib \ |
39 | libupnp \ | 39 | libupnp1.6 \ |
40 | " | 40 | " |
41 | 41 | ||
42 | # While this item does not require it, it depends on mpg123 which does | 42 | # While this item does not require it, it depends on mpg123 which does |