commit: 47dc6e8d181caf00c116fd957b8877262aa0d4c9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Jul 23 16:24:08 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jul 23 17:35:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dc6e8d
net-libs/gssdp: Version bump to 1.3.0 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/gssdp/Manifest | 1 + net-libs/gssdp/gssdp-1.3.0.ebuild | 61 ++++++++++++++++++++++++++++ profiles/arch/alpha/package.use.mask | 4 ++ profiles/arch/hppa/package.use.mask | 4 ++ profiles/arch/ia64/package.use.mask | 4 ++ profiles/arch/powerpc/ppc32/package.use.mask | 4 ++ profiles/arch/sparc/package.use.mask | 4 ++ 7 files changed, 82 insertions(+) diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest index 64587ab214f..bfed0a658c1 100644 --- a/net-libs/gssdp/Manifest +++ b/net-libs/gssdp/Manifest @@ -1 +1,2 @@ DIST gssdp-1.2.3.tar.xz 62032 BLAKE2B 761a9e0df8289a595d882497bdda6d180f19328d0e97076446286e34e7735d1b1d07fc0299618955f7d92732d11d533a59cf4012f5167c4610c9856583f06770 SHA512 abce2473995a996b0adc74ced77cb2158cc997ed70edb0c25fbddd85fe9e6afc6bf7f996bbba7a6ed5268dfbe9207ae12f2e6989efe2e8e10cc25293df347e82 +DIST gssdp-1.3.0.tar.xz 1202916 BLAKE2B af771b4163c8671d1496cedabe5845eed0b12a8dd23aa226c61ca19ad1d83bca7d504ea36f9e8b09b5079373261043c121a8ac09a909f4430be0d5a5eaa995f1 SHA512 6004ee73898e5effb98dd78af116bf4b92735712f0237c57302ebbda82d77c1cfe182e0e6ef7a8c6defd7a66ac76531d0bff740d2a41cfba8ed365b88a539c85 diff --git a/net-libs/gssdp/gssdp-1.3.0.ebuild b/net-libs/gssdp/gssdp-1.3.0.ebuild new file mode 100644 index 00000000000..a71c9b505b2 --- /dev/null +++ b/net-libs/gssdp/gssdp-1.3.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +VALA_USE_DEPEND="vapigen" + +inherit gnome.org meson-multilib vala xdg + +DESCRIPTION="GObject-based API for handling resource discovery and announcement over SSDP" +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP https://gitlab.gnome.org/GNOME/gssdp" + +LICENSE="LGPL-2+" +SLOT="0/1.2-0" # <API version>-<soname> +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="gtk-doc +introspection gtk vala" +REQUIRED_USE="vala? ( introspection )" + +RDEPEND=" + >=dev-libs/glib-2.54:2[${MULTILIB_USEDEP}] + >=net-libs/libsoup-2.26.1:2.4[${MULTILIB_USEDEP},introspection?] + gtk? ( gui-libs/gtk:4 ) + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + gtk-doc? ( + >=dev-util/gi-docgen-2021.1 + app-text/docbook-xml-dtd:4.1.2 + ) + virtual/pkgconfig + vala? ( + $(vala_depend) + net-libs/libsoup:2.4[vala] + ) +" + +src_prepare() { + use vala && vala_src_prepare + xdg_src_prepare +} + +multilib_src_configure() { + local emesonargs=( + # Never use gi-docgen subproject + --wrap-mode nofallback + + $(meson_native_use_bool gtk-doc gtk_doc) + $(meson_native_use_bool gtk sniffer) + $(meson_native_use_bool introspection) + $(meson_native_use_bool vala vapi) + -Dexamples=false + ) + meson_src_configure +} + +multilib_src_install_all() { + if use gtk-doc ; then + mv "${ED}"/usr/share/doc/{gssdp-1.2/reference,${PF}/html} || die + rmdir "${ED}"/usr/share/doc/gssdp-1.2 + fi +} diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index f8713ce99e7..94fefc720be 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2021-07-23) +# gui-libs/gtk is not keyworded +net-libs/gssdp gtk + # Lars Wendler <[email protected]> (2021-07-09) # dev-libs/libbpf is not keyworded for alpha (yet?) sys-apps/iproute2 bpf diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index a71444b9958..b70d106533c 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Matt Turner <[email protected]> (2021-07-23) +# gui-libs/gtk is not keyworded +net-libs/gssdp gtk + # Matt Turner <[email protected]> (2021-06-10) # dev-python/django is not keyworded here dev-python/diskcache test diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index b65584cb430..b62e45f3bc9 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2021-07-23) +# gui-libs/gtk is not keyworded +net-libs/gssdp gtk + # Matt Turner <[email protected]> (2021-06-10) # dev-python/django is not keyworded here dev-python/diskcache test diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index c387e8a5dd2..ff5084873e3 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2021-07-23) +# gui-libs/gtk is not keyworded +net-libs/gssdp gtk + # Marek Szuba <[email protected]> (2021-07-18) # media-libs/rnnoise, media-plugins/gst-plugins-webrtc # and media-plugins/zam-plugins not keyworded here diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index e0e813eef86..638e27c1693 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2021-07-23) +# gui-libs/gtk is not keyworded +net-libs/gssdp gtk + # Matt Turner <[email protected]> (2021-06-10) # dev-python/django is not keyworded here dev-python/diskcache test
