[oe-commits] Ross Burton : gupnp-dlna: add 0.9.2

git at git.openembedded.org git at git.openembedded.org
Wed Jan 9 14:26:43 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: a840a73f8b5c0c23033f394f41faf5160f5691ad
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a840a73f8b5c0c23033f394f41faf5160f5691ad

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Dec 19 14:41:18 2012 +0000

gupnp-dlna: add 0.9.2

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../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 0000000..b7e71cf
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Helpers for AV applications using DLNA"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
+                    file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
+
+DEPENDS = "libxml2 glib-2.0"
+
+SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "d972f9b03f0f3793cb895eb034ea314f"
+SRC_URI[sha256sum] = "c28d5650604c7da4f193e6b85049a4885f3a01f1996df768d55b5cb898a9fc53"
+
+inherit autotools pkgconfig
+
+require no-vala.inc
+
+# The GStreamer metadata backend requires GStreamer 1.0, so skip this until we
+# have that packaged.
+EXTRA_OECONF = "--disable-gstreamer-metadata-backend"
+
+FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"





More information about the Openembedded-commits mailing list