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

Maxime Gauduin alucryd at archlinux.org
Sat Feb 11 22:13:24 UTC 2017


    Date: Saturday, February 11, 2017 @ 22:13:24
  Author: alucryd
Revision: 211942

upgpkg: emby-server 3.2.1-1

Modified:
  emby-server/trunk/PKGBUILD
  emby-server/trunk/emby-server.install

---------------------+
 PKGBUILD            |    4 ++--
 emby-server.install |   17 ++---------------
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-11 22:10:35 UTC (rev 211941)
+++ PKGBUILD	2017-02-11 22:13:24 UTC (rev 211942)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour <dannyseeless at gmail.com>
 
 pkgname=emby-server
-pkgver=3.1.5
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
         'emby-server.conf'
         'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('12b54f42b73a0f20ff9d6bcae5c2081e16286df49932ab55813290327cdb89fd'
+sha256sums=('f3310ee351e521e664ed503e239dcbebfd8ea9fb37899fe19bfa0e9571762f87'
             '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
             'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
             'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'

Modified: emby-server.install
===================================================================
--- emby-server.install	2017-02-11 22:10:35 UTC (rev 211941)
+++ emby-server.install	2017-02-11 22:13:24 UTC (rev 211942)
@@ -3,25 +3,12 @@
   getent passwd emby > /dev/null 2>&1 || useradd -c 'Emby Media Server' -u 422 -g emby -d /var/lib/emby -s /usr/bin/nologin emby
   passwd -l emby > /dev/null
 
-  if [[ -d '/var/lib/emby-server' ]]; then
-
 cat <<EOF
 
-New installations store the emby database inside '/var/lib/emby' (previously
-'/var/lib/emby-server'). Existing installations are left untouched.
+Emby is not compatible with the 10-bit versionof libx264. Please stick to the
+8-bit version if you plan on using emby's transcoding features.
 
-You can play safe and keep your existing setup, or you can adopt the new home
-and move your database using the emby-migrate-database script. Make sure to run
-pacdiff afterwards to merge the configuration changes.
-
-  sudo emby-migrate-database /var/lib/emby-server /var/lib/emby
-
-The script can also be used for more advanced database migration.
-Try "emby-migrate-database --help" for additional information.
-
 EOF
-
-  fi
 }
 
 post_upgrade() {



More information about the arch-commits mailing list