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-gitAUR, curl-c-aresAUR)
- duktape
- expat (expat-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR)
- ffmpegthumbnailer
- file (file-gitAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, 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 (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- gerbera-openrc (requires gerbera)
Latest Comments
1 2 3 Next › Last »
vertebrate commented on 2023-09-10 09:29 (UTC)
Indeed, my spdlog was outdated, sorry for the noise.
Rogach commented on 2023-09-10 05:28 (UTC)
@vertebrate I tried building a clean copy and it completed without issues.
Can you try doing a full system update and remove
pkgandsrcdirectories before building the package?vertebrate commented on 2023-09-10 03:06 (UTC)
The build fails with
/usr/include/spdlog/logger.h:374:75: error: cannot bind non-const lvalue reference of type ‘bool&’ to an rvalue of type ‘bool’Rogach commented on 2021-12-25 17:27 (UTC)
@FabioLolix That you for your suggestions!
I added the simpler pkgver function, and switched the cmake release type (don't see any adverse effects so far).
Can you clarify about "adding ${pkgver} to provide is not needed"? I have
provides=(gerbera)here, but that seems to be explicitly suggested in VCS package guidelines.FabioLolix commented on 2021-12-22 12:35 (UTC)
Hello,
Rogach commented on 2021-11-06 16:36 (UTC)
@dreieck Thank you for your suggestions! Updated the PKGBUILD with these fixes.
It was the case previously (libupnp in the repos was much older) - but seems that now it builds fine with stock libupnp.
dreieck commented on 2021-11-03 13:22 (UTC) (edited on 2021-11-03 15:19 (UTC) by dreieck)
Some comments on your
PKGBUILD(thanks for the maintanence work, btw.!):libupnp-git, i.e. explicitly the-gitvariant? Islibupnpnot sufficient? (libupnp-gitshould providelibupnp, if not, write a comment that the provides-entry should be added.)-DCMAKE_BUILD_TYPE=Release.git describe --tagsreveals currentlyv1.9.2-123-g2d03e26c. So, please use the part currently reading1.9.2-123as first part in$pkgver.pkgver()then could look like:which currently yields
1.9.2.123+r4761.20211103.2d03e26c. - Then you also can add=${pkgver}to theprovides-entry. - Don't forget to increment$epochwhen changing package versioning scheme.You could see my package
gerbera-nosystemd-gitfor references.kyak commented on 2020-05-06 16:49 (UTC)
Awesome, thanks!
Rogach commented on 2020-05-06 14:19 (UTC)
@kyak Done.
kyak commented on 2020-05-06 05:39 (UTC)
Can you please enable AVCODEC (File metadata) and FFMPEGTHUMNAILER (Generate video thumbnails) by adding these options to cmake:
-DWITH_AVCODEC=1 -DWITH_FFMPEGTHUMBNAILER=1
And adding these packages to depends: 'ffmpeg' 'ffmpegthumbnailer'
1 2 3 Next › Last »