Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 673465 Details for
Bug 815569
Enabling VDPAU within Mesa
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add --with=vdpau option to mesa.spec
mesa-9.0.1.spec.patch (text/plain), 2.33 KB, created by
Stefan Becker
on 2013-01-06 20:12:45 UTC
(
hide
)
Description:
Add --with=vdpau option to mesa.spec
Filename:
MIME Type:
Creator:
Stefan Becker
Created:
2013-01-06 20:12:45 UTC
Size:
2.33 KB
patch
obsolete
>diff -up SPECS/mesa.spec~ SPECS/mesa.spec >--- SPECS/mesa.spec~ 2012-12-20 21:25:06.000000000 +0200 >+++ SPECS/mesa.spec 2013-01-06 21:33:25.125041987 +0200 >@@ -105,10 +105,14 @@ BuildRequires: pkgconfig(wayland-client) > BuildRequires: pkgconfig(wayland-server) >= %{min_wayland_version} > %endif > BuildRequires: mesa-libGL-devel >+%if 0%{?_with_vdpau:1} >+BuildRequires: pkgconfig(vdpau) >= 0.4.1 >+%endif > > %description > Mesa > >+%if !0%{?_with_vdpau:1} > %package libGL > Summary: Mesa libGL runtime libraries and DRI drivers > Group: System Environment/Libraries >@@ -273,6 +277,16 @@ Group: System Environment/Libraries > %description libglapi > Mesa shared glapi > >+%else >+%package vdpau-drivers >+Summary: Mesa-based VDPAU drivers >+Group: User Interface/X Hardware Support >+Requires: libvdpau%{?_isa} >= 0.4.1 >+%description vdpau-drivers >+Mesa-based VDPAU drivers. >+ >+%endif >+ > %prep > %setup -q -n Mesa-%{version}%{?snapshot} > #setup -q -n mesa-%{gitdate} >@@ -347,6 +361,10 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtt > %else > --with-gallium-drivers=%{?with_vmware:svga,}r300,r600,nouveau \ > %endif >+%if 0%{?_with_vdpau:1} >+ --enable-gallium-g3dvl \ >+ --enable-vdpau \ >+%endif > %else > --disable-gallium-llvm \ > --with-gallium-drivers=swrast \ >@@ -359,6 +377,13 @@ make %{?_smp_mflags} MKDEP=/bin/true > %install > rm -rf $RPM_BUILD_ROOT > >+%if 0%{?_with_vdpau:1} >+for d in \ >+ src/gallium/targets/vdpau-*; \ >+do \ >+ make -C $d install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS=; \ >+done >+%else > # core libs and headers, but not drivers. > make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS= > >@@ -385,12 +410,14 @@ for i in libOSMesa*.so libGL.so ; do > eu-findtextrel $i && exit 1 > done > popd >+%endif > > %clean > rm -rf $RPM_BUILD_ROOT > > %check > >+%if !0%{?_with_vdpau:1} > %post libGL -p /sbin/ldconfig > %postun libGL -p /sbin/ldconfig > %post libOSMesa -p /sbin/ldconfig >@@ -573,6 +600,20 @@ rm -rf $RPM_BUILD_ROOT > %endif > %endif > >+%else >+%files vdpau-drivers >+%defattr(-,root,root,-) >+%if %{with_hardware} >+%{_libdir}/vdpau/libvdpau_nouveau.so* >+%{_libdir}/vdpau/libvdpau_r300.so* >+%{_libdir}/vdpau/libvdpau_r600.so* >+%if 0%{?with_llvm} && 0%{?with_radeonsi} >+%{_libdir}/vdpau/libvdpau_radeonsi.so* >+%endif >+%endif >+%{_libdir}/vdpau/libvdpau_softpipe.so* >+%endif >+ > %changelog > * Thu Dec 20 2012 Adam Jackson <ajax@redhat.com> 9.0.1-3 > - mesa-9.0.1-22-gd0a9ab2.patch: Sync with git
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 815569
:
579702
| 673465