]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
Version: 17.2.1 auto/th/Mesa-17.2.1-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 18 Sep 2017 12:00:23 +0000 (14:00 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 18 Sep 2017 12:00:23 +0000 (14:00 +0200)
Mesa-link.patch
Mesa.spec

index f74232801ef6f96b914234e7191716af7eb9e0df..81c31645ba05d2c6dbafbb5eaf8da883968c45c1 100644 (file)
@@ -1,18 +1,11 @@
-diff -dur -x '*~' -x '*.orig' -x '*.rej' mesa-17.1.6.orig/src/gallium/drivers/swr/Makefile.am mesa-17.1.6/src/gallium/drivers/swr/Makefile.am
---- mesa-17.1.6.orig/src/gallium/drivers/swr/Makefile.am       2017-08-07 14:04:30.000000000 +0200
-+++ mesa-17.1.6/src/gallium/drivers/swr/Makefile.am    2017-08-07 21:03:24.230258941 +0200
-@@ -159,11 +159,13 @@
-       $(top_builddir)/src/gallium/auxiliary/libgallium.la \
-       $(top_builddir)/src/mesa/libmesagallium.la \
-       $(LLVM_LIBS) \
--      $(PTHREAD_LIBS)
-+      $(PTHREAD_LIBS) \
-+      -ldl
+diff -dur mesa-17.2.1.orig/src/gallium/drivers/swr/Makefile.am mesa-17.2.1/src/gallium/drivers/swr/Makefile.am
+--- mesa-17.2.1.orig/src/gallium/drivers/swr/Makefile.am       2017-09-18 01:03:22.000000000 +0200
++++ mesa-17.2.1/src/gallium/drivers/swr/Makefile.am    2017-09-18 10:31:22.000000000 +0200
+@@ -236,6 +236,7 @@
  COMMON_LDFLAGS = \
        -shared \
        -module \
 +      -avoid-version \
        -no-undefined \
        $(GC_SECTIONS) \
-       $(NO_UNDEFINED) \
+       $(LD_NO_UNDEFINED)
index 639b171d17fb61fe9ada4ad273bebb9edb12ae7d..856cc652086ce7045af8749da197d37df532bef5 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     WolnodostÄ™pna implementacja standardu OpenGL
 Name:          Mesa
-Version:       17.1.6
-Release:       2
+Version:       17.2.1
+Release:       1
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
-# Source0-md5: 54758bf842f9ea53c8b57cce4311b87e
+# Source0-md5: f53ed38110237d9df5f9198c09ef0ab0
 Patch0:                %{name}-link.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
@@ -111,6 +111,7 @@ BuildRequires:      rpmbuild(macros) >= 1.470
 BuildRequires: sed >= 4.0
 # wayland-{client,server}
 %{?with_wayland:BuildRequires: wayland-devel >= 1.11.0}
+%{?with_wayland:BuildRequires: wayland-protocols >= 1.8}
 BuildRequires: xorg-lib-libXdamage-devel >= 1.1
 BuildRequires: xorg-lib-libXext-devel >= 1.0.5
 BuildRequires: xorg-lib-libXfixes-devel
This page took 0.051096 seconds and 4 git commands to generate.