Package Details: libupnpp 0.23.0-1

Git Clone URL: https://aur.archlinux.org/libupnpp.git (read-only, click to copy)
Package Base: libupnpp
Description: A C++ wrapper for libupnp - used with upmpdcli or upplay
Upstream URL: https://www.lesbonscomptes.com//upmpdcli/libupnpp-refdoc/libupnpp-ctl.html
Licenses: LGPL2.1
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 14
Popularity: 0.000000
First Submitted: 2014-12-01 17:04 (UTC)
Last Updated: 2023-06-18 16:06 (UTC)

Latest Comments

1 2 3 Next › Last »

FabioLolix commented on 2020-12-07 12:15 (UTC)

curl is a pacman dependency and will be always be installed

e-v commented on 2019-02-24 17:39 (UTC)

@FabioLolix: curl should be added as a dependency (namcap output: libupnpp E: Dependency curl detected and not included (libraries ['usr/lib/libcurl.so.4'] needed in files ['usr/lib/libupnpp.so.8.0.0'])).

Also, license should be changed to LGPL2.1 (see https://opensourceprojects.eu/p/libupnpp/code/ci/85c78140d0e65f359e068483fd66d9787a0de078/tree/COPYING ).

e-v commented on 2019-02-11 12:53 (UTC)

New PKGBUILD:

# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
# Contributor: Tristelune <tristelune@archlinux.info>

pkgname=libupnpp
pkgver=0.17.0
pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="http://www.lesbonscomptes.com/upplay/downloads.html"
arch=(x86_64 i686 armv6h armv7h aarch64)
license=(GPL2)
depends=(libupnp expat curl)
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
sha256sums=('7035dda48207c254cbd8cd64e4e679a9e5f085a35d28c19bc2ddeba0deaff58b')

build(){
    cd "${pkgname}-${pkgver}"
    ./configure --prefix=/usr
    make
}

package(){
    cd "${pkgname}-${pkgver}"
    make DESTDIR="$pkgdir" install
}

edio commented on 2018-08-13 02:14 (UTC)

Please add aarch64 to archs array

student975 commented on 2018-05-03 22:34 (UTC)

Indeed, upstream package date is 2018-04-06 now.

student975 commented on 2018-05-03 22:04 (UTC)

I get:

==> Validating source files with md5sums... libupnpp-0.16.1.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!

Are you?

<deleted-account> commented on 2017-07-29 08:05 (UTC)

I won't maintain this package anymore, a new maintainer can take it. Regards.

TilmanV commented on 2017-06-29 13:25 (UTC)

I can confirm that 0.15.3 is compiling successfully.

TilmanV commented on 2017-06-28 15:02 (UTC)

Please update the PKGBUILD!

blackhole commented on 2017-06-23 10:02 (UTC)

I confirm that 0.15.3 is now compiling fine.