--- cauldron/mesa/current/SPECS/mesa.spec 2012/09/07 11:01:44 289281 +++ cauldron/mesa/current/SPECS/mesa.spec 2012/09/07 11:03:21 289282 @@ -146,7 +146,7 @@ BuildRequires: libxml2-python BuildRequires: makedepend BuildRequires: bison flex -BuildRequires: llvm-devel +BuildRequires: llvm-devel >= 3.1 BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(vdpau) %if %{enable_wayland} @@ -393,6 +393,10 @@ Summary: VDPAU plugin for r600 driver Group: Video +%package -n vdpau-driver-radeonsi +Summary: VDPAU plugin for radeonsi driver +Group: System/Libraries + %package -n vdpau-driver-softpipe Summary: VDPAU plugin for softpipe driver Group: Video @@ -539,6 +543,10 @@ This packages provides a VPDAU plugin to enable video acceleration with the r600 driver. +%description -n vdpau-driver-radeonsi +This packages provides a VPDAU plugin to enable video acceleration +with the radeonsi driver. + %description -n vdpau-driver-softpipe This packages provides a VPDAU plugin to enable video acceleration with the softpipe driver. @@ -586,7 +594,7 @@ --enable-vdpau \ --disable-va \ %if %{with_hardware} - --with-gallium-drivers=r300,r600,nouveau,swrast \ + --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \ --enable-gallium-llvm \ %else --disable-gallium-llvm \ @@ -803,5 +811,8 @@ %files -n vdpau-driver-r600 %{_libdir}/vdpau/libvdpau_r600.so.* +%files -n vdpau-driver-radeonsi +%{_libdir}/vdpau/libvdpau_radeonsi.so.* + %files -n vdpau-driver-softpipe %{_libdir}/vdpau/libvdpau_softpipe.so.*