commit: 5784153d09c711eb40cdaf85418b8c21a894d5d9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jun 23 20:29:35 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jun 23 20:31:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5784153d
net-misc/gupnp-tools: Version bump to 0.10.1 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-misc/gupnp-tools/Manifest | 1 + net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild | 35 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest index 5d95a57fe1c..730cb05172f 100644 --- a/net-misc/gupnp-tools/Manifest +++ b/net-misc/gupnp-tools/Manifest @@ -1 +1,2 @@ DIST gupnp-tools-0.10.0.tar.xz 154792 BLAKE2B 47ef726fd931006ca8f63277269a729cda2d91fca7acb7f99c7c20020a3b75452b176dd7ad0c54aaf667da24db7f777d3fe6e8a2496127fe15e4d12912ddea6a SHA512 7fe9231a1ce9e1dea3d5d87df69dfb4014824ad286777cb7b5c93154df02c42e60e6aa239e34c4e0404d9a4a31c0172059110f7d004d7527b191bfa02ec552d7 +DIST gupnp-tools-0.10.1.tar.xz 178164 BLAKE2B 86554b223aec9064e1bb9277e8ff609258868247b82aada52d98259c8a0e6f748f61a41ab8bbea41f8f73b386252ff2922406572782e627c8a70a8cd7ce22842 SHA512 bb95ac0b18e23e89074adec0a5e4e87aa43f98d7b3d9e173f4045bc64e542d5a311dde54a069b3485ebd0f4cdf36c813b5c84f5b9734c5361c4221617bd59a25 diff --git a/net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild new file mode 100644 index 00000000000..5558662142f --- /dev/null +++ b/net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson xdg + +DESCRIPTION="Collection of developer-oriented UPnP tools" +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + >=net-libs/gssdp-1.2.0:= + >=net-libs/gupnp-1.2.0:= + >=net-libs/libsoup-2.42:2.4 + >=net-libs/gupnp-av-0.5.5:0= + >=x11-libs/gtk+-3.10:3 + >=dev-libs/glib-2.24:2 + >=dev-libs/libxml2-2.4:2 + x11-libs/gtksourceview:4 +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dav-tools=true + ) + meson_src_configure +}
