net-misc/gupnp-tools: add 0.12.2

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-08-01 13:32:40 +02:00
parent 2f17aad70f
commit 89afca919a
2 changed files with 43 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gupnp-tools-0.12.1.tar.xz 183488 BLAKE2B e54d4468c2f3fb6cb98a4cd8c7c43d2816dc0fcaf9b3b0ce612ee431a5a3e337b5202c31ce9513cff5784513b6a605f7b923acf9ddca6283b65064f1f7ee91e8 SHA512 9b07e16c92c5d71fe268c4af4ea36ef950046b076ae345cd548c2619530a43b271548ffdb67503e736fa43fa0303de16fc4f07b13e8c7569625251e2d81d1365
DIST gupnp-tools-0.12.2.tar.xz 186044 BLAKE2B af0d232f3f0a22c085d64dd5ead681b14d1a43d705f5496b3b2dfeaf54be6de4a5b09f1d50e8ce42683b692ab87853079098124fdbd95219b33890cd308b6b2c SHA512 50a8f86d062169e8ebc01f72df62dfb70111b1138eb14fae8fe0cc87feeba12c2c3687a44b03b854547dea761b2a780f84334889bd95d26ab69b6065f08eab86

View File

@@ -0,0 +1,42 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson xdg
DESCRIPTION="Collection of developer-oriented UPnP tools"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gupnp-tools"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
>=net-libs/gssdp-1.6.2:1.6=
>=net-libs/gupnp-1.6.0:1.6=
>=net-libs/libsoup-3.0:3.0
>=net-libs/gupnp-av-0.5.5:0=
>=x11-libs/gtk+-3.10:3
>=dev-libs/glib-2.68:2
>=dev-libs/libxml2-2.4:2=
x11-libs/gtksourceview:4
"
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_prepare() {
default
# This makes sense for upstream but not for us downstream, bug #907384.
sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die
}
src_configure() {
local emesonargs=(
-Dav-tools=true
)
meson_src_configure
}