]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
xorg-x11-drv-nouveau: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:38:56 +0000 (20:38 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:38:56 +0000 (20:38 +0100)
This is the new default driver for nvidia GPU's. Obsoletes the old xorg-x11-drv-nv package.

xorg-x11-drv-nouveau/xorg-x11-drv-nouveau.nm [new file with mode: 0644]

diff --git a/xorg-x11-drv-nouveau/xorg-x11-drv-nouveau.nm b/xorg-x11-drv-nouveau/xorg-x11-drv-nouveau.nm
new file mode 100644 (file)
index 0000000..0a8c01a
--- /dev/null
@@ -0,0 +1,64 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = xorg-x11-drv-nouveau
+version    = 1.0.6
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Driver
+url        = http://www.x.org/
+license    = MIT
+summary    = Xorg X11 nouveau video driver.
+
+description
+       X.Org X11 nv video driver.
+end
+
+# Specify the X Server version to build for.
+x11_server_ver = 1.13.2
+
+thisapp = xf86-video-nouveau-%{version}
+
+source_dl = http://ftp.x.org/pub/individual/driver/
+
+build
+       requires
+               libX11-devel
+               libdrm-devel
+               libudev-devel
+               mesa-devel >= 9.0.2
+               pkg-config
+               xorg-x11-proto-devel
+               xorg-x11-server-devel >= %{x11_server_ver}
+               xorg-x11-util-macros
+       end
+
+       CFLAGS        += -Wl,-z,lazy
+
+       configure_options += \
+               --disable-static
+end
+
+quality-agent
+       permit_not_full_relro = yes
+end
+
+packages
+       package %{name}
+               obsoletes
+                       xorg-x11-drv-nv
+               end
+
+               requires
+                       dri-drivers >= 9.0.2
+                       xorg-x11-server >= %{x11_server_ver}
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end