[arch-general] Xorg-server 1.13/Mesa move to testing

Vincent Cappe vcappe at gmail.com
Sat Oct 20 16:51:43 EDT 2012


Andreas Radke a écrit:
> And I've received a report about broken -nv driver pkg not working with
> 1.13.

This one just needs a rebuild for the new abi.

It complains about xf86PciInfo.h being deprecated during compilation,
but seems to work nonetheless.


--- /var/abs/extra/xf86-video-nv/PKGBUILD	2012-10-10 06:05:50.000000000 +0200
+++ PKGBUILD	2012-10-20 22:29:29.816107850 +0200
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-nv
 pkgver=2.1.20
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org nv video driver"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org/"
 depends=('glibc')
-makedepends=('xorg-server-devel>=1.11.99.903')
-conflicts=('xorg-server<1.11.99.903')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto')
+conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)

-- 
Vincent Cappe


More information about the arch-general mailing list