]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- updated to 9.1.1 auto/th/Mesa-9.1.1-1 auto/ti/Mesa-9.1.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Mar 2013 15:39:44 +0000 (16:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Mar 2013 15:39:44 +0000 (16:39 +0100)
- updated link patch (one hunk applied upstream)

Mesa-link.patch
Mesa.spec

index 9f34e812a71e591beac69982a65faf9a18368182..18819f8b90d21809d4a2fb33f5cfb10c4057b639 100644 (file)
          $()
  
  if HAVE_X86_ASM
---- Mesa-9.1/src/gallium/targets/vdpau-softpipe/Makefile.am.orig       2013-02-20 01:26:22.000000000 +0100
-+++ Mesa-9.1/src/gallium/targets/vdpau-softpipe/Makefile.am    2013-02-28 15:46:37.886610941 +0100
-@@ -35,7 +35,7 @@
- vdpau_LTLIBRARIES = libvdpau_softpipe.la
- libvdpau_softpipe_la_SOURCES = \
--      $(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c
-+      $(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_xsp.c
- libvdpau_softpipe_la_LDFLAGS = \
-       -module \
index 8217d96ddc3621630d89f6c33e42318c2957c738..8fc390eac95d4f0618abcaa53a3fe64b913329b2 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 # (until they start to be somehow versioned themselves)
 %define                glapi_ver       7.1.0
 # internal API version (libdricore); a.b.c for Mesa-a.b.c, a.b.0 for Mesa-a.b
-%define                int_sover       9.1.0
+%define                int_sover       9.1.1
 # minimal supported xserver version
 %define                xserver_ver     1.5.0
 # other packages
-%define                libdrm_ver      2.4.39
+%define                libdrm_ver      2.4.42
 %define                dri2proto_ver   2.6
 %define                glproto_ver     1.4.14
 
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     WolnodostÄ™pna implementacja standardu OpenGL
 Name:          Mesa
-Version:       9.1
-Release:       3
+Version:       9.1.1
+Release:       1
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
-# Source0-md5: d3891e02215422e120271d976ff1947e
+# Source0-md5: 6ea2bdc3b7ecfb4257b39814b4182580
 Patch0:                %{name}-link.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
@@ -53,7 +53,7 @@ BuildRequires:        libtalloc-devel >= 2:2.0.1
 BuildRequires: libtool >= 2:2.2
 BuildRequires: libvdpau-devel >= 0.4.1
 BuildRequires: libxcb-devel >= 1.9
-BuildRequires: llvm-devel >= 3.1
+BuildRequires: llvm-devel >= 3.2
 %{?with_opencl:BuildRequires:  llvm-libclc}
 BuildRequires: perl-base
 BuildRequires: pixman-devel
@@ -66,7 +66,7 @@ BuildRequires:        rpmbuild(macros) >= 1.470
 BuildRequires: sed >= 4.0
 %{?with_egl:BuildRequires:     udev-devel >= 1:150}
 # wayland-{client,server}
-%{?with_wayland:BuildRequires: wayland-devel >= 1.0.0}
+%{?with_wayland:BuildRequires: wayland-devel >= 1.0.2}
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXext-devel >= 1.0.5
 BuildRequires: xorg-lib-libXfixes-devel
@@ -129,7 +129,7 @@ Requires:   %{name}-libglapi = %{version}-%{release}
 Requires:      OpenGL >= 1.2
 Requires:      libdrm >= %{libdrm_ver}
 Requires:      libxcb >= 1.9
-%{?with_wayland:Requires:      wayland >= 1.0.0}
+%{?with_wayland:Requires:      wayland >= 1.0.2}
 %if %{with gallium}
 # for egl_gallium.so
 Requires:      %{name}-libOpenVG = %{version}-%{release}
@@ -1069,8 +1069,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# omitted by make install (as of 9.0)
-cp -pr include/CL $RPM_BUILD_ROOT%{_includedir}
 # strip out undesirable headers
 %{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/{wglext,wmesa}.h
 # dlopened by soname
This page took 0.041746 seconds and 4 git commands to generate.