mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
a74e3eb4e1
commit
36213ee34d
21
meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
Normal file
21
meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
Normal file
|
|
@ -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}/
|
||||
}
|
||||
|
|
@ -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"
|
||||
10
meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb
Normal file
10
meta-multimedia/recipes-connectivity/gupnp/gupnp_0.19.3.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user