Merge pull request #835 from awiouy/emby

emby: update to 3.0.8100
This commit is contained in:
Christian Hewitt 2016-10-16 10:05:11 +04:00 committed by GitHub
commit 77171ebc68
3 changed files with 13 additions and 10 deletions

View File

@ -18,7 +18,7 @@
PKG_NAME="ffmpegx" PKG_NAME="ffmpegx"
PKG_VERSION="libreelec" PKG_VERSION="libreelec"
PKG_REV="2" PKG_REV="3"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1+" PKG_LICENSE="LGPLv2.1+"
PKG_SITE="https://ffmpeg.org" PKG_SITE="https://ffmpeg.org"

View File

@ -1,23 +1,27 @@
8.0.105 106
- Updated to version 3.0.8100
- Rebuilt ffmpegx
105
- Updated to version 3.0.7100 - Updated to version 3.0.7100
8.0.104 104
- Updated to version 3.0.6300 - Updated to version 3.0.6300
- Rebuilt ffmpegx - Rebuilt ffmpegx
8.0.103 103
- Updated to version 3.0.6070 - 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
8.0.102 102
- Updated to version 3.0.6030 - Updated to version 3.0.6030
- Added dedicated ffmpeg and ffprobe - Added dedicated ffmpeg and ffprobe
- Removed unused shared libraries - Removed unused shared libraries
8.0.101 101
- Updated to version 3.0.5985 - Updated to version 3.0.5985
- Removed mono build dependency - Removed mono build dependency
8.0.100 100
- Initial release - Initial release

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="emby" PKG_NAME="emby"
PKG_VERSION="3.0.7100" PKG_VERSION="3.0.8100"
PKG_REV="105" PKG_REV="106"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://emby.media" PKG_SITE="http://emby.media"
@ -27,7 +27,6 @@ PKG_DEPENDS_TARGET="toolchain ffmpegx imagemagick"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="Emby: a personal media server" 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 ($PKG_VERSION) brings your home videos, music, and photos together, automatically converting and streaming your media on-the-fly to any device"
PKG_AUTORECONF="no"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Emby (beta)" PKG_ADDON_NAME="Emby (beta)"