catalyst: update to 15.302
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
# Template file for 'catalyst'
|
# Template file for 'catalyst'
|
||||||
_desc="AMD catalyst driver for Linux"
|
_release="15.12"
|
||||||
_release="15.9"
|
_build="151217a-297685e"
|
||||||
|
_desc="AMD catalyst driver ${_release} for Linux"
|
||||||
|
|
||||||
pkgname=catalyst
|
pkgname=catalyst
|
||||||
version=15.201.1151
|
version=15.302
|
||||||
revision=7
|
revision=1
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Proprietary AMD license"
|
license="Proprietary AMD license"
|
||||||
homepage="http://www.amd.com"
|
homepage="http://www.amd.com"
|
||||||
@@ -19,10 +20,10 @@ repository="nonfree"
|
|||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
XBPS_FETCH_CMD="wget --referer='http://support.amd.com/en-us/download/desktop?os=Linux+x86' "
|
XBPS_FETCH_CMD="wget --referer='http://support.amd.com/en-us/download/desktop?os=Linux+x86_64' "
|
||||||
|
|
||||||
distfiles="http://www2.ati.com/drivers/linux/amd-catalyst-${_release}-linux-installer-${version}-x86.x86_64.zip"
|
distfiles="https://www2.ati.com/drivers/linux/radeon-crimson-${_release}-${version}-${_build}.zip"
|
||||||
checksum=bf3e6e7d5c51db3d075410a3f116f865b82823debc1d66698d187249feec6a91
|
checksum=704f2dfc14681f76dae3b4120c87b1ded33cf43d5a1d800b6de5ca292bb61e58
|
||||||
|
|
||||||
if [ "$XBPS_MACHINE" = "i686" ]; then
|
if [ "$XBPS_MACHINE" = "i686" ]; then
|
||||||
_ARCHDIR="x86"
|
_ARCHDIR="x86"
|
||||||
@@ -33,12 +34,11 @@ elif [ "$XBPS_MACHINE" = "x86_64" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
/bin/sh ./*.run --extract fglrx-${version}
|
|
||||||
cd fglrx-${version}
|
cd fglrx-${version}
|
||||||
|
/bin/sh ./*.run --extract ./
|
||||||
|
|
||||||
patch -Np1 -i ${FILESDIR}/lano1106_fglrx_intel_iommu.patch
|
patch -Np1 -i ${FILESDIR}/lano1106_fglrx_intel_iommu.patch
|
||||||
patch -Np1 -i ${FILESDIR}/lano1106_kcl_agp_13_4.patch
|
patch -Np1 -i ${FILESDIR}/lano1106_kcl_agp_13_4.patch
|
||||||
patch -Np1 -i ${FILESDIR}/4.2-amd-from_crimson_15.11.patch
|
|
||||||
patch -Np1 -i ${FILESDIR}/4.3-kolasa-seq_printf.patch
|
patch -Np1 -i ${FILESDIR}/4.3-kolasa-seq_printf.patch
|
||||||
patch -Np1 -i ${FILESDIR}/4.3-gentoo-mtrr.patch
|
patch -Np1 -i ${FILESDIR}/4.3-gentoo-mtrr.patch
|
||||||
patch -Np1 -i ${FILESDIR}/fglrx_gpl_symbol.patch
|
patch -Np1 -i ${FILESDIR}/fglrx_gpl_symbol.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user