]> git.pld-linux.org Git - packages/Mesa.git/blobdiff - Mesa.spec
- rel 4
[packages/Mesa.git] / Mesa.spec
index 5f5e154f0c07c9047f7891344285280c109a5395..18b278de53c51852a51352975b543b4bf34fbfbb 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 %define                glproto_ver             1.4.14
 %define                presentproto_ver        1.0
 
-# no clang/llvm on x32 yet
-%ifarch x32
-%undefine      with_gallium
-%endif
-
 %if %{without gallium}
 %undefine      with_gallium_intel
 %undefine      with_gallium_nouveau
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     WolnodostÄ™pna implementacja standardu OpenGL
 Name:          Mesa
-Version:       10.6.0
-Release:       1
+Version:       11.0.3
+Release:       4
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
-# Source0-md5: 1a7e2e9f17eff9307fd14fb6cc70783b
+# Source0-md5: bf9118bf0fbf360715cfe60baf7a1db5
 Patch0:                missing-type.patch
+Patch1:                x32.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -1076,6 +1072,7 @@ ATI Radeon oparte na ukÅ‚adach Southern Islands.
 %prep
 %setup -q -n mesa-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -1140,12 +1137,12 @@ gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
        %{?with_omx:--enable-omx} \
        %{?with_xa:--enable-xa} \
        --enable-xvmc \
-       --with-dri-drivers=${dri_drivers} \
-       --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
        --with-gallium-drivers=${gallium_drivers} \
 %else
        --without-gallium-drivers \
 %endif
+       --with-dri-drivers=${dri_drivers} \
+       --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
        --with-sha1=libnettle \
        --with-va-libdir=%{_libdir}/libva/dri
 
This page took 0.051016 seconds and 4 git commands to generate.