Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gupnp-tools/
Date: Wed, 23 Jun 2021 20:31:56
Message-Id: 1624480272.5784153d09c711eb40cdaf85418b8c21a894d5d9.mattst88@gentoo
1 commit: 5784153d09c711eb40cdaf85418b8c21a894d5d9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 20:29:35 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 20:31:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5784153d
7
8 net-misc/gupnp-tools: Version bump to 0.10.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-misc/gupnp-tools/Manifest | 1 +
13 net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild | 35 ++++++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest
17 index 5d95a57fe1c..730cb05172f 100644
18 --- a/net-misc/gupnp-tools/Manifest
19 +++ b/net-misc/gupnp-tools/Manifest
20 @@ -1 +1,2 @@
21 DIST gupnp-tools-0.10.0.tar.xz 154792 BLAKE2B 47ef726fd931006ca8f63277269a729cda2d91fca7acb7f99c7c20020a3b75452b176dd7ad0c54aaf667da24db7f777d3fe6e8a2496127fe15e4d12912ddea6a SHA512 7fe9231a1ce9e1dea3d5d87df69dfb4014824ad286777cb7b5c93154df02c42e60e6aa239e34c4e0404d9a4a31c0172059110f7d004d7527b191bfa02ec552d7
22 +DIST gupnp-tools-0.10.1.tar.xz 178164 BLAKE2B 86554b223aec9064e1bb9277e8ff609258868247b82aada52d98259c8a0e6f748f61a41ab8bbea41f8f73b386252ff2922406572782e627c8a70a8cd7ce22842 SHA512 bb95ac0b18e23e89074adec0a5e4e87aa43f98d7b3d9e173f4045bc64e542d5a311dde54a069b3485ebd0f4cdf36c813b5c84f5b9734c5361c4221617bd59a25
23
24 diff --git a/net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild
25 new file mode 100644
26 index 00000000000..5558662142f
27 --- /dev/null
28 +++ b/net-misc/gupnp-tools/gupnp-tools-0.10.1.ebuild
29 @@ -0,0 +1,35 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +inherit gnome.org meson xdg
35 +
36 +DESCRIPTION="Collection of developer-oriented UPnP tools"
37 +HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
38 +
39 +LICENSE="GPL-2+ LGPL-2+"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~ppc ~x86"
42 +
43 +RDEPEND="
44 + >=net-libs/gssdp-1.2.0:=
45 + >=net-libs/gupnp-1.2.0:=
46 + >=net-libs/libsoup-2.42:2.4
47 + >=net-libs/gupnp-av-0.5.5:0=
48 + >=x11-libs/gtk+-3.10:3
49 + >=dev-libs/glib-2.24:2
50 + >=dev-libs/libxml2-2.4:2
51 + x11-libs/gtksourceview:4
52 +"
53 +DEPEND="${RDEPEND}"
54 +BDEPEND="
55 + >=sys-devel/gettext-0.19.8
56 + virtual/pkgconfig
57 +"
58 +
59 +src_configure() {
60 + local emesonargs=(
61 + -Dav-tools=true
62 + )
63 + meson_src_configure
64 +}