- Sync with_{vaapi,vdpau,nine} settings with F21
This commit is contained in:
parent
7424440cc1
commit
0c78fc8a86
11
mesa.spec
11
mesa.spec
@ -3,8 +3,6 @@
|
|||||||
%define with_wayland 0
|
%define with_wayland 0
|
||||||
%else
|
%else
|
||||||
%define with_private_llvm 0
|
%define with_private_llvm 0
|
||||||
%define with_vdpau 1
|
|
||||||
%define with_vaapi 1
|
|
||||||
%define with_wayland 1
|
%define with_wayland 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -13,7 +11,6 @@
|
|||||||
# llvm support for ppc64le is supposed to come in llvm-3.5
|
# llvm support for ppc64le is supposed to come in llvm-3.5
|
||||||
%ifnarch s390 ppc
|
%ifnarch s390 ppc
|
||||||
%define with_llvm 1
|
%define with_llvm 1
|
||||||
%define with_nine 1
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define min_wayland_version 1.0
|
%define min_wayland_version 1.0
|
||||||
@ -27,6 +24,9 @@
|
|||||||
%endif
|
%endif
|
||||||
%ifnarch s390 s390x ppc
|
%ifnarch s390 s390x ppc
|
||||||
%define with_hardware 1
|
%define with_hardware 1
|
||||||
|
%define with_vdpau 1
|
||||||
|
%define with_vaapi 1
|
||||||
|
%define with_nine 1
|
||||||
%define base_drivers swrast,nouveau,radeon,r200
|
%define base_drivers swrast,nouveau,radeon,r200
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%define platform_drivers ,i915,i965
|
%define platform_drivers ,i915,i965
|
||||||
@ -53,7 +53,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.5.0
|
Version: 10.5.0
|
||||||
Release: 0.devel.8.%{git}%{?dist}
|
Release: 0.devel.9.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -705,6 +705,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# Generate changelog using:
|
# Generate changelog using:
|
||||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 19 2014 Dan Horák <dan[at]danny.cz> 10.5.0-0.devel.9
|
||||||
|
- Sync with_{vaapi,vdpau,nine} settings with F21
|
||||||
|
|
||||||
* Thu Dec 18 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.8
|
* Thu Dec 18 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.8
|
||||||
- Sync ppc build config with F21
|
- Sync ppc build config with F21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user