Date: Monday, October 3, 2022 @ 00:44:32 Author: spupykin Revision: 1320737
upgpkg: gerbera 1.11.0-3 add libebml dep Modified: gerbera/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-02 22:27:52 UTC (rev 1320736) +++ PKGBUILD 2022-10-03 00:44:32 UTC (rev 1320737) @@ -4,13 +4,13 @@ pkgname=gerbera pkgver=1.11.0 -pkgrel=2 +pkgrel=3 pkgdesc="UPnP Media Server (Based on MediaTomb)" arch=(x86_64) url="https://github.com/gerbera/gerbera" license=('GPL2') depends=('taglib' 'curl' 'sqlite' 'file' 'gcc-libs' 'libupnp' 'duktape' 'libexif' 'fmt' - 'pugixml' 'spdlog' 'ffmpeg' 'ffmpegthumbnailer' 'libmatroska') + 'pugixml' 'spdlog' 'ffmpeg' 'ffmpegthumbnailer' 'libmatroska' 'libebml') optdepends=('libmariadbclient') makedepends=('cmake') install=gerbera.install
