Accepting request 209602 from X11:XOrg
second attempt for ppc64le (forwarded request 209581 from adrianSuSE) OBS-URL: https://build.opensuse.org/request/show/209602 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=199
This commit is contained in:
commit
0fa95d3add
23
Mesa.changes
23
Mesa.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 07:02:50 UTC 2013 - adrian@suse.de
|
||||||
|
|
||||||
|
- disable llvm support for ppc64le, llvm does not support ppc64le
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 10:54:26 UTC 2013 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- disable the build of egl-wayland support on openSUSE 12.3, since
|
||||||
|
Mesa 10.0 requires a higher wayland version than we have on
|
||||||
|
openSUSE 12.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 27 14:54:04 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Update to version 10.0.0:
|
||||||
|
Mesa 10.0 has been released! Mesa 10.0 is a feature release that
|
||||||
|
includes many updates and enhancements. The full list is available in
|
||||||
|
the release notes file in docs/relnotes/10.0.html.
|
||||||
|
- Remove libXvMC_{r300,softpipe} packages
|
||||||
|
- Remove libvdpau_{r300,softpipe} packages
|
||||||
|
- Bump libxatracker package version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 16 18:51:58 UTC 2013 - hrvoje.senjan@gmail.com
|
Sat Nov 16 18:51:58 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
142
Mesa.spec
142
Mesa.spec
@ -29,11 +29,11 @@
|
|||||||
%define llvm_r600 0
|
%define llvm_r600 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _version 9.2.3
|
%define _version 10.0.0
|
||||||
%define _name_archive MesaLib
|
%define _name_archive MesaLib
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 9.2.3
|
Version: 10.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -52,6 +52,9 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
BuildRequires: xorg-x11-util-devel
|
BuildRequires: xorg-x11-util-devel
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.24
|
BuildRequires: pkgconfig(libdrm) >= 2.4.24
|
||||||
|
%ifnarch ppc64le
|
||||||
|
BuildRequires: pkgconfig(xshmfence)
|
||||||
|
%endif
|
||||||
%ifarch x86_64 %ix86
|
%ifarch x86_64 %ix86
|
||||||
BuildRequires: pkgconfig(libdrm_intel) >= 2.4.38
|
BuildRequires: pkgconfig(libdrm_intel) >= 2.4.38
|
||||||
%endif
|
%endif
|
||||||
@ -59,14 +62,16 @@ BuildRequires: pkgconfig(libdrm_nouveau) >= 2.4.41
|
|||||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.45
|
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.45
|
||||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libudev) > 150
|
BuildRequires: pkgconfig(libudev) > 150
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1310
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-server)
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xcb-dri2)
|
BuildRequires: pkgconfig(xcb-dri2)
|
||||||
|
BuildRequires: pkgconfig(xcb-dri3)
|
||||||
BuildRequires: pkgconfig(xcb-glx)
|
BuildRequires: pkgconfig(xcb-glx)
|
||||||
|
BuildRequires: pkgconfig(xcb-present)
|
||||||
BuildRequires: pkgconfig(xdamage)
|
BuildRequires: pkgconfig(xdamage)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
@ -99,7 +104,7 @@ Provides: XFree86-Mesa-64bit = %{version}
|
|||||||
Summary: System for rendering interactive 3-D graphics
|
Summary: System for rendering interactive 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: ftp://ftp.freedesktop.org/pub/mesa/%{_version}/%{_name_archive}-%{_version}.tar.bz2
|
Source: %{_name_archive}-%{_version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source3: README.updates
|
Source3: README.updates
|
||||||
Source4: manual-pages.tar.bz2
|
Source4: manual-pages.tar.bz2
|
||||||
@ -139,7 +144,7 @@ Requires: Mesa-libGLESv2-devel = %version
|
|||||||
Requires: Mesa-libglapi-devel = %version
|
Requires: Mesa-libglapi-devel = %version
|
||||||
Requires: libOSMesa-devel = %version
|
Requires: libOSMesa-devel = %version
|
||||||
Requires: libgbm-devel
|
Requires: libgbm-devel
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1310
|
||||||
Requires: libwayland-egl-devel
|
Requires: libwayland-egl-devel
|
||||||
%endif
|
%endif
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -373,7 +378,7 @@ openwfd.
|
|||||||
This package provides the development environment for compiling
|
This package provides the development environment for compiling
|
||||||
programs against the GBM library.
|
programs against the GBM library.
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1310
|
||||||
|
|
||||||
%package -n libwayland-egl1
|
%package -n libwayland-egl1
|
||||||
Summary: Additional egl functions for wayland
|
Summary: Additional egl functions for wayland
|
||||||
@ -394,13 +399,13 @@ This package is required to link wayland client applications to the EGL
|
|||||||
implementation of Mesa.
|
implementation of Mesa.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n libxatracker1
|
%package -n libxatracker2
|
||||||
Summary: XA state tracker
|
Summary: XA state tracker
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%description -n libxatracker1
|
%description -n libxatracker2
|
||||||
This package contains the XA state tracker for gallium3D driver.
|
This package contains the XA state tracker for gallium3D driver.
|
||||||
It superseeds the Xorg state tracker and provides an infrastructure
|
It superseeds the Xorg state tracker and provides an infrastructure
|
||||||
to accelerate Xorg 2D operations. It is currently used by vmwgfx
|
to accelerate Xorg 2D operations. It is currently used by vmwgfx
|
||||||
@ -411,7 +416,7 @@ Summary: Development files for the XA API
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: libxatracker1 = %version
|
Requires: libxatracker2 = %version
|
||||||
|
|
||||||
%description -n libxatracker-devel
|
%description -n libxatracker-devel
|
||||||
This package contains the XA state tracker for gallium3D driver.
|
This package contains the XA state tracker for gallium3D driver.
|
||||||
@ -431,15 +436,6 @@ This package contains the XvMC state tracker for Nouveau. This is
|
|||||||
still "work in progress", i.e. expect poor video quality, choppy
|
still "work in progress", i.e. expect poor video quality, choppy
|
||||||
videos and artefacts all over.
|
videos and artefacts all over.
|
||||||
|
|
||||||
%package -n libXvMC_r300
|
|
||||||
Summary: XVMC state tracker for R300
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libXvMC_r300
|
|
||||||
This package contains the XvMC state tracker for R300. This is
|
|
||||||
still "work in progress", i.e. expect poor video quality, choppy
|
|
||||||
videos and artefacts all over.
|
|
||||||
|
|
||||||
%package -n libXvMC_r600
|
%package -n libXvMC_r600
|
||||||
Summary: XVMC state tracker for R600
|
Summary: XVMC state tracker for R600
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -449,15 +445,6 @@ This package contains the XvMC state tracker for R600. This is
|
|||||||
still "work in progress", i.e. expect poor video quality, choppy
|
still "work in progress", i.e. expect poor video quality, choppy
|
||||||
videos and artefacts all over.
|
videos and artefacts all over.
|
||||||
|
|
||||||
%package -n libXvMC_softpipe
|
|
||||||
Summary: Software implementation of XVMC state tracker
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libXvMC_softpipe
|
|
||||||
This package contains the Software implementation of the XvMC
|
|
||||||
state tracker. This is still "work in progress", i.e. expect
|
|
||||||
poor video quality, choppy videos and artefacts all over.
|
|
||||||
|
|
||||||
%package -n libvdpau_nouveau
|
%package -n libvdpau_nouveau
|
||||||
Summary: XVMC state tracker for Nouveau
|
Summary: XVMC state tracker for Nouveau
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -466,15 +453,6 @@ Supplements: xf86-video-nouveau
|
|||||||
%description -n libvdpau_nouveau
|
%description -n libvdpau_nouveau
|
||||||
This package contains the VDPAU state tracker for Nouveau.
|
This package contains the VDPAU state tracker for Nouveau.
|
||||||
|
|
||||||
%package -n libvdpau_r300
|
|
||||||
Summary: XVMC state tracker for R300
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libvdpau_r300
|
|
||||||
This package contains the VDPAU state tracker for R300. This is
|
|
||||||
still "work in progress", i.e. expect poor video quality, choppy
|
|
||||||
videos and artefacts all over.
|
|
||||||
|
|
||||||
%package -n libvdpau_r600
|
%package -n libvdpau_r600
|
||||||
Summary: XVMC state tracker for R600
|
Summary: XVMC state tracker for R600
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -491,20 +469,11 @@ Supplements: xf86-video-ati
|
|||||||
%description -n libvdpau_radeonsi
|
%description -n libvdpau_radeonsi
|
||||||
This package contains the VDPAU state tracker for radeonsi.
|
This package contains the VDPAU state tracker for radeonsi.
|
||||||
|
|
||||||
%package -n libvdpau_softpipe
|
|
||||||
Summary: Software implementation of XVMC state tracker
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libvdpau_softpipe
|
|
||||||
This package contains the Software implementation of the VDPAU
|
|
||||||
state tracker.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{_version} -b4 -q
|
%setup -n %{name}-%{_version} -b4 -q
|
||||||
# remove some docs
|
# remove some docs
|
||||||
rm -rf docs/README.{VMS,WIN32,OS2}
|
rm -rf docs/README.{VMS,WIN32,OS2}
|
||||||
#%patch11 -p1
|
#%patch11 -p1
|
||||||
# Both patches are considered wrong by the author -> disable them
|
|
||||||
#%patch15 -p1
|
#%patch15 -p1
|
||||||
#%patch13 -p1
|
#%patch13 -p1
|
||||||
|
|
||||||
@ -514,7 +483,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
rm -f src/mesa/depend
|
rm -f src/mesa/depend
|
||||||
export TALLOC_LIBS=-ltalloc
|
export TALLOC_LIBS=-ltalloc
|
||||||
export TALLOC_CFLAGS="-I/usr/include"
|
export TALLOC_CFLAGS="-I/usr/include"
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1310
|
||||||
egl_platforms=x11,drm,wayland
|
egl_platforms=x11,drm,wayland
|
||||||
%else
|
%else
|
||||||
egl_platforms=x11,drm
|
egl_platforms=x11,drm
|
||||||
@ -542,6 +511,7 @@ autoreconf -fi
|
|||||||
--enable-xa \
|
--enable-xa \
|
||||||
--enable-gallium-llvm \
|
--enable-gallium-llvm \
|
||||||
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
|
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
|
||||||
|
--enable-opencl-icd \
|
||||||
%if %llvm_r600
|
%if %llvm_r600
|
||||||
--with-llvm-shared-libs \
|
--with-llvm-shared-libs \
|
||||||
--enable-r600-llvm-compiler \
|
--enable-r600-llvm-compiler \
|
||||||
@ -629,25 +599,22 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
|
|
||||||
%postun -n libgbm1 -p /sbin/ldconfig
|
%postun -n libgbm1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%ifnarch s390 aarch64 m68k
|
%ifnarch s390 aarch64 m68k ppc64le
|
||||||
|
|
||||||
%post -n libxatracker1 -p /sbin/ldconfig
|
%post -n libxatracker2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxatracker1 -p /sbin/ldconfig
|
%postun -n libxatracker2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libXvMC_nouveau
|
%post -n libXvMC_nouveau
|
||||||
%postun -n libXvMC_nouveau
|
%postun -n libXvMC_nouveau
|
||||||
|
|
||||||
|
%endif
|
||||||
|
%ifnarch s390 s390x aarch64 m68k
|
||||||
|
|
||||||
%post -n libXvMC_r600
|
%post -n libXvMC_r600
|
||||||
|
|
||||||
%postun -n libXvMC_r600
|
%postun -n libXvMC_r600
|
||||||
|
|
||||||
%post -n libXvMC_softpipe
|
|
||||||
%postun -n libXvMC_softpipe
|
|
||||||
|
|
||||||
%post -n libvdpau_r300
|
|
||||||
%postun -n libvdpau_r300
|
|
||||||
|
|
||||||
%post -n libvdpau_r600
|
%post -n libvdpau_r600
|
||||||
%postun -n libvdpau_r600
|
%postun -n libvdpau_r600
|
||||||
|
|
||||||
@ -655,21 +622,13 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%post -n libvdpau_radeonsi
|
%post -n libvdpau_radeonsi
|
||||||
%postun -n libvdpau_radeonsi
|
%postun -n libvdpau_radeonsi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libvdpau_softpipe
|
|
||||||
%postun -n libvdpau_softpipe
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ifarch ppc ppc64 %ix86 x86_64
|
|
||||||
%post -n libXvMC_r300
|
|
||||||
%postun -n libXvMC_r300
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n Mesa-libglapi0 -p /sbin/ldconfig
|
%post -n Mesa-libglapi0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n Mesa-libglapi0 -p /sbin/ldconfig
|
%postun -n Mesa-libglapi0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1310
|
||||||
%post -n libwayland-egl1 -p /sbin/ldconfig
|
%post -n libwayland-egl1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libwayland-egl1 -p /sbin/ldconfig
|
%postun -n libwayland-egl1 -p /sbin/ldconfig
|
||||||
@ -688,7 +647,6 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%dir %_libdir/gallium-pipe/
|
%dir %_libdir/gallium-pipe/
|
||||||
%_libdir/gallium-pipe/pipe_*.so
|
%_libdir/gallium-pipe/pipe_*.so
|
||||||
%endif
|
%endif
|
||||||
%_libdir/libdricore9*.so.*
|
|
||||||
|
|
||||||
%files -n Mesa-libEGL1
|
%files -n Mesa-libEGL1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -751,7 +709,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%_libdir/libOSMesa.so
|
%_libdir/libOSMesa.so
|
||||||
%_libdir/pkgconfig/osmesa.pc
|
%_libdir/pkgconfig/osmesa.pc
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1310
|
||||||
%files -n libwayland-egl1
|
%files -n libwayland-egl1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libwayland-egl.so.1*
|
%_libdir/libwayland-egl.so.1*
|
||||||
@ -777,11 +735,11 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%_libdir/libgbm.so
|
%_libdir/libgbm.so
|
||||||
%_libdir/pkgconfig/gbm.pc
|
%_libdir/pkgconfig/gbm.pc
|
||||||
|
|
||||||
%ifnarch s390 ppc aarch64 m68k
|
%ifnarch s390 ppc aarch64 m68k ppc64le
|
||||||
|
|
||||||
%files -n libxatracker1
|
%files -n libxatracker2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libxatracker.so.1*
|
%_libdir/libxatracker.so.2*
|
||||||
|
|
||||||
%files -n libxatracker-devel
|
%files -n libxatracker-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -791,7 +749,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifnarch s390 s390x aarch64 m68k
|
%ifnarch s390 s390x aarch64 m68k ppc64le
|
||||||
|
|
||||||
%files -n libXvMC_nouveau
|
%files -n libXvMC_nouveau
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -799,30 +757,6 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%_libdir/libXvMCnouveau.so.1
|
%_libdir/libXvMCnouveau.so.1
|
||||||
%_libdir/libXvMCnouveau.so.1.0.0
|
%_libdir/libXvMCnouveau.so.1.0.0
|
||||||
|
|
||||||
%files -n libXvMC_r300
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libXvMCr300.so
|
|
||||||
%_libdir/libXvMCr300.so.1
|
|
||||||
%_libdir/libXvMCr300.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libXvMC_r600
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libXvMCr600.so
|
|
||||||
%_libdir/libXvMCr600.so.1
|
|
||||||
%_libdir/libXvMCr600.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libvdpau_r300
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/vdpau/libvdpau_r300.so
|
|
||||||
%_libdir/vdpau/libvdpau_r300.so.1
|
|
||||||
%_libdir/vdpau/libvdpau_r300.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libvdpau_r600
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/vdpau/libvdpau_r600.so
|
|
||||||
%_libdir/vdpau/libvdpau_r600.so.1
|
|
||||||
%_libdir/vdpau/libvdpau_r600.so.1.0.0
|
|
||||||
|
|
||||||
%files -n libvdpau_nouveau
|
%files -n libvdpau_nouveau
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/vdpau/libvdpau_nouveau.so
|
%_libdir/vdpau/libvdpau_nouveau.so
|
||||||
@ -830,19 +764,20 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%_libdir/vdpau/libvdpau_nouveau.so.1.0.0
|
%_libdir/vdpau/libvdpau_nouveau.so.1.0.0
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
%ifnarch s390 s390x aarch64 m68k
|
||||||
|
|
||||||
%ifnarch s390 aarch64 m68k
|
%files -n libXvMC_r600
|
||||||
%files -n libXvMC_softpipe
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libXvMCsoftpipe.so
|
%_libdir/libXvMCr600.so
|
||||||
%_libdir/libXvMCsoftpipe.so.1
|
%_libdir/libXvMCr600.so.1
|
||||||
%_libdir/libXvMCsoftpipe.so.1.0.0
|
%_libdir/libXvMCr600.so.1.0.0
|
||||||
|
|
||||||
%files -n libvdpau_softpipe
|
%files -n libvdpau_r600
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/vdpau/libvdpau_softpipe.so
|
%_libdir/vdpau/libvdpau_r600.so
|
||||||
%_libdir/vdpau/libvdpau_softpipe.so.1
|
%_libdir/vdpau/libvdpau_r600.so.1
|
||||||
%_libdir/vdpau/libvdpau_softpipe.so.1.0.0
|
%_libdir/vdpau/libvdpau_r600.so.1.0.0
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %llvm_r600
|
%if %llvm_r600
|
||||||
@ -865,7 +800,6 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc docs/*.html
|
%doc docs/*.html
|
||||||
%_includedir/GL/internal
|
%_includedir/GL/internal
|
||||||
%_libdir/libdricore9*.so
|
|
||||||
%_libdir/pkgconfig/dri.pc
|
%_libdir/pkgconfig/dri.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
MesaLib-10.0.0.tar.bz2
Normal file
3
MesaLib-10.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a36b9f58feb0688243a7bdd7e040173799c0280c9c47f1532206a874dd737102
|
||||||
|
size 6730161
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e06d4c0d9f93391be7944e5f063fc70226a273a797934ff6602ee6cd5719175d
|
|
||||||
size 6665764
|
|
@ -52,11 +52,7 @@ Mesa-libglapi0
|
|||||||
Mesa-libglapi-devel
|
Mesa-libglapi-devel
|
||||||
requires "Mesa-libglapi0-<targettype> = <version>"
|
requires "Mesa-libglapi0-<targettype> = <version>"
|
||||||
libXvMC_nouveau
|
libXvMC_nouveau
|
||||||
libXvMC_r300
|
|
||||||
libXvMC_r600
|
libXvMC_r600
|
||||||
libXvMC_softpipe
|
|
||||||
libvdpau_nouveau
|
libvdpau_nouveau
|
||||||
libvdpau_r300
|
|
||||||
libvdpau_r600
|
libvdpau_r600
|
||||||
libvdpau_radeonsi
|
libvdpau_radeonsi
|
||||||
libvdpau_softpipe
|
|
||||||
|
Loading…
Reference in New Issue
Block a user