Merge pull request #1890 from awiouy/emby-9.0

emby: update to 3.2.27.0 and rename to Emby Server
This commit is contained in:
Christian Hewitt 2017-08-29 07:52:26 +04:00 committed by GitHub
commit 9765d01e69
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,11 @@
115:
116
- Update to verson 3.2.27.0
- Rename to Emby Server
115
- Update to version 3.2.26.0
114:
114
- Update to version 3.2.17.0
- Rebuild libx264, ffmpegx and imagemagick
- Use ffmpgex by default

View File

@ -17,19 +17,19 @@
################################################################################
PKG_NAME="emby"
PKG_VERSION="3.2.26.0"
PKG_SHA256="b945b34ef2b2cdb2cc08dff014b84de2ae190b3ed7f7eb4942ce94078831a011"
PKG_REV="115"
PKG_VERSION="3.2.27.0"
PKG_SHA256="218774083a0ca980ba8bb916d5532e294176f6d6dc88f0a488ee82d33789f104"
PKG_REV="116"
PKG_LICENSE="OSS"
PKG_SITE="http://emby.media"
PKG_URL="https://github.com/MediaBrowser/Emby/releases/download/$PKG_VERSION/Emby.Mono.zip"
PKG_DEPENDS_TARGET="toolchain ffmpegx imagemagick"
PKG_SECTION="service"
PKG_SHORTDESC="Emby: a personal media server"
PKG_LONGDESC="Emby ($PKG_VERSION) brings your home videos, music, and photos together, automatically converting and streaming your media on-the-fly to any device"
PKG_LONGDESC="Emby Server ($PKG_VERSION) brings your home videos, music, and photos together, automatically converting and streaming your media on-the-fly to any device"
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Emby (beta)"
PKG_ADDON_NAME="Emby Server"
PKG_ADDON_TYPE="xbmc.service"
PKG_ADDON_REQUIRES="tools.mono:0.0.0"
PKG_MAINTAINER="Anton Voyl (awiouy)"