Skip to content

Commit

Permalink
emby: update to 3.2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awiouy authored and CvH committed Oct 25, 2017
1 parent 4ff50e5 commit b8cf560
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/addons/service/emby/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
117
- Update to 3.2.34.0
- Use reworked ffmpegx

116
- Update to verson 3.2.27.0
- Rename to Emby Server
Expand Down
14 changes: 7 additions & 7 deletions packages/addons/service/emby/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
################################################################################

PKG_NAME="emby"
PKG_VERSION="3.2.27.0"
PKG_SHA256="218774083a0ca980ba8bb916d5532e294176f6d6dc88f0a488ee82d33789f104"
PKG_REV="116"
PKG_VERSION="3.2.34.0"
PKG_SHA256="85a1bf1d88321063f3c01d84e43226c45418126ec4b4c1e05ea7b53f1152bd81"
PKG_REV="117"
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_SHORTDESC="Emby Server: a personal media server"
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"
Expand Down Expand Up @@ -58,12 +58,12 @@ addon() {
$ADDON_BUILD/$PKG_ADDON_ID/Emby.Mono/SQLitePCLRaw.provider.sqlite3.dll.config

mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
cp -L $(get_build_dir ffmpegx)/.install_pkg/usr/local/bin/ffmpegx \
$(get_build_dir ffmpegx)/.install_pkg/usr/local/bin/ffprobex \
cp -L $(get_build_dir ffmpegx)/.INSTALL_PKG/usr/local/bin/ffmpegx \
$(get_build_dir ffmpegx)/.INSTALL_PKG/usr/local/bin/ffprobex \
$ADDON_BUILD/$PKG_ADDON_ID/bin/

mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -L $(get_build_dir imagemagick)/.install_pkg/usr/lib/libMagickCore-7.Q8.so.2 \
cp -L $(get_build_dir imagemagick)/.install_pkg/usr/lib/libMagickCore-7.Q8.so.? \
$(get_build_dir imagemagick)/.install_pkg/usr/lib/libMagickWand-7.Q8.so \
$ADDON_BUILD/$PKG_ADDON_ID/lib/
}

0 comments on commit b8cf560

Please sign in to comment.