xbmc-addon-settings: rename to 'service.openelec.settings', update to 0.1.7

This commit is contained in:
Stefan Saraev 2013-04-01 16:53:10 +03:00
parent 865355aa16
commit 8b0c53e5da
6 changed files with 12 additions and 14 deletions

View File

@ -23,10 +23,8 @@
. config/options $1
cd $PKG_BUILD
rm -rf `find . -name "*.pyo"`
python -Wi -t -B $ROOT/$TOOLCHAIN/lib/python2.7/compileall.py ./resources/lib/ -f
rm -rf `find ./resources/lib/ -name "*.py"`
python -Wi -t -B $ROOT/$TOOLCHAIN/lib/python2.7/compileall.py ./service.openelec.settings/resources/lib/ -f
rm -rf `find ./service.openelec.settings/resources/lib/ -name "*.py"`
python -Wi -t -B $ROOT/$TOOLCHAIN/lib/python2.7/compileall.py ./service.openelec.settings/oe.py -f
rm -rf ./service.openelec.settings/oe.py
python -Wi -t -B $ROOT/$TOOLCHAIN/lib/python2.7/compileall.py ./oe.py -f
rm -rf ./oe.py

View File

@ -22,5 +22,5 @@
. config/options $1
mkdir -p $INSTALL/usr/share/xbmc/addons/xbmc-addon-settings
cp -R $PKG_BUILD/service.openelec.settings/* $INSTALL/usr/share/xbmc/addons/xbmc-addon-settings
mkdir -p $INSTALL/usr/share/xbmc/addons/service.openelec.settings
cp -R $PKG_BUILD/* $INSTALL/usr/share/xbmc/addons/service.openelec.settings

View File

@ -18,19 +18,19 @@
# http://www.gnu.org/copyleft/gpl.html
################################################################################
PKG_NAME="xbmc-addon-settings"
PKG_VERSION="0.1.6"
PKG_NAME="service.openelec.settings"
PKG_VERSION="0.1.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="prop."
PKG_SITE="http://www.openelec.tv"
PKG_URL="http://www.fiebach.de/xbmc/addons/service.openelec.settings/service.openelec.settings-$PKG_VERSION.zip"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.zip"
PKG_DEPENDS="connman hd-idle"
PKG_BUILD_DEPENDS="toolchain python"
PKG_PRIORITY="optional"
PKG_SECTION="mediacenter"
PKG_SHORTDESC="xbmc-addon-settings: Settings dialog for OpenELEC"
PKG_LONGDESC="xbmc-addon-settings: is a settings dialog for OpenELEC"
PKG_SHORTDESC="service.openelec.settings: Settings dialog for OpenELEC"
PKG_LONGDESC="service.openelec.settings: is a settings dialog for OpenELEC"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.xbmc.org"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="boost Python zlib bzip2 systemd pcre ffmpeg libass curl libssh rtmpdump fontconfig tinyxml freetype libmad libogg libmodplug faad2 flac libmpeg2 taglib yajl sqlite xbmc-addon-settings"
PKG_DEPENDS="boost Python zlib bzip2 systemd pcre ffmpeg libass curl libssh rtmpdump fontconfig tinyxml freetype libmad libogg libmodplug faad2 flac libmpeg2 taglib yajl sqlite service.openelec.settings"
PKG_BUILD_DEPENDS="toolchain boost Python zlib bzip2 systemd lzo pcre swig ffmpeg libass enca curl libssh rtmpdump fontconfig fribidi tinyxml libjpeg-turbo libpng tiff freetype jasper libmad libsamplerate libogg libcdio libmodplug faad2 flac libmpeg2 taglib yajl sqlite"
PKG_PRIORITY="optional"
PKG_SECTION="mediacenter"