From f0e96fb16205e69dbff535d13169a4094c0bf984 Mon Sep 17 00:00:00 2001 From: ivierlin Date: Fri, 10 Jun 2016 13:42:00 +0200 Subject: [PATCH] catalyst: update to 15.302 --- srcpkgs/catalyst/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/catalyst/template b/srcpkgs/catalyst/template index f9161a012f..24a562231f 100644 --- a/srcpkgs/catalyst/template +++ b/srcpkgs/catalyst/template @@ -1,10 +1,11 @@ # Template file for 'catalyst' -_desc="AMD catalyst driver for Linux" -_release="15.9" +_release="15.12" +_build="151217a-297685e" +_desc="AMD catalyst driver ${_release} for Linux" pkgname=catalyst -version=15.201.1151 -revision=7 +version=15.302 +revision=1 maintainer="Juan RP " license="Proprietary AMD license" homepage="http://www.amd.com" @@ -19,10 +20,10 @@ repository="nonfree" create_wrksrc=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" -checksum=bf3e6e7d5c51db3d075410a3f116f865b82823debc1d66698d187249feec6a91 +distfiles="https://www2.ati.com/drivers/linux/radeon-crimson-${_release}-${version}-${_build}.zip" +checksum=704f2dfc14681f76dae3b4120c87b1ded33cf43d5a1d800b6de5ca292bb61e58 if [ "$XBPS_MACHINE" = "i686" ]; then _ARCHDIR="x86" @@ -33,12 +34,11 @@ elif [ "$XBPS_MACHINE" = "x86_64" ]; then fi do_build() { - /bin/sh ./*.run --extract fglrx-${version} cd fglrx-${version} + /bin/sh ./*.run --extract ./ patch -Np1 -i ${FILESDIR}/lano1106_fglrx_intel_iommu.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-gentoo-mtrr.patch patch -Np1 -i ${FILESDIR}/fglrx_gpl_symbol.patch