diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity')
3 files changed, 9 insertions, 15 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc index a06c98e15..52e74f492 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | |||
@@ -1,13 +1,8 @@ | |||
1 | SUMMARY = "Helpers for AV applications using UPnP" | 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." | 2 | DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." |
3 | LICENSE = "LGPLv2" | ||
4 | DEPENDS = "gupnp" | ||
5 | 3 | ||
6 | inherit autotools pkgconfig gobject-introspection vala | 4 | LICENSE = "LGPL-2.1-or-later" |
5 | DEPENDS = "gupnp" | ||
7 | 6 | ||
8 | # Copy vapigen.m4 so that it doesn't get removed by vala class | 7 | inherit meson pkgconfig gobject-introspection vala |
9 | # (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro) | ||
10 | do_configure:prepend() { | ||
11 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true | ||
12 | } | ||
13 | 8 | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.11.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.11.bb deleted file mode 100644 index 1881656b4..000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.11.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require gupnp-av.inc | ||
2 | |||
3 | SRC_URI = "${GNOME_MIRROR}/${BPN}/0.12/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "f09e99ae20271b0a8cadce806098ae8b" | ||
5 | SRC_URI[sha256sum] = "689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
7 | file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=2b47b7b5f799d2ebabe62b895e848820" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb new file mode 100644 index 000000000..6a8fa94e4 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require gupnp-av.inc | ||
2 | |||
3 | SRC_URI = "${GNOME_MIRROR}/${BPN}/0.14/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[sha256sum] = "20aed546fc882e78a3f186a0c8bce5c841cc3a44b7ea528298fbdc82596fb156" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
6 | |||