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-minimal-git, curl-git)
- duktape
- expat (expat-git)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-nocuda, ffmpeg-nonvidia, ffmpeg-cuda, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-obs)
- ffmpegthumbnailer
- file (file-git)
- fmt (fmt-git)
- gcc-libs (gccrs-libs-git, gcc-libs-git)
- libebml (libebml-git)
- libexif (libexif-git)
- libmatroska (libmatroska-git)
- libupnp (libupnp-git)
- pugixml (pugixml-git)
- spdlog (spdlog-git)
- sqlite (sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- taglib (taglib-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Required by (1)
- gerbera-openrc (requires gerbera)
Latest Comments
1 2 3 Next › Last »
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'
kyak commented on 2020-03-15 09:08 (UTC)
And you should more than definitely switch to the official gerbera/gerbera.git.
Whyman is one of developers, and his branch can easily fall behind the master.
Just like at the time of this writing, his branch is three commits behind the master.
kyak commented on 2020-03-15 06:36 (UTC) (edited on 2020-03-15 06:37 (UTC) by kyak)
Also, if you want to use libupnp18 instead of libupnp, you need the following (similar to gerbera package):
sed -i 's/${PC_UPNP_LIBRARIES}//g' cmake/FindLibUpnp.cmake
kyak commented on 2020-03-14 09:36 (UTC)
The git version is missing the following deps: fmt, spdlog, pugixml,
1 2 3 Next › Last »