]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- added tdfx patch (fixes crash on init and non-existing visuals)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Sep 2008 00:22:18 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- test release 1.1

Changed files:
    Mesa.spec -> 1.180

Mesa.spec

index be9fb3a73ff20732e91d00b75a9269f9befe58bd..6e2b1f5ea266713e483bda6481ce59bd65192764 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -17,7 +17,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     WolnodostÄ™pna implementacja standardu OpenGL
 Name:          Mesa
 Version:       7.1
-Release:       1%{?with_multigl:.mgl}
+Release:       1.1%{?with_multigl:.mgl}
 License:       MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
@@ -26,6 +26,7 @@ Source1:      http://dl.sourceforge.net/mesa3d/%{name}Demos-%{version}.tar.bz2
 # Source1-md5: abfc9775e1462363af8ec160d1feb01f
 Patch0:                %{name}-realclean.patch
 Patch1:                %{name}-dri_mm.patch
+Patch2:                %{name}-tdfx.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: expat-devel
 BuildRequires: libdrm-devel >= 2.3.1
@@ -585,6 +586,7 @@ Sterownik X.org DRI dla rodziny kart VIA Unichrome.
 %setup -q -b1
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 # fix demos
 find progs -type f|xargs sed -i -e "s,\.\./images/,%{_examplesdir}/%{name}-%{version}/images/,g"
This page took 0.393565 seconds and 4 git commands to generate.