From: Stefan Schantl Date: Tue, 5 Feb 2013 19:38:56 +0000 (+0100) Subject: xorg-x11-drv-nouveau: New package. X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=083fd89fcb6b1b2d9b18c2b43dbf1094e5cbe5c4 xorg-x11-drv-nouveau: New package. This is the new default driver for nvidia GPU's. Obsoletes the old xorg-x11-drv-nv package. --- 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 index 000000000..0a8c01a73 --- /dev/null +++ b/xorg-x11-drv-nouveau/xorg-x11-drv-nouveau.nm @@ -0,0 +1,64 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = xorg-x11-drv-nouveau +version = 1.0.6 +release = 1 + +maintainer = Stefan Schantl +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