From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-av/
Date: Thu, 12 Jun 2025 22:07:30 +0000 (UTC) [thread overview]
Message-ID: <1749765963.3a5b5fc140ddc764faa52f36868f69aa071e2d1d.sam@gentoo> (raw)
commit: 3a5b5fc140ddc764faa52f36868f69aa071e2d1d
Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com>
AuthorDate: Tue Jun 10 18:53:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 22:06:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5b5fc1
net-libs/gupnp-av: Version bump to 0.14.3
Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/42537
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/gupnp-av/Manifest | 1 +
net-libs/gupnp-av/gupnp-av-0.14.3.ebuild | 51 ++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/net-libs/gupnp-av/Manifest b/net-libs/gupnp-av/Manifest
index 3da7d24d6f55..7480c108d03d 100644
--- a/net-libs/gupnp-av/Manifest
+++ b/net-libs/gupnp-av/Manifest
@@ -1 +1,2 @@
DIST gupnp-av-0.14.1.tar.xz 93484 BLAKE2B 5e4c070bc7f0dd1a1b67f58fb178ee575df5f9f3920c8c40f8975ac79c61f707df39a243d4783ff79f691dd42553c3a6eb89715be79bb7683910785afdd83b19 SHA512 b17b38c32fe068b0b74a7ee357be5f3a0df3320fd04338b5f6b04231c601d6cc57d2770c6e6ca42ded5e1be28a6b2746d16417eb322889ffe6a975ec58205655
+DIST gupnp-av-0.14.3.tar.xz 92792 BLAKE2B 2e0f605f538b4d803198196552d086d4769b73dce66a0b24e0d6da7313a81f89df9b07c182604e202b67a9264308f4098ee84ba6fc1db4f5bf7f9bd4e9540722 SHA512 f08b2b38c7e310002c995302250dfb8394c6d10781a5fc0d35ed0d7cc4c7956867ce40b5bc80fd5fbb27acd652208772f00652b0ce5515037af12244f05bf05a
diff --git a/net-libs/gupnp-av/gupnp-av-0.14.3.ebuild b/net-libs/gupnp-av/gupnp-av-0.14.3.ebuild
new file mode 100644
index 000000000000..b384fe48c601
--- /dev/null
+++ b/net-libs/gupnp-av/gupnp-av-0.14.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala
+
+DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles"
+HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP https://gitlab.gnome.org/GNOME/gupnp-av"
+
+LICENSE="LGPL-2"
+SLOT="0/3" # subslot: soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gtk-doc +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+ >=dev-libs/glib-2.58:2
+ dev-libs/libxml2:=
+ introspection? ( >=dev-libs/gobject-introspection-1.36:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ gtk-doc? (
+ dev-util/gtk-doc
+ app-text/docbook-xml-dtd:4.1.2
+ )
+ vala? ( $(vala_depend) )
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.14.1-libxml2-2.12.patch
+)
+
+src_prepare() {
+ use vala && vala_setup
+ default
+
+ # This makes sense for upstream but not for us downstream, bug #906641.
+ sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use introspection)
+ $(meson_use vala vapi)
+ $(meson_use gtk-doc gtk_doc)
+ )
+ meson_src_configure
+}
next reply other threads:[~2025-06-12 22:08 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-12 22:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-02 17:42 [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-av/ Pacho Ramos
2025-08-02 17:42 Pacho Ramos
2025-06-25 19:12 Arthur Zamarin
2025-06-25 18:40 Arthur Zamarin
2025-06-13 6:59 Sam James
2024-01-28 20:00 Arthur Zamarin
2024-01-28 17:02 Sam James
2023-11-04 22:12 Mart Raudsepp
2023-07-27 5:46 WANG Xuerui
2023-05-23 4:13 Sam James
2022-12-04 20:41 Matt Turner
2022-12-04 20:02 Matt Turner
2022-10-31 14:28 Matt Turner
2022-07-21 2:04 Matt Turner
2022-07-06 1:24 Sam James
2022-07-02 20:47 Sam James
2022-06-04 10:45 Matt Turner
2022-03-08 9:35 Sam James
2021-12-18 23:39 Matt Turner
2021-08-29 8:37 Marek Szuba
2021-08-19 3:01 Matt Turner
2021-07-23 17:36 Matt Turner
2019-04-10 12:20 Mart Raudsepp
2019-04-09 21:09 Mikle Kolyada
2019-04-08 2:18 Thomas Deutschmann
2019-01-18 16:30 Mart Raudsepp
2017-02-16 0:17 Mart Raudsepp
2016-10-17 7:13 Gilles Dartiguelongue
2016-10-16 16:30 Pacho Ramos
2016-10-16 16:30 Pacho Ramos
2016-03-06 20:52 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1749765963.3a5b5fc140ddc764faa52f36868f69aa071e2d1d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox