24 |
%define relc 0 |
%define relc 0 |
25 |
%define name mesa |
%define name mesa |
26 |
%define version 9.0.0 |
%define version 9.0.0 |
27 |
%define rel 1 |
%define rel 2 |
28 |
|
|
29 |
%define release %mkrel %{rel} |
%define release %mkrel %{rel} |
30 |
%define src_type tar.bz2 |
%define src_type tar.bz2 |
358 |
Provides: %{waylandeglname}-devel |
Provides: %{waylandeglname}-devel |
359 |
%endif |
%endif |
360 |
|
|
361 |
%package -n vdpau-driver-nouveau |
%package -n %{_lib}vdpau-driver-nouveau |
362 |
Summary: VDPAU plugin for nouveau driver |
Summary: VDPAU plugin for nouveau driver |
363 |
Group: System/Libraries |
Group: System/Libraries |
364 |
|
|
365 |
%package -n vdpau-driver-r300 |
%package -n %{_lib}vdpau-driver-r300 |
366 |
Summary: VDPAU plugin for r300 driver |
Summary: VDPAU plugin for r300 driver |
367 |
Group: System/Libraries |
Group: System/Libraries |
368 |
|
|
369 |
%package -n vdpau-driver-r600 |
%package -n %{_lib}vdpau-driver-r600 |
370 |
Summary: VDPAU plugin for r600 driver |
Summary: VDPAU plugin for r600 driver |
371 |
Group: System/Libraries |
Group: System/Libraries |
372 |
|
|
373 |
%package -n vdpau-driver-radeonsi |
%package -n %{_lib}vdpau-driver-radeonsi |
374 |
Summary: VDPAU plugin for radeonsi driver |
Summary: VDPAU plugin for radeonsi driver |
375 |
Group: System/Libraries |
Group: System/Libraries |
376 |
|
|
377 |
%package -n vdpau-driver-softpipe |
%package -n %{_lib}vdpau-driver-softpipe |
378 |
Summary: VDPAU plugin for softpipe driver |
Summary: VDPAU plugin for softpipe driver |
379 |
Group: System/Libraries |
Group: System/Libraries |
380 |
|
|
499 |
Wayland EGL platform development parts. |
Wayland EGL platform development parts. |
500 |
%endif |
%endif |
501 |
|
|
502 |
%description -n vdpau-driver-nouveau |
%description -n %{_lib}vdpau-driver-nouveau |
503 |
This packages provides a VPDAU plugin to enable video acceleration |
This packages provides a VPDAU plugin to enable video acceleration |
504 |
with the nouveau driver. |
with the nouveau driver. |
505 |
|
|
506 |
%description -n vdpau-driver-r300 |
%description -n %{_lib}vdpau-driver-r300 |
507 |
This packages provides a VPDAU plugin to enable video acceleration |
This packages provides a VPDAU plugin to enable video acceleration |
508 |
with the r300 driver. |
with the r300 driver. |
509 |
|
|
510 |
%description -n vdpau-driver-r600 |
%description -n %{_lib}vdpau-driver-r600 |
511 |
This packages provides a VPDAU plugin to enable video acceleration |
This packages provides a VPDAU plugin to enable video acceleration |
512 |
with the r600 driver. |
with the r600 driver. |
513 |
|
|
514 |
%description -n vdpau-driver-radeonsi |
%description -n %{_lib}vdpau-driver-radeonsi |
515 |
This packages provides a VPDAU plugin to enable video acceleration |
This packages provides a VPDAU plugin to enable video acceleration |
516 |
with the radeonsi driver. |
with the radeonsi driver. |
517 |
|
|
518 |
%description -n vdpau-driver-softpipe |
%description -n %{_lib}vdpau-driver-softpipe |
519 |
This packages provides a VPDAU plugin to enable video acceleration |
This packages provides a VPDAU plugin to enable video acceleration |
520 |
with the softpipe driver. |
with the softpipe driver. |
521 |
|
|
752 |
%{_libdir}/pkgconfig/wayland-egl.pc |
%{_libdir}/pkgconfig/wayland-egl.pc |
753 |
%endif |
%endif |
754 |
|
|
755 |
%files -n vdpau-driver-nouveau |
%files -n %{_lib}vdpau-driver-nouveau |
756 |
%{_libdir}/vdpau/libvdpau_nouveau.so.* |
%{_libdir}/vdpau/libvdpau_nouveau.so.* |
757 |
|
|
758 |
%files -n vdpau-driver-r300 |
%files -n %{_lib}vdpau-driver-r300 |
759 |
%{_libdir}/vdpau/libvdpau_r300.so.* |
%{_libdir}/vdpau/libvdpau_r300.so.* |
760 |
|
|
761 |
%files -n vdpau-driver-r600 |
%files -n %{_lib}vdpau-driver-r600 |
762 |
%{_libdir}/vdpau/libvdpau_r600.so.* |
%{_libdir}/vdpau/libvdpau_r600.so.* |
763 |
|
|
764 |
%files -n vdpau-driver-radeonsi |
%files -n %{_lib}vdpau-driver-radeonsi |
765 |
%{_libdir}/vdpau/libvdpau_radeonsi.so.* |
%{_libdir}/vdpau/libvdpau_radeonsi.so.* |
766 |
|
|
767 |
%files -n vdpau-driver-softpipe |
%files -n %{_lib}vdpau-driver-softpipe |
768 |
%{_libdir}/vdpau/libvdpau_softpipe.so.* |
%{_libdir}/vdpau/libvdpau_softpipe.so.* |