mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/gupnp-tools: Version bump to 0.12.0
Closes: https://github.com/gentoo/gentoo/pull/27746 Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
f08337c5c0
commit
939ce60e45
@@ -1 +1,2 @@
|
||||
DIST gupnp-tools-0.10.3.tar.xz 180596 BLAKE2B 26140962cc24cda867465a4f94d251a26849db544fe1cb017ca86e6208f037b09e772109bfac150a9f6db845d1212af5a5c624d81958816349b3c60e45b80933 SHA512 a95a169c65e50d9953b79b96b92abbad709adc0bf74db47abaa529bd7989ebe2d41ae30ab340d09e5a727b61200d55a6d34b04d6981327b920d23a7c916babbe
|
||||
DIST gupnp-tools-0.12.0.tar.xz 181736 BLAKE2B aa33ab97ece72f9baebda4db20a0f72d995017ff45abf0e2da0ae4644d6ede6309b7aa2172c75607a4caf4fbcc65b5e88d1766a8819af96ffe054c83ef87ec77 SHA512 e9c4882f910adee6021433904b78bad89abf4a0d978e24b61cc1c07736e27f0d7e79592e18bbbae8fa13a65f86e72cb8bd7783d74140c6f5d3c65fea4f57da30
|
||||
|
||||
35
net-misc/gupnp-tools/gupnp-tools-0.12.0.ebuild
Normal file
35
net-misc/gupnp-tools/gupnp-tools-0.12.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 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://wiki.gnome.org/Projects/GUPnP"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=net-libs/gssdp-1.6.0:=
|
||||
>=net-libs/gupnp-1.6.0:=
|
||||
>=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_configure() {
|
||||
local emesonargs=(
|
||||
-Dav-tools=true
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
@@ -515,6 +515,7 @@ media-libs/libshumate
|
||||
>=net-libs/gnome-online-accounts-3.46
|
||||
>=net-libs/gssdp-1.6
|
||||
>=net-libs/gupnp-1.6
|
||||
>=net-misc/gupnp-tools-0.12
|
||||
net-libs/libsoup:3.0
|
||||
net-libs/phodav:3.0
|
||||
net-libs/rest:1.0
|
||||
|
||||
Reference in New Issue
Block a user