mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-26 20:26:41 +00:00
emby: update
This commit is contained in:
parent
5cff792077
commit
03ff7ab7b8
@ -1,3 +1,8 @@
|
|||||||
|
8.0.103
|
||||||
|
- Updated to version 3.0.6070
|
||||||
|
- Build for all architectures
|
||||||
|
- Refer to libsqlite3.so.0 instead of libsqlite3.so
|
||||||
|
|
||||||
8.0.102
|
8.0.102
|
||||||
- Updated to version 3.0.6030
|
- Updated to version 3.0.6030
|
||||||
- Added dedicated ffmpeg and ffprobe
|
- Added dedicated ffmpeg and ffprobe
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="emby"
|
PKG_NAME="emby"
|
||||||
PKG_VERSION="3.0.6030"
|
PKG_VERSION="3.0.6070"
|
||||||
PKG_REV="102"
|
PKG_REV="103"
|
||||||
PKG_ARCH="arm x86_64"
|
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"
|
||||||
@ -51,7 +51,11 @@ makeinstall_target() {
|
|||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/Emby.Mono
|
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/Emby.Mono
|
||||||
unzip -q $ROOT/$SOURCES/$PKG_NAME/$PKG_SOURCE_NAME -d $ADDON_BUILD/$PKG_ADDON_ID/Emby.Mono
|
unzip -q $ROOT/$SOURCES/$PKG_NAME/$PKG_SOURCE_NAME \
|
||||||
|
-d $ADDON_BUILD/$PKG_ADDON_ID/Emby.Mono
|
||||||
|
|
||||||
|
sed -i 's/libsqlite3.so/libsqlite3.so.0/g' \
|
||||||
|
$ADDON_BUILD/$PKG_ADDON_ID/Emby.Mono/System.Data.SQLite.dll.config
|
||||||
|
|
||||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
|
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
cp -L $(get_build_dir ffmpegx)/.install_pkg/usr/local/bin/ffmpegx \
|
cp -L $(get_build_dir ffmpegx)/.install_pkg/usr/local/bin/ffmpegx \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user