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

This commit is contained in:
Stephan Raue 2011-11-03 19:21:42 +01:00
commit 9c17df1919
6 changed files with 6 additions and 10 deletions

View File

@ -7,6 +7,7 @@ Package updates:
- update eglibc to eglibc-2.14 - update eglibc to eglibc-2.14
- update Python to Python-2.7.2 - update Python to Python-2.7.2
- update gcc to gcc-4.6.2 - update gcc to gcc-4.6.2
- update openssl to openssl-1.0.0e
Added functions: Added functions:
- PXE netboot support - PXE netboot support

3
TODO
View File

@ -1,5 +1,2 @@
openssl-1.0.0(d):
- problems using urllib2 in Python -> using openssl-0.9.8
ncurses-5.8/5.9: ncurses-5.8/5.9:
- segfaults in nano and dialog -> using ncurses-5.7 - segfaults in nano and dialog -> using ncurses-5.7

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="mesa" PKG_NAME="mesa"
PKG_VERSION="a1b737d72f1fec1d967255f4f87b5208a857c87f" PKG_VERSION="eadbcb221db16af96aa6c3f40d48896d23d9eebc"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"

View File

@ -19,8 +19,8 @@
################################################################################ ################################################################################
PKG_NAME="openssl" PKG_NAME="openssl"
#PKG_VERSION="1.0.0d" PKG_VERSION="1.0.0e"
PKG_VERSION="0.9.8r" #PKG_VERSION="0.9.8r"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"

View File

@ -19,14 +19,12 @@
################################################################################ ################################################################################
PKG_NAME="xf86-video-ati" PKG_NAME="xf86-video-ati"
# PKG_VERSION="6.14.2" PKG_VERSION="6.14.3"
PKG_VERSION="d3d6a5da07aaec5961e51c9a8f90c1490ee101b6"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="i386 x86_64" PKG_ARCH="i386 x86_64"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.x.org/" PKG_SITE="http://www.x.org/"
# PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain" PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"