Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libnpupnp: update to 5.0.0 #39091

Merged
merged 4 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ libgpaste-gtk4.so.0 libgpaste-42.1_1
libthreadutil.so.6 libupnp-1.6.18_1
libupnp.so.17 libupnp-1.14.0_1
libixml.so.11 libupnp-1.14.0_1
libupnpp.so.11 libupnpp-0.21.0_1
libupnpp.so.12 libupnpp-0.22.2_1
libgeocode-glib.so.0 geocode-glib-3.10.0_1
libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
libpotrace.so.0 libpotrace-1.11_1
Expand Down Expand Up @@ -2083,7 +2083,7 @@ libQt6MultimediaWidgets.so.6 qt6-multimedia-6.3.1_1
libQt6MultimediaQuick.so.6 qt6-multimedia-6.3.1_1
libQt6Multimedia.so.6 qt6-multimedia-6.3.1_1
libnpth.so.0 npth-1.1_1
libnpupnp.so.4 libnpupnp-4.0.2_1
libnpupnp.so.9 libnpupnp-5.0.0_1
libglfw.so.3 glfw-3.0.4_1
libusbmuxd-2.0.so.6 libusbmuxd-2.0.2_1
libimobiledevice-1.0.so.6 libimobiledevice-1.3.0_2
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/libnpupnp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libnpupnp'
pkgname=libnpupnp
version=4.2.2
version=5.0.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
Expand All @@ -9,8 +9,9 @@ short_desc="UPnP library based on libupnp, but extensively rewritten"
maintainer="amak <amak.git@outlook.com>"
license="BSD-3-Clause"
homepage="https://www.lesbonscomptes.com/upmpdcli/npupnp-doc/libnpupnp.html"
amak79 marked this conversation as resolved.
Show resolved Hide resolved
changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libnpupnp-${version}.tar.gz"
checksum=cb3968773d30e2bfc765547df514fdc8927b9a37ecccca2e260ee8b612e756bc
checksum=2e5648cf180a425ef57b8c9c0d9dbd77f0314487ea0e0a85ebc6c3ef87cab05b

post_install() {
vlicense COPYING
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/libupnpp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libupnpp'
pkgname=libupnpp
version=0.21.0
version=0.22.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
Expand All @@ -9,8 +9,9 @@ short_desc="C++ wrapper for libnpupnp"
maintainer="amak <amak.git@outlook.com>"
license="LGPL-2.1-or-later"
homepage="https://www.lesbonscomptes.com/upmpdcli"
amak79 marked this conversation as resolved.
Show resolved Hide resolved
changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
checksum=e43dbe5020ed25152aaec71b325dd80498e72038da5aeb50ed7dd51e213cd903
checksum=90338c19383333fd4eeec8a866a8c4add1754ef9a6a720ddd9af97e6754ff849

libupnpp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/mpd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'mpd'
pkgname=mpd
version=0.23.9
revision=1
revision=2
build_style=meson
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
-Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/upmpdcli/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'upmpdcli'
pkgname=upmpdcli
version=1.5.19
version=1.5.20
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config tar"
Expand All @@ -11,7 +11,7 @@ license="LGPL-2.1-or-later"
homepage="https://www.lesbonscomptes.com/upmpdcli"
changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
checksum=c6879fee99f8f289717fdceb5de3ac7669b225c333c1db80e66cafca8360f134
python_version=3

system_accounts="_upmpdcli"
Expand Down