Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-05-13 20:45:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes        2014-05-12 
09:28:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-05-13 
20:45:57.000000000 +0200
@@ -1,0 +2,7 @@
+Mon May 12 09:32:19 UTC 2014 - sch...@suse.de
+
+- no shared llvm libs on ppc64
+- vdpau no longer enabled by default
+- xa or gallium-gbm implies gallium-loader
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.zd6DZ5/_old  2014-05-13 20:45:57.000000000 +0200
+++ /var/tmp/diff_new_pack.zd6DZ5/_new  2014-05-13 20:45:57.000000000 +0200
@@ -18,12 +18,20 @@
 
 %define glamor 1
 # --enable-gallium-egl requires non-empty --with-gallium-drivers (default
-# is r300,r600,svga,swrast, which also enables VDPAU support for r600)
+# is r300,r600,svga,swrast)
 %ifnarch s390 s390x aarch64 m68k
 %define egl_gallium 1
-%define vdpau_r600 1
 %else
 %define egl_gallium 0
+%endif
+%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
+%define gallium_loader 1
+%else
+%define gallium_loader 0
+%endif
+%ifarch %ix86 x86_64 %arm ppc64
+%define vdpau_r600 1
+%else
 %define vdpau_r600 0
 %endif
 %ifarch %ix86 x86_64
@@ -36,7 +44,7 @@
 %else
 %define xvmc_support 0
 %endif
-%ifarch %ix86 x86_64 %arm ppc64 ia64 ppc %sparc hppa
+%ifarch %ix86 x86_64 %arm ppc64
 %define vdpau_nouveau 1
 %else
 %define vdpau_nouveau 0
@@ -553,6 +561,9 @@
 %ifarch %arm ppc64
            --enable-xa \
            --enable-gallium-llvm \
+%ifarch ppc64
+           --disable-llvm-shared-libs \
+%endif
            --with-dri-drivers=nouveau \
 %ifarch %arm
            --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \
@@ -665,6 +676,8 @@
 %if %egl_gallium
 %dir %_libdir/egl/
 %_libdir/egl/egl_gallium.so
+%endif
+%if %gallium_loader
 %dir %_libdir/gallium-pipe/
 %_libdir/gallium-pipe/pipe_*.so
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to