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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 9 16:06:38 UTC 2022


    Date: Thursday, June 9, 2022 @ 16:06:38
  Author: alucryd
Revision: 1229694

emby-server 4.7.2.0-2: enable tesseract and chromaprint

Modified:
  emby-server/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 16:03:17 UTC (rev 1229693)
+++ PKGBUILD	2022-06-09 16:06:38 UTC (rev 1229694)
@@ -4,7 +4,7 @@
 pkgname=emby-server
 pkgver=4.7.2.0
 _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
+  aribb24
   aspnet-runtime
   bzip2
   dotnet-runtime
@@ -24,6 +25,7 @@
   gnutls
   lame
   libass.so
+  libchromaprint.so
   libdav1d.so
   libdrm
   libfreetype.so
@@ -30,6 +32,7 @@
   libjpeg-turbo
   libmfx
   libpng
+  libtesseract.so
   libtheora
   libva-drm.so
   libva.so
@@ -90,11 +93,13 @@
     --disable-lzma \
     --disable-sdl2 \
     --disable-xlib \
+    --enable-chromaprint \
     --enable-fontconfig \
     --enable-gmp \
     --enable-gnutls \
     --enable-gpl \
     --enable-libaom \
+    --enable-libaribb24 \
     --enable-libass \
     --enable-libdav1d \
     --enable-libdrm \
@@ -103,6 +108,7 @@
     --enable-libmfx \
     --enable-libmp3lame \
     --enable-libopus \
+    --enable-libtesseract \
     --enable-libtheora \
     --enable-libvorbis \
     --enable-libwebp \



More information about the arch-commits mailing list