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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 16 09:32:24 UTC 2022


    Date: Tuesday, August 16, 2022 @ 09:32:24
  Author: alucryd
Revision: 1266620

upgpkg: emby-theater 3.0.16-1

Modified:
  emby-theater/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-16 09:32:04 UTC (rev 1266619)
+++ PKGBUILD	2022-08-16 09:32:24 UTC (rev 1266620)
@@ -1,9 +1,9 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=emby-theater
-pkgver=3.0.15
-_libmpv_ver=2022_01_12
-pkgrel=5
+pkgver=3.0.16
+_libmpv_ver=2022_08_16
+pkgrel=1
 pkgdesc='An Electron app for Emby'
 arch=(x86_64)
 url=https://emby.media
@@ -60,17 +60,15 @@
 optdepends=(
   'libcec: HDMI-CEC support'
 )
-_commit=68ca6e4b9e3918dfd96bccef79d6a1937daf7e78
-#_tag=aeaab148c71414f5b6c29cfc0f7cf4eac0f95c55
+_tag=f573a9fa74766d6be5ceeec2a842e8bca80c5a4c
 source=(
-  git+https://github.com/MediaBrowser/emby-theater-electron.git#commit=${_commit}
-  #git+https://github.com/MediaBrowser/emby-theater-electron.git#tag=${_tag}
+  git+https://github.com/MediaBrowser/emby-theater-electron.git#tag=${_tag}
   https://mediabrowser.github.io/embytools/libmpv-${_libmpv_ver}-x64.tar.xz
   emby-theater.desktop
   emby-theater.png
 )
 b2sums=('SKIP'
-        '865a11599cc63a917fe7b6347e807693151d28d3a34e9b8f23830a1dfab459cbd4072968c9e9e87a791dd4c690bc9ed2983678a7066ebe7857affc6658c8d0a8'
+        '0fdc04f528497815fe56bf430fdb0c3c087b501960fd0b28d80c7feee19f699942f57f6fa0d834a17471218ff169f9a306938e8b75138e73d9ecd4b0504a4909'
         '33b1230792bfc034d28fed21c60f9ecb3d7392293289a878866a20a505acabd03848df92300c9b1fd76d40ff03a6926451308c2b525ded0a75a17b77672c1e3b'
         '130bcfad0a216d66e44e3551af14700b3745d55b89c4523543646ae0d1fc00f6787ad8ace827a47f0f671d340308e4529c91f1c018002e64c89cb0ca924aeb4b')
 
@@ -87,10 +85,11 @@
 
 package() {
   install -dm 755 "${pkgdir}"/usr/{bin,lib}
-  cp -dr --no-preserve='ownership' emby-theater-electron/emby-theater-linux-x64 "${pkgdir}"/usr/lib/emby-theater
+  cp -dr --no-preserve=ownership emby-theater-electron/emby-theater-linux-x64 "${pkgdir}"/usr/lib/emby-theater
   rm -rf "${pkgdir}"/usr/lib/emby-theater/resources/app/libmpv/{arm,arm64,ia32,mpv-win32-*}
   ln -s /usr/lib/emby-theater/emby-theater "${pkgdir}"/usr/bin/emby-theater
-  cp -d lib/libmpv.so* -t "${pkgdir}"/usr/lib/emby-theater/
+  install -Dm 755  lib/libmpv.so.2.0.0 -t "${pkgdir}"/usr/lib/emby-theater/
+  ln -s libmpv.so.2.0.0 "${pkgdir}"/usr/lib/emby-theater/libmpv.so.1
   install -Dm 644 emby-theater.desktop -t "${pkgdir}"/usr/share/applications/
   install -Dm 644 emby-theater.png -t "${pkgdir}"/usr/share/pixmaps/
 }



More information about the arch-commits mailing list