diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-19 14:41:18 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-09 11:42:45 +0100 |
commit | a840a73f8b5c0c23033f394f41faf5160f5691ad (patch) | |
tree | 1cb074ac54146edb40d63a97d429d0fd7750c1a4 /meta-multimedia/recipes-connectivity/gupnp | |
parent | 7e8536fc740bda3b6c28f1344291706a4849c4f3 (diff) | |
download | meta-openembedded-a840a73f8b5c0c23033f394f41faf5160f5691ad.tar.gz |
gupnp-dlna: add 0.9.2
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp')
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb new file mode 100644 index 000000000..b7e71cf0d --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Helpers for AV applications using DLNA" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
4 | file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274" | ||
5 | |||
6 | DEPENDS = "libxml2 glib-2.0" | ||
7 | |||
8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz" | ||
9 | SRC_URI[md5sum] = "d972f9b03f0f3793cb895eb034ea314f" | ||
10 | SRC_URI[sha256sum] = "c28d5650604c7da4f193e6b85049a4885f3a01f1996df768d55b5cb898a9fc53" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | require no-vala.inc | ||
15 | |||
16 | # The GStreamer metadata backend requires GStreamer 1.0, so skip this until we | ||
17 | # have that packaged. | ||
18 | EXTRA_OECONF = "--disable-gstreamer-metadata-backend" | ||
19 | |||
20 | FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles" | ||