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

Maxime Gauduin alucryd at archlinux.org
Sun Dec 20 17:22:19 UTC 2015


    Date: Sunday, December 20, 2015 @ 18:22:19
  Author: alucryd
Revision: 153789

upgpkg: emby-server 3.0.5781.8-1

Modified:
  emby-server/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-20 17:08:06 UTC (rev 153788)
+++ PKGBUILD	2015-12-20 17:22:19 UTC (rev 153789)
@@ -3,10 +3,10 @@
 # Contributor: Daniel Seymour <dannyseeless at gmail.com>
 
 pkgname=emby-server
-pkgver=3.0.5781.5
+pkgver=3.0.5781.8
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://emby.media'
 license=('GPL2')
 depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
@@ -17,7 +17,8 @@
         'emby-server.conf'
         'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('dde10f3cbb5b0adabd94c53a649e3932364105ec62aea757687ecd08d9509dca'
+options=('!emptydirs')
+sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
             '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
             'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
             'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
@@ -37,11 +38,13 @@
     /p:Platform='Any CPU' \
     /p:OutputPath="${srcdir}/build" \
     /t:build MediaBrowser.Mono.sln
+  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
 }
 
 package() {
   install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
   cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
+  find "${pkgdir}" -type f -name *.dylib -delete
   install -m 755 emby-server "${pkgdir}"/usr/bin/
   install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
   install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/



More information about the arch-commits mailing list