Search Criteria
Package Details: gerbera-git 2:1.9.2.r281.g6ed650c4-1
Package Actions
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) |
Dependencies (18)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- duktape
- expat (expat-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- ffmpegthumbnailer
- file (file-gitAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libebml (libebml-gitAUR)
- libexif (libexif-gitAUR)
- libmatroska (libmatroska-gitAUR)
- libupnp (libupnp-gitAUR)
- pugixml (pugixml-gitAUR)
- spdlog (spdlog-gitAUR)
- sqlite (sqlite-fossilAUR)
- taglib (taglib-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- gerbera-openrc (requires gerbera)
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:
Had to install
fmt
,pugixml
,spdlog
packages - they were not listed in the dependencies.Had to manually remove
libupnp
package - it looks like for some reason I had bothlibupnp
andlibupnp18
installed at the same time, and CMake was choosing the older version.Had to manually symlink libupnp and libixml to get CMake and ld to find them:
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.
« First ‹ Previous 1 2 3