summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2024-05-21 19:58:58 -0500
committerErik Mackdanz <stasibear@gentoo.org>2024-05-21 20:01:03 -0500
commitaf1da7a44ead29b45ac2f7f3770cde47f4c65c2c (patch)
treeabf390b46f31cb6383788d6f237360fcffbe8563
parentnet-misc/croc: Stabilize 9.6.15 amd64, #932388 (diff)
downloadgentoo-af1da7a44ead29b45ac2f7f3770cde47f4c65c2c.tar.gz
gentoo-af1da7a44ead29b45ac2f7f3770cde47f4c65c2c.tar.bz2
gentoo-af1da7a44ead29b45ac2f7f3770cde47f4c65c2c.zip
net-libs/libupnpp: add 0.26.5
I worked with upstream for a fix with no patching Closes: https://bugs.gentoo.org/932233 Closes: https://bugs.gentoo.org/927147 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.26.5.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 8f12e527e0a0..5c99c106ba10 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1,3 @@
DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b SHA512 78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
DIST libupnpp-0.26.4.tar.gz 126724 BLAKE2B 9679df48583915b92965d1a31effb6ba92d91bd1d676cde6494ae46177500fa2b5d8f2e0a94ae8b291d95fb9057c1105518bd7ecb9d4e09dad0f6bcdcddc73cc SHA512 081fbe87ddf9b2a98114fe0e9e235e80a250b1e0087e029b18df1c333724c243a39c66c1f4a30edd1c476e24f9f83212824e781773d7d926943fa06e092eba80
+DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531 SHA512 619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e
diff --git a/net-libs/libupnpp/libupnpp-0.26.5.ebuild b/net-libs/libupnpp/libupnpp-0.26.5.ebuild
new file mode 100644
index 000000000000..ebcc007281ee
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/expat
+ net-libs/libnpupnp
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"