diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-19 16:55:33 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-09 11:42:44 +0100 |
commit | 7e8536fc740bda3b6c28f1344291706a4849c4f3 (patch) | |
tree | 57d4db37d8ba4a5b75c93e963179544e5538296b /meta-multimedia/recipes-connectivity | |
parent | 36213ee34d02ea0e702dd800f1e313caa7e6bf2f (diff) | |
download | meta-openembedded-7e8536fc740bda3b6c28f1344291706a4849c4f3.tar.gz |
gupnp-av: add 0.10.3 and 0.11.6
0.10.x is the stable series, 0.11.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, 26 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc new file mode 100644 index 000000000..b07615585 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Helpers for AV applications using UPnP" | ||
2 | DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." | ||
3 | LICENSE = "LGPLv2" | ||
4 | DEPENDS = "gupnp" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
7 | |||
8 | require no-vala.inc | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb new file mode 100644 index 000000000..5f8e73a07 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.10.3.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require gupnp-av.inc | ||
2 | |||
3 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.10/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "2c57e56b201765b2297946d8d99bd01c" | ||
5 | SRC_URI[sha256sum] = "d0dbb727d87bc9f2dc834455d14a30700b16b41a57e9dcde2e822b378ca8f1e2" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
8 | file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.11.6.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.11.6.bb new file mode 100644 index 000000000..b402dd84d --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.11.6.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require gupnp-av.inc | ||
2 | |||
3 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.11/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "ee200393207323f0b594f11d6184556c" | ||
5 | SRC_URI[sha256sum] = "401991336babb18c4ebed16e75e0b4d3e5848cff7bb878bbfd54a5d15203c4cc" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
8 | file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=2b47b7b5f799d2ebabe62b895e848820" | ||
9 | |||
10 | DEFAULT_PREFERENCE = "-1" | ||