SHA256
1
0
forked from pool/Mesa

- redisabled support for tegra, since it just got disabled upstream

in git master ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=800
This commit is contained in:
Stefan Dirsch 2019-01-09 11:10:01 +00:00 committed by Git OBS Bridge
parent 124ab8bbf9
commit e0855e5d77
4 changed files with 16 additions and 54 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 9 10:49:24 UTC 2019 - sndirsch@suse.com
- redisabled support for tegra, since it just got disabled upstream
in git master ...
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 5 23:31:00 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de> Sat Jan 5 23:31:00 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -56,7 +56,6 @@
%define xvmc_support 0 %define xvmc_support 0
%define vdpau_nouveau 0 %define vdpau_nouveau 0
%define vdpau_radeon 0 %define vdpau_radeon 0
%define vdpau_tegra 0
%ifarch %{ix86} x86_64 aarch64 %{arm} ppc64 ppc64le %ifarch %{ix86} x86_64 aarch64 %{arm} ppc64 ppc64le
%define xvmc_support 1 %define xvmc_support 1
@ -64,10 +63,6 @@
%define vdpau_radeon 1 %define vdpau_radeon 1
%endif %endif
%ifarch aarch64 %{arm}
%define vdpau_tegra 1
%endif
%ifarch %{ix86} x86_64 %{arm} aarch64 %ifarch %{ix86} x86_64 %{arm} aarch64
%define with_nine 1 %define with_nine 1
%endif %endif
@ -109,9 +104,6 @@
# Not built because nouveau driver is not built. # Not built because nouveau driver is not built.
%define vdpau_nouveau 0 %define vdpau_nouveau 0
# Not built because tegra driver is not built.
%define vdpau_tegra 0
# Not built. (Why?) # Not built. (Why?)
%define xvmc_support 0 %define xvmc_support 0
@ -210,7 +202,6 @@ Obsoletes: libtxc_dxtn < %{version}
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
BuildRequires: pkgconfig(libdrm_etnaviv) >= 2.4.89 BuildRequires: pkgconfig(libdrm_etnaviv) >= 2.4.89
BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74 BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74
BuildRequires: pkgconfig(libdrm_tegra)
BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libelf)
%endif %endif
%ifarch x86_64 %{ix86} %ifarch x86_64 %{ix86}
@ -643,14 +634,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_tegra
Summary: XVMC state tracker for Tegra
Group: System/Libraries
Supplements: xf86-video-nouveau
%description -n libvdpau_tegra
This package contains the VDPAU state tracker for Tegra.
%package -n libvdpau_r300 %package -n libvdpau_r300
Summary: XVMC state tracker for R300 Summary: XVMC state tracker for R300
Group: System/Libraries Group: System/Libraries
@ -837,7 +820,7 @@ export PYTHON2=%{_bindir}/python3
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
--enable-xa \ --enable-xa \
--with-dri-drivers=nouveau \ --with-dri-drivers=nouveau \
--with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,imx,tegra \ --with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,imx \
%endif %endif
%ifarch ppc64 ppc64le %ifarch ppc64 ppc64le
--enable-xa \ --enable-xa \
@ -1085,14 +1068,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0 %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
%endif %endif
%if %{vdpau_tegra}
%files -n libvdpau_tegra
%{_libdir}/vdpau/libvdpau_tegra.so
%{_libdir}/vdpau/libvdpau_tegra.so.1
%{_libdir}/vdpau/libvdpau_tegra.so.1.0
%{_libdir}/vdpau/libvdpau_tegra.so.1.0.0
%endif
%if %{vdpau_radeon} %if %{vdpau_radeon}
%files -n libvdpau_r300 %files -n libvdpau_r300
%{_libdir}/vdpau/libvdpau_r300.so %{_libdir}/vdpau/libvdpau_r300.so

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 9 10:49:24 UTC 2019 - sndirsch@suse.com
- redisabled support for tegra, since it just got disabled upstream
in git master ...
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 5 23:31:00 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de> Sat Jan 5 23:31:00 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -55,7 +55,6 @@
%define xvmc_support 0 %define xvmc_support 0
%define vdpau_nouveau 0 %define vdpau_nouveau 0
%define vdpau_radeon 0 %define vdpau_radeon 0
%define vdpau_tegra 0
%ifarch %{ix86} x86_64 aarch64 %{arm} ppc64 ppc64le %ifarch %{ix86} x86_64 aarch64 %{arm} ppc64 ppc64le
%define xvmc_support 1 %define xvmc_support 1
@ -63,10 +62,6 @@
%define vdpau_radeon 1 %define vdpau_radeon 1
%endif %endif
%ifarch aarch64 %{arm}
%define vdpau_tegra 1
%endif
%ifarch %{ix86} x86_64 %{arm} aarch64 %ifarch %{ix86} x86_64 %{arm} aarch64
%define with_nine 1 %define with_nine 1
%endif %endif
@ -108,9 +103,6 @@
# Not built because nouveau driver is not built. # Not built because nouveau driver is not built.
%define vdpau_nouveau 0 %define vdpau_nouveau 0
# Not built because tegra driver is not built.
%define vdpau_tegra 0
# Not built. (Why?) # Not built. (Why?)
%define xvmc_support 0 %define xvmc_support 0
@ -209,7 +201,6 @@ Obsoletes: libtxc_dxtn < %{version}
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
BuildRequires: pkgconfig(libdrm_etnaviv) >= 2.4.89 BuildRequires: pkgconfig(libdrm_etnaviv) >= 2.4.89
BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74 BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74
BuildRequires: pkgconfig(libdrm_tegra)
BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libelf)
%endif %endif
%ifarch x86_64 %{ix86} %ifarch x86_64 %{ix86}
@ -642,14 +633,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_tegra
Summary: XVMC state tracker for Tegra
Group: System/Libraries
Supplements: xf86-video-nouveau
%description -n libvdpau_tegra
This package contains the VDPAU state tracker for Tegra.
%package -n libvdpau_r300 %package -n libvdpau_r300
Summary: XVMC state tracker for R300 Summary: XVMC state tracker for R300
Group: System/Libraries Group: System/Libraries
@ -836,7 +819,7 @@ export PYTHON2=%{_bindir}/python3
%ifarch %{arm} aarch64 %ifarch %{arm} aarch64
--enable-xa \ --enable-xa \
--with-dri-drivers=nouveau \ --with-dri-drivers=nouveau \
--with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,imx,tegra \ --with-gallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,imx \
%endif %endif
%ifarch ppc64 ppc64le %ifarch ppc64 ppc64le
--enable-xa \ --enable-xa \
@ -1084,14 +1067,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
%{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0 %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
%endif %endif
%if %{vdpau_tegra}
%files -n libvdpau_tegra
%{_libdir}/vdpau/libvdpau_tegra.so
%{_libdir}/vdpau/libvdpau_tegra.so.1
%{_libdir}/vdpau/libvdpau_tegra.so.1.0
%{_libdir}/vdpau/libvdpau_tegra.so.1.0.0
%endif
%if %{vdpau_radeon} %if %{vdpau_radeon}
%files -n libvdpau_r300 %files -n libvdpau_r300
%{_libdir}/vdpau/libvdpau_r300.so %{_libdir}/vdpau/libvdpau_r300.so