Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-3.0

This commit is contained in:
Stephan Raue 2012-12-17 13:57:16 +01:00
commit 4d2ca4a68b
150 changed files with 444 additions and 20506 deletions

View File

@ -28,9 +28,5 @@ mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/pylib mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/pylib
cp -R $BUILD/pycurl*/.install/usr/lib/python*/site-packages/* $ADDON_BUILD/$PKG_ADDON_ID/pylib cp -R $BUILD/pycurl*/.install/usr/lib/python*/site-packages/* $ADDON_BUILD/$PKG_ADDON_ID/pylib
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/pylib/Crypto
cp -R $BUILD/pycrypto*/pycrypto.egg-info/ $ADDON_BUILD/$PKG_ADDON_ID/pylib
cp -R $BUILD/pycrypto*/build/lib.linux*/Crypto/* $ADDON_BUILD/$PKG_ADDON_ID/pylib/Crypto
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/pyload mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/pyload
cp -PR $PKG_BUILD/pyload/* $ADDON_BUILD/$PKG_ADDON_ID/pyload cp -PR $PKG_BUILD/pyload/* $ADDON_BUILD/$PKG_ADDON_ID/pyload

View File

@ -1,3 +1,6 @@
3.0.1
- pycrypto is installed per default now
3.0.1 3.0.1
- bump addon version - bump addon version

View File

@ -20,7 +20,7 @@
PKG_NAME="pyload" PKG_NAME="pyload"
PKG_VERSION="0.4.9" PKG_VERSION="0.4.9"
PKG_REV="1" PKG_REV="2"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://pyload.org/" PKG_SITE="http://pyload.org/"
@ -35,4 +35,4 @@ PKG_LONGDESC="pyLoad is a fast, lightweight and full featured download manager f
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service" PKG_ADDON_TYPE="xbmc.service"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"

View File

@ -1,3 +1,6 @@
3.0.2
- update to transmission-2.74
3.0.1 3.0.1
- bump addon version - bump addon version
- update to transmission-2.73 - update to transmission-2.73

View File

@ -19,8 +19,8 @@
################################################################################ ################################################################################
PKG_NAME="transmission" PKG_NAME="transmission"
PKG_VERSION="2.73" PKG_VERSION="2.74"
PKG_REV="1" PKG_REV="2"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.transmissionbt.com/" PKG_SITE="http://www.transmissionbt.com/"

View File

@ -10,4 +10,11 @@
<string id="2010">Ağ Ayarları</string> <string id="2010">Ağ Ayarları</string>
<string id="2021">İzin verilen IP adresleri (virgülle ayrılmış)</string> <string id="2021">İzin verilen IP adresleri (virgülle ayrılmış)</string>
<string id="3010">Sınırlar</string>
<string id="3021">Genel eş sınırı.</string>
<string id="3022">Torrent başına eş sınırı</string>
<string id="3110">Diğer</string>
<string id="3121">İndirme Dizini</string>
</strings> </strings>

View File

@ -29,7 +29,7 @@ mkdir -p build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \ cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DLIBUSBDIR=$SYSROOT_PREFIX/usr \ -DLIBUSBDIR=$SYSROOT_PREFIX/usr \
-DWITH_SSL=1 -DWITH_SSLv3=1 \ -DWITH_SSL=1 \
-DHAVE_DVBAPI=1 -DWITH_STAPI=0 \ -DHAVE_DVBAPI=1 -DWITH_STAPI=0 \
-DMODULE_CAMD33=1 \ -DMODULE_CAMD33=1 \
-DWEBIF=1 \ -DWEBIF=1 \

View File

@ -1,3 +1,6 @@
3.0.3
- update to oscam-7968
3.0.2 3.0.2
- update to pcsc-lite-1.8.6 - update to pcsc-lite-1.8.6

View File

@ -20,8 +20,8 @@
################################################################################ ################################################################################
PKG_NAME="oscam" PKG_NAME="oscam"
PKG_VERSION="7168" PKG_VERSION="7968"
PKG_REV="2" PKG_REV="3"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.streamboard.tv/oscam/wiki" PKG_SITE="http://www.streamboard.tv/oscam/wiki"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="sqlite" PKG_NAME="sqlite"
PKG_VERSION="autoconf-3071401" PKG_VERSION="autoconf-3071500"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="PublicDomain" PKG_LICENSE="PublicDomain"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="linux" PKG_NAME="linux"
PKG_VERSION="3.6.9" PKG_VERSION="3.6.10"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xbmc-theme-Confluence" PKG_NAME="xbmc-theme-Confluence"
PKG_VERSION="baaa51c" PKG_VERSION="6c5dccf"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.openelec.tv" <addon id="repository.openelec.tv"
name="[COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] Mediacenter OS Add-ons" name="[COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] Mediacenter OS Add-ons"
version="2.1.0" version="3.0.0"
provider-name="Team [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]"> provider-name="Team [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]">
<extension point="xbmc.addon.repository" <extension point="xbmc.addon.repository"
name="Official OpenELEC.tv Add-on Repository"> name="Official OpenELEC.tv Add-on Repository">

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xbmc" PKG_NAME="xbmc"
PKG_VERSION="baaa51c" PKG_VERSION="6c5dccf"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
@ -41,6 +41,7 @@ PKG_AUTORECONF="no"
# some python stuff needed for various addons # some python stuff needed for various addons
PKG_DEPENDS="$PKG_DEPENDS Imaging" PKG_DEPENDS="$PKG_DEPENDS Imaging"
PKG_DEPENDS="$PKG_DEPENDS simplejson" PKG_DEPENDS="$PKG_DEPENDS simplejson"
PKG_DEPENDS="$PKG_DEPENDS pycrypto"
# various PVR clients # various PVR clients
PKG_DEPENDS="$PKG_DEPENDS xbmc-pvr-addons" PKG_DEPENDS="$PKG_DEPENDS xbmc-pvr-addons"

Some files were not shown because too many files have changed in this diff Show More