Accepting request 287561 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/287561 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=234
This commit is contained in:
commit
6fc9e9d1af
10
Mesa.changes
10
Mesa.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 24 16:08:49 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Fix file permissions for the Gallium Nine files
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 15:28:29 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- specfile/baselibs.conf: Manually provide d3d library (bnc#918294)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 12:30:49 UTC 2015 - zaitor@opensuse.org
|
Tue Feb 10 12:30:49 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -405,6 +405,12 @@ implementation of Mesa.
|
|||||||
%package libd3d
|
%package libd3d
|
||||||
Summary: Mesa Direct3D9 state tracker
|
Summary: Mesa Direct3D9 state tracker
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Manually provide d3d library (bnc#918294)
|
||||||
|
%ifarch x86_64 s390x ppc64le aarch64
|
||||||
|
Provides: d3dadapter9.so.1()(64bit)
|
||||||
|
%else
|
||||||
|
Provides: d3dadapter9.so.1
|
||||||
|
%endif
|
||||||
|
|
||||||
%description libd3d
|
%description libd3d
|
||||||
Mesa Direct3D9 state tracker
|
Mesa Direct3D9 state tracker
|
||||||
@ -849,11 +855,13 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
|
|
||||||
%if 0%{?with_nine}
|
%if 0%{?with_nine}
|
||||||
%files libd3d
|
%files libd3d
|
||||||
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/d3d/
|
%dir %{_libdir}/d3d/
|
||||||
%{_libdir}/d3d/*.so.*
|
%{_libdir}/d3d/*.so.*
|
||||||
#%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
#%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
||||||
|
|
||||||
%files libd3d-devel
|
%files libd3d-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/d3d.pc
|
%{_libdir}/pkgconfig/d3d.pc
|
||||||
%{_includedir}/d3dadapter/
|
%{_includedir}/d3dadapter/
|
||||||
%{_libdir}/d3d/*.so
|
%{_libdir}/d3d/*.so
|
||||||
|
@ -51,6 +51,7 @@ Mesa-libglapi0
|
|||||||
Mesa-libglapi-devel
|
Mesa-libglapi-devel
|
||||||
requires "Mesa-libglapi0-<targettype> = <version>"
|
requires "Mesa-libglapi0-<targettype> = <version>"
|
||||||
Mesa-libd3d
|
Mesa-libd3d
|
||||||
|
provides "d3dadapter9.so.1"
|
||||||
Mesa-libd3d-devel
|
Mesa-libd3d-devel
|
||||||
requires "Mesa-libd3d-<targettype> = <version>"
|
requires "Mesa-libd3d-<targettype> = <version>"
|
||||||
libXvMC_nouveau
|
libXvMC_nouveau
|
||||||
|
Loading…
Reference in New Issue
Block a user