[arch-commits] Commit in emby-server/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sat May 21 17:36:57 UTC 2022


    Date: Saturday, May 21, 2022 @ 17:36:56
  Author: alucryd
Revision: 1209871

emby-server 4.7.0.60-2: add missing aspnet-runtime dependency and enable libx265

Modified:
  emby-server/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 17:28:18 UTC (rev 1209870)
+++ PKGBUILD	2022-05-21 17:36:56 UTC (rev 1209871)
@@ -4,7 +4,7 @@
 pkgname=emby-server
 pkgver=4.7.0.60
 _ffmpeg_ver=2022_05_07
-pkgrel=1
+pkgrel=2
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=(x86_64)
 url=https://emby.media
@@ -12,6 +12,7 @@
 depends=(
   alsa-lib
   aom
+  aspnet-runtime
   bzip2
   dotnet-runtime
   expat
@@ -36,6 +37,7 @@
   libvorbis.so
   libwebp
   libx264.so
+  libx265.so
   opus
   skia-sharp
   sqlite
@@ -105,6 +107,7 @@
     --enable-libvorbis \
     --enable-libwebp \
     --enable-libx264 \
+    --enable-libx265 \
     --enable-libzvbi \
     --enable-lto \
     --enable-nvdec \



More information about the arch-commits mailing list