emby: update to 3.2.17.0

This commit is contained in:
awiouy 2017-05-25 18:55:00 +02:00
parent 9dc1f5d168
commit fd382b9743
4 changed files with 41 additions and 38 deletions

View File

@ -1,52 +1,56 @@
113 114:
- Updated to version 3.2.8 - Update to version 3.2.17.0
- Rebuilt x264 and ffmpegx - Rebuild libx264, ffmpegx and imagemagick
- Use ffmpgex by default
112 113:
- Update to version 3.2.8
- Rebuild x264 and ffmpegx
112:
- Refer to libMagickWand-7 - Refer to libMagickWand-7
111 111:
- Updated to version 3.2.5 - Updated to version 3.2.5
- Rebuilt libx264, ffmpegx and imagemagick - Rebuild libx264, ffmpegx and imagemagick
110 110:
- Rebuild ffmpegx with libx264 - Rebuild ffmpegx with libx264
109 109:
- Rebuilt ffmpgex and imagemagick - Rebuild ffmpgex and imagemagick
108 108:
- Updated to version 3.0.8500 - Update to version 3.0.8500
107:
- Update to version 3.0.8300
- Rebuild ffmpegx
107 106:
- Updated to version 3.0.8300 - Updat to version 3.0.8100
- Rebuilt ffmpegx - Rebuild ffmpegx
106 105:
- Updated to version 3.0.8100 - Update to version 3.0.7100
- Rebuilt ffmpegx
105 104:
- Updated to version 3.0.7100 - Update to version 3.0.6300
- Rebuild ffmpegx
104 103:
- Updated to version 3.0.6300 - Update to version 3.0.6070
- Rebuilt ffmpegx
103
- Updated to version 3.0.6070
- Build for all architectures - Build for all architectures
- Refer to libsqlite3.so.0 instead of libsqlite3.so - Refer to libsqlite3.so.0 instead of libsqlite3.so
102 102:
- Updated to version 3.0.6030 - Update to version 3.0.6030
- Added dedicated ffmpeg and ffprobe - Add dedicated ffmpeg and ffprobe
- Removed unused shared libraries - Remove unused shared libraries
101 101:
- Updated to version 3.0.5985 - Update to version 3.0.5985
- Removed mono build dependency - Removed mono build dependency
100 100:
- Initial release - Initial release

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - https://libreelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-present Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,9 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="emby" PKG_NAME="emby"
PKG_VERSION="3.2.8" PKG_VERSION="3.2.17.0"
PKG_REV="113" PKG_REV="114"
PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://emby.media" PKG_SITE="http://emby.media"
PKG_URL="https://github.com/MediaBrowser/Emby/releases/download/$PKG_VERSION/Emby.Mono.zip" PKG_URL="https://github.com/MediaBrowser/Emby/releases/download/$PKG_VERSION/Emby.Mono.zip"

View File

@ -23,7 +23,7 @@ oe_setup_addon service.emby
chmod +x $ADDON_DIR/bin/* chmod +x $ADDON_DIR/bin/*
mkdir -p $ADDON_HOME mkdir -p $ADDON_HOME
if [ "$emby_ffmpeg" = "true" ] if [ "$emby_ffmpeg" != "false" ]
then then
emby_flags="-ffmpeg $ADDON_DIR/bin/ffmpegx -ffprobe $ADDON_DIR/bin/ffprobex" emby_flags="-ffmpeg $ADDON_DIR/bin/ffmpegx -ffprobe $ADDON_DIR/bin/ffprobex"
fi fi

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings> <settings>
<category label="30000"> <category label="30000">
<setting label="30001" id="emby_ffmpeg" type="bool" default="false" /> <setting label="30001" id="emby_ffmpeg" type="bool" default="true" />
</category> </category>
</settings> </settings>