Revert "xf86-video-fglrx: update to xf86-video-fglrx-12.8"

This fixes #1141, fixes #1187, fixes #1176

This reverts commit 78cb032bb9716a58b559834688e8bd892e13d386.
This commit is contained in:
Stephan Raue 2012-09-07 12:43:41 +02:00
parent 7dfd76215f
commit af4c15f134
2 changed files with 4 additions and 7 deletions

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="xf86-video-fglrx"
PKG_VERSION="12.8"
PKG_VERSION="12.6"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.ati.com/"
PKG_URL="http://www2.ati.com/drivers/linux/amd-driver-installer-`echo $PKG_VERSION | sed 's/\./-/'`-x86.x86_64.zip"
PKG_URL="http://www2.ati.com/drivers/linux/amd-driver-installer-`echo $PKG_VERSION | sed 's/\./-/'`-x86.x86_64.run"
PKG_DEPENDS="linux libX11 libXinerama libXcomposite"
PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite linux"
PKG_PRIORITY="optional"

View File

@ -24,13 +24,10 @@
require_eglibc $1
ZIP_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`"
ATI_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`"
[ -d $PKG_BUILD ] && rm -rf $PKG_BUILD
mkdir -p $BUILD/${PKG_NAME}-${PKG_VERSION}
unzip $SOURCES/$1/$ZIP_PKG -d $BUILD/${PKG_NAME}-${PKG_VERSION} >/dev/null 2>&1
ATI_PKG=`ls -d $BUILD/${PKG_NAME}-${PKG_VERSION}/amd-driver-installer-*.run`
sh $ATI_PKG --extract $BUILD/$PKG_NAME-$PKG_VERSION
sh $SOURCES/$1/$ATI_PKG --extract $BUILD/$PKG_NAME-$PKG_VERSION
echo "### Applying upstream patches ###"