makemkv: rebuild with xbmc.python API 2.0, source /etc/profile in scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-01 15:10:54 +01:00
parent 290e02c697
commit 3bbc38a941
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
1.90.2
- depends on xbmc.python API 2.0
1.90.1
- update to makemkv-1.6.16

View File

@ -20,7 +20,7 @@
PKG_NAME="makemkv"
PKG_VERSION="1.6.16"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.makemkv.com/forum2/viewforum.php?f=3"

View File

@ -20,6 +20,8 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. /etc/profile
ADDON_DIR="/storage/.xbmc/addons/lib.multimedia.makemkv"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ADDON_DIR/lib"