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-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- duktape
- expat (expat-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR)
- 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
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
pkg
andsrc
directories 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-git
variant? Islibupnp
not sufficient? (libupnp-git
should providelibupnp
, if not, write a comment that the provides-entry should be added.)-DCMAKE_BUILD_TYPE=Release
.git describe --tags
reveals currentlyv1.9.2-123-g2d03e26c
. So, please use the part currently reading1.9.2-123
as 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$epoch
when changing package versioning scheme.You could see my package
gerbera-nosystemd-git
for 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 »