Date: Sunday, November 13, 2022 @ 16:09:04
  Author: anthraxx
Revision: 1347295

archrelease: copy trunk to community-staging-x86_64

Added:
  emby-theater/repos/community-staging-x86_64/
  emby-theater/repos/community-staging-x86_64/PKGBUILD
    (from rev 1347294, emby-theater/trunk/PKGBUILD)
  emby-theater/repos/community-staging-x86_64/emby-theater.desktop
    (from rev 1347294, emby-theater/trunk/emby-theater.desktop)
  emby-theater/repos/community-staging-x86_64/emby-theater.png
    (from rev 1347294, emby-theater/trunk/emby-theater.png)

----------------------+
 PKGBUILD             |   97 +++++++++++++++++++++++++++++++++++++++++++++++++
 emby-theater.desktop |    6 +++
 2 files changed, 103 insertions(+)

Copied: emby-theater/repos/community-staging-x86_64/PKGBUILD (from rev 1347294, 
emby-theater/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-11-13 16:09:04 UTC (rev 1347295)
@@ -0,0 +1,97 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=emby-theater
+pkgver=3.0.16
+_libmpv_ver=2022_08_16
+pkgrel=2
+pkgdesc='An Electron app for Emby'
+arch=(x86_64)
+url=https://emby.media
+license=(GPL2)
+depends=(
+  at-spi2-atk
+  at-spi2-core
+  cairo
+  gcc-libs
+  glibc
+  libasound.so
+  libatk-1.0.so
+  libcups
+  libdbus-1.so
+  libdrm
+  libexpat.so
+  libfontconfig.so
+  libfreetype.so
+  libgdk-3.so
+  libgdk_pixbuf-2.0.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libmfx
+  libpango-1.0.so
+  libpangocairo-1.0.so
+  libpulse.so
+  libuuid.so
+  libva-drm.so
+  libva.so
+  libx11
+  libxcb
+  libxcomposite
+  libxcursor
+  libxdamage
+  libxext
+  libxfixes
+  libxi
+  libxrandr
+  libxrender
+  libxss
+  libxtst
+  mesa
+  nspr
+  nss
+  ocl-icd
+  zlib
+)
+makedepends=(
+  git
+  npm
+)
+optdepends=(
+  'libcec: HDMI-CEC support'
+)
+_tag=f573a9fa74766d6be5ceeec2a842e8bca80c5a4c
+source=(
+  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'
+        
'0fdc04f528497815fe56bf430fdb0c3c087b501960fd0b28d80c7feee19f699942f57f6fa0d834a17471218ff169f9a306938e8b75138e73d9ecd4b0504a4909'
+        
'33b1230792bfc034d28fed21c60f9ecb3d7392293289a878866a20a505acabd03848df92300c9b1fd76d40ff03a6926451308c2b525ded0a75a17b77672c1e3b'
+        
'130bcfad0a216d66e44e3551af14700b3745d55b89c4523543646ae0d1fc00f6787ad8ace827a47f0f671d340308e4529c91f1c018002e64c89cb0ca924aeb4b')
+
+prepare() {
+  cd emby-theater-electron
+  npm install
+  npm install electron-packager
+}
+
+build() {
+  cd emby-theater-electron
+  npx electron-packager . emby-theater --platform linux --arch x64
+}
+
+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
+  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
+  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/
+}
+
+# vim: ts=2 sw=2 et:

Copied: emby-theater/repos/community-staging-x86_64/emby-theater.desktop (from 
rev 1347294, emby-theater/trunk/emby-theater.desktop)
===================================================================
--- community-staging-x86_64/emby-theater.desktop                               
(rev 0)
+++ community-staging-x86_64/emby-theater.desktop       2022-11-13 16:09:04 UTC 
(rev 1347295)
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=Emby Theater
+Exec=emby-theater
+Type=Application
+Icon=emby-theater
+Categories=AudioVideo;
\ No newline at end of file

Copied: emby-theater/repos/community-staging-x86_64/emby-theater.png (from rev 
1347294, emby-theater/trunk/emby-theater.png)
===================================================================
(Binary files differ)

Reply via email to