diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity')
-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 0000000000..b7e71cf0da --- /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" | ||