Package Details: gerbera-git 2:1.9.2.r281.g6ed650c4-1

Git Clone URL: https://aur.archlinux.org/gerbera-git.git (read-only, click to copy)
Package Base: gerbera-git
Description: UPnP Media Server (Based on MediaTomb)
Upstream URL: https://github.com/gerbera/gerbera
Licenses: GPL2
Conflicts: gerbera
Provides: gerbera
Submitter: bhedrich
Maintainer: Rogach
Last Packager: Rogach
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-05 18:25 (UTC)
Last Updated: 2021-12-25 17:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Rogach commented on 2020-03-02 18:25 (UTC)

I had some problems with building, the following steps helped me:

  1. Had to install fmt, pugixml, spdlog packages - they were not listed in the dependencies.

  2. Had to manually remove libupnp package - it looks like for some reason I had both libupnp and libupnp18 installed at the same time, and CMake was choosing the older version.

  3. Had to manually symlink libupnp and libixml to get CMake and ld to find them:

sudo ln -s /usr/lib/libupnp-1.8/libupnp.so.13.1.1 /usr/lib/libupnp.so
sudo ln -s /usr/lib/libupnp-1.8/libixml.so.10.0.2 /usr/lib/libixml.so

sdf commented on 2020-02-26 13:59 (UTC)

compile error CMake Error at CMakeLists.txt:301 (message): gerbera requires libupnp 1.8.6 or above. gerbera 1.4.0 compiles succesfully without error libupnp 1.8.x is in package libupnp18 (installed)

bhedrich commented on 2020-01-05 10:55 (UTC)

@Sasasu: Thanks, fixed.

Sasasu commented on 2018-02-03 15:28 (UTC) (edited on 2018-02-03 15:34 (UTC) by Sasasu)

pupnp has renamed to libupnp.

:( how about replacing pupnp with libupnp-git, extra/libupnp is 1.6.24 but gerbera needs 1.8.3.