catalyst: explicitly depend on xserver-abi-video<14 (up to 1.13.x).
This commit is contained in:
parent
1b2921a588
commit
4f51f0a25f
1 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'catalyst'
|
# Template file for 'catalyst'
|
||||||
pkgname=catalyst
|
pkgname=catalyst
|
||||||
version=13.4
|
version=13.4
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="AMD catalyst driver for Linux -- libraries and utilities"
|
short_desc="AMD catalyst driver for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary AMD license"
|
license="Propietary AMD license"
|
||||||
homepage="http://www.amd.com"
|
homepage="http://www.amd.com"
|
||||||
|
@ -99,10 +99,10 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
catalyst-dkms_package() {
|
catalyst-dkms_package() {
|
||||||
nonfree=yes
|
short_desc+=" - DKMS kernel module"
|
||||||
short_desc="AMD catalyst driver for Linux -- DKMS kernel module"
|
|
||||||
triggers="dkms"
|
triggers="dkms"
|
||||||
dkms_modules="fglrx ${version}_${revision}"
|
dkms_modules="fglrx ${version}_${revision}"
|
||||||
|
nonfree=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
local _fglrx=fglrx-${version}_${revision}
|
local _fglrx=fglrx-${version}_${revision}
|
||||||
|
|
||||||
|
@ -125,10 +125,10 @@ catalyst-dkms_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
catalyst-opencl_package() {
|
catalyst-opencl_package() {
|
||||||
nonfree=yes
|
short_desc+=" - OpenCL implementation"
|
||||||
short_desc="AMD catalyst driver for Linux -- OpenCL implementation"
|
|
||||||
provides="libOpenCL-${version}"
|
provides="libOpenCL-${version}"
|
||||||
replaces="libOpenCL>=0"
|
replaces="libOpenCL>=0"
|
||||||
|
nonfree=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
cd ${wrksrc}/fglrx/arch/${_ARCHDIR}
|
cd ${wrksrc}/fglrx/arch/${_ARCHDIR}
|
||||||
|
@ -147,9 +147,10 @@ catalyst-opencl_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
catalyst_package() {
|
catalyst_package() {
|
||||||
nonfree=yes
|
short_desc+=" - Libraries and Utilities"
|
||||||
depends="${pkgname}-dkms-${version}_${revision}"
|
depends="xserver-abi-video<14 ${pkgname}-dkms-${version}_${revision}"
|
||||||
conflicts="nvidia>=0"
|
conflicts="nvidia>=0"
|
||||||
|
nonfree=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue