]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
xorg-x11-drv-vesa: Update to 2.3.2.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:37:21 +0000 (20:37 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:37:21 +0000 (20:37 +0100)
This is a major update to the latest stable version.
Requires xorg-x11-server-devel >= 1.13.2 to be sure to compile for the new version of the x-server.

xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm

index eee113a7fa1b0aaeb57f9b16908d4608edbb1d9b..4215f03ee18158350e4c9fe4c03f57ee46f8bc0f 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = xorg-x11-drv-vesa
-version    = 2.3.0
+version    = 2.3.2
 release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@@ -17,23 +17,23 @@ description
        X.Org X11 vesa video driver.
 end
 
-source_dl = http://ftp.x.org/pub/individual/driver/
-sources   = xf86-video-vesa-%{version}.tar.bz2
+# Specify the X Server version to build for.
+x11_server_ver = 1.13.2
+
+thisapp = xf86-video-vesa-%{version}
 
-DIR_APP = $(DIR_SRC)/xf86-video-vesa-$(PKG_VER)
+source_dl = http://ftp.x.org/pub/individual/driver/
 
 build
        requires
                libX11-devel
-               libpciaccess-devel
+               libpciaccess-devel >= 0.13.1
                pkg-config
                xorg-x11-proto-devel
-               xorg-x11-server-devel
+               xorg-x11-server-devel >= %{x11_server_ver}
                xorg-x11-util-macros
        end
 
-       DIR_APP = %{DIR_SRC}/xf86-video-vesa-%{version}
-
        CFLAGS        += -Wl,-z,lazy
 
        configure_options += \
@@ -46,6 +46,9 @@ end
 
 packages
        package %{name}
+               requires
+                       xorg-x11-server >= %{x11_server_ver}
+               end
        end
 
        package %{name}-debuginfo