23 |
|
|
24 |
%define relc 0 |
%define relc 0 |
25 |
%define name mesa |
%define name mesa |
26 |
%define fversion 9.0 |
%define fversion 9.0.1 |
27 |
%define version 9.0.0 |
%define version 9.0.1 |
28 |
%define rel 2 |
%define rel 1 |
29 |
|
|
30 |
%define release %mkrel %{rel} |
%define release %mkrel %{rel} |
31 |
%define src_type tar.bz2 |
%define src_type tar.bz2 |
170 |
# git branch mdv-patches |
# git branch mdv-patches |
171 |
# git am ../09??-*.patch |
# git am ../09??-*.patch |
172 |
Source101: 0001-Fix-undefined-symbols-in-libOSMesa-and-libglapi.patch |
Source101: 0001-Fix-undefined-symbols-in-libOSMesa-and-libglapi.patch |
|
# Patch to build with wayland 0.99 from here: |
|
|
# http://cgit.freedesktop.org/~krh/mesa/commit/?h=wayland-0.99&id=04a515eddd44b6b49c7a212b95f81687ee6afe4f |
|
|
Patch102: 0002-MesaLib-9.0-Wayland-0.99-api.patch |
|
|
|
|
173 |
# In order to update to the branch via patches, issue this command: |
# In order to update to the branch via patches, issue this command: |
174 |
# git format-patch --start-number 100 mesa_7_5_1..mesa_7_5_branch | sed 's/^0\([0-9]\+\)-/Patch\1: 0\1-/' |
# git format-patch --start-number 100 mesa_7_5_1..mesa_7_5_branch | sed 's/^0\([0-9]\+\)-/Patch\1: 0\1-/' |
175 |
|
|