Search Criteria
Package Details: lib32-gupnp 1.6.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-gupnp.git (read-only, click to copy) |
---|---|
Package Base: | lib32-gupnp |
Description: | GObject-based UPNP framework (32-bit) |
Upstream URL: | https://wiki.gnome.org/Projects/GUPnP |
Licenses: | LGPL |
Submitter: | rodrigo21 |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-22 23:47 (UTC) |
Last Updated: | 2024-04-07 16:46 (UTC) |
Dependencies (6)
- gupnp
- lib32-gssdpAUR
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (gobject-introspection-gitAUR) (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
MarsSeed commented on 2022-01-26 01:05 (UTC)
Hey, thanks for the update!
To skip generating documentation:
Within
build()
, you can add the following arch-meson option:-Dvapi=false
,and then you can remove makedepends:
gobject-introspection
andvala
.Also you can delete the entire
pkgver()
andprepare()
function.Strunkenbold commented on 2020-08-24 18:40 (UTC)
This package needs a dependency on lib32-gssdp-1.2.3
gupnp/meson.build:21:0: ERROR: Invalid version of dependency, need 'gssdp-1.2' ['>= 1.2.3'] found '1.2.2'.
programegg commented on 2020-05-08 13:50 (UTC) (edited on 2020-05-08 13:52 (UTC) by programegg)
Won't build due gobject-introspection-1.0 not found unless
is inserted in the PKGBUILD after PKG_CONFIG line just like with lib32-gssdp« First ‹ Previous 1 2