SHA256
1
0
forked from pool/Mesa

Accepting request 186724 from X11:XOrg

- Don't enable gallium-egl without Gallium
- Enable llvm_r600 only on %ix86 x86_64 (forwarded request 186643 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/186724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=181
This commit is contained in:
Tomáš Chvátal 2013-08-12 13:52:10 +00:00 committed by Git OBS Bridge
commit 2147a6e16b
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 8 13:40:55 UTC 2013 - schwab@suse.de
- Don't enable gallium-egl without Gallium
- Enable llvm_r600 only on %ix86 x86_64
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 29 12:55:23 UTC 2013 - sndirsch@suse.com Mon Jul 29 12:55:23 UTC 2013 - sndirsch@suse.com

View File

@ -17,9 +17,15 @@
%define glamor 1 %define glamor 1
%ifnarch s390 s390x aarch64
# Requires non-empty --with-gallium-drivers
%define egl_gallium 1 %define egl_gallium 1
%else
%define egl_gallium 0
%endif
%ifarch %ix86 x86_64
%define llvm_r600 1 %define llvm_r600 1
%ifarch ppc ppc64 %else
%define llvm_r600 0 %define llvm_r600 0
%endif %endif
@ -512,7 +518,6 @@ This package contains the VDPAU state tracker for R600. This is
still "work in progress", i.e. expect poor video quality, choppy still "work in progress", i.e. expect poor video quality, choppy
videos and artefacts all over. videos and artefacts all over.
%if %llvm_r600
%package -n libvdpau_radeonsi %package -n libvdpau_radeonsi
Summary: XVMC state tracker for radeonsi Summary: XVMC state tracker for radeonsi
Group: System/Libraries Group: System/Libraries
@ -521,7 +526,6 @@ Group: System/Libraries
This package contains the VDPAU state tracker for radeonsi. This is This package contains the VDPAU state tracker for radeonsi. This is
still "work in progress", i.e. expect poor video quality, choppy still "work in progress", i.e. expect poor video quality, choppy
videos and artefacts all over. videos and artefacts all over.
%endif
%package -n libvdpau_softpipe %package -n libvdpau_softpipe
Summary: Software implementation of XVMC state tracker Summary: Software implementation of XVMC state tracker