[arch-commits] Commit in xf86-video-nouveau/trunk (2 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Jan 17 18:28:49 UTC 2010
Date: Sunday, January 17, 2010 @ 13:28:49
Author: andyrtr
Revision: 63508
upgpkg: xf86-video-nouveau 0.0.15_git20100117-1
new snapshot 20100117; drops Usermodesetting support
Modified:
xf86-video-nouveau/trunk/PKGBUILD
xf86-video-nouveau/trunk/xf86-video-nouveau.install
----------------------------+
PKGBUILD | 4 ++--
xf86-video-nouveau.install | 10 +++++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-17 18:16:54 UTC (rev 63507)
+++ PKGBUILD 2010-01-17 18:28:49 UTC (rev 63508)
@@ -10,9 +10,9 @@
arch=('i686' 'x86_64')
url="http://nouveau.freedesktop.org/wiki/"
license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('nouveau-drm>=0.0.15_20091220' 'libdrm>=2.4.17')
+depends=('nouveau-drm>=0.0.15_20100116' 'libdrm>=2.4.17-3')
#optdepends=('nouveau-dri: highly experimental gallium3d features')
-makedepends=('pkgconfig' 'xorg-server>=1.7.3.901' 'mesa>=7.6' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
+makedepends=('pkgconfig' 'xorg-server>=1.7.3.901' 'mesa>=7.7' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
conflicts=('xorg-server<1.7.0')
options=('!libtool') # 'force'
install=${pkgname}.install
Modified: xf86-video-nouveau.install
===================================================================
--- xf86-video-nouveau.install 2010-01-17 18:16:54 UTC (rev 63507)
+++ xf86-video-nouveau.install 2010-01-17 18:28:49 UTC (rev 63508)
@@ -1,8 +1,16 @@
+post_install () {
+ cat << _EOF
+ ==> make sure you use KernelModeSetting (KMS)
+ ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
+
post_upgrade() {
- if [ "`vercmp $2 0.0.15_20091220`" -lt 0 ]; then
+ if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
cat << _EOF
==> ATTENTION: Usermode support has been dropped
==> make sure you use KernelModeSetting (KMS)
==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
_EOF
+ fi
}
More information about the arch-commits
mailing list