diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-19 16:31:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-09 11:42:44 +0100 |
commit | 36213ee34d02ea0e702dd800f1e313caa7e6bf2f (patch) | |
tree | b1b95078804c0b54da50f53221e210739f317742 /meta-multimedia/recipes-connectivity | |
parent | a74e3eb4e13c19ec5f51fef0dad11a82f912389f (diff) | |
download | meta-openembedded-contrib-36213ee34d02ea0e702dd800f1e313caa7e6bf2f.tar.gz |
gupnp: add 0.18.4 and 0.19.3
0.18.x is the stable series, 0.19.x is the development series that some packages
(specifically dLeyna) require.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity')
3 files changed, 39 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc new file mode 100644 index 00000000000..81db3ea3a97 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc @@ -0,0 +1,21 @@ +SUMMARY = "UPnP framework" +DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals." +LICENSE = "LGPLv2+" + +DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme gobject-introspection-stub" + +require no-vala.inc + +EXTRA_OECONF = "--disable-introspection" + +inherit autotools pkgconfig + +FILES_${PN} = "${libdir}/*.so.*" +FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" + +SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" + +gupnp_sysroot_preprocess () { + install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ + install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${bindir_crossscripts}/ +} diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb new file mode 100644 index 00000000000..4fb1d05e295 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.18.4.bb @@ -0,0 +1,8 @@ +require gupnp.inc + +SRC_URI = "http://download.gnome.org/sources/${BPN}/0.18/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "0e15fa26be7b1a0255e6dec07c285527" +SRC_URI[sha256sum] = "6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1" + +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ + file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb new file mode 100644 index 00000000000..bab74b85786 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb @@ -0,0 +1,10 @@ +require gupnp.inc + +SRC_URI = "http://download.gnome.org/sources/${BPN}/0.19/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "8165c3ad3d16576a0a99250b75df23f8" +SRC_URI[sha256sum] = "0d3097c419e1f8af0ff8ee91318d75e8896b3b92924cb1a5cf93010795a7118b" + +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ + file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520" + +DEFAULT_PREFERENCE = "-1" |