[mesa-freeworld/f38] Update to 23.1.1
by Thorsten Leemhuis
commit 964d78d89fb5871ec0490c317041412189ef669e
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Wed May 31 06:51:23 2023 +0200
Update to 23.1.1
sync a few bits with Fedora's mesa.spec
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 27 ++++++++++++++++++++-------
sources | 2 +-
3 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1635080..bd74e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/mesa-23.0.1.tar.xz
/mesa-23.0.2.tar.xz
/mesa-23.0.3.tar.xz
+/mesa-23.1.1.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 9a2c30b..4eee212 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -17,6 +17,9 @@ algorithms and decoding only VC1 algorithm.
%ifarch %{ix86} x86_64
%global with_crocus 0
%global with_i915 0
+%if !0%{?rhel}
+%global with_intel_clc 0
+%endif
%global with_iris 0
%global with_xa 0
#%%global platform_vulkan ,intel,intel_hasvk
@@ -56,7 +59,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 23.0.3
+%global ver 23.1.1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -134,8 +137,11 @@ BuildRequires: pkgconfig(LLVMSPIRVLib)
%if %{with valgrind}
BuildRequires: pkgconfig(valgrind)
%endif
-BuildRequires: pkgconfig(python3)
-BuildRequires: python3dist(mako)
+BuildRequires: python3-devel
+BuildRequires: python3-mako
+%if 0%{?with_intel_clc}
+BuildRequires: python3-ply
+%endif
BuildRequires: vulkan-headers
BuildRequires: glslang
%if 0%{?with_vulkan_hw}
@@ -190,7 +196,7 @@ cp %{SOURCE1} docs/
-Dgallium-nine=%{!?with_nine:true}%{?with_nine:false} \
-Dgallium-opencl=%{!?with_opencl:icd}%{?with_opencl:disabled} \
%if 0%{?with_opencl}
- -Dgallium-rusticl=true -Dllvm=enabled -Drust_std=2021 \
+ -Dgallium-rusticl=true \
%endif
-Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
-Dvulkan-drivers=%{?vulkan_drivers} \
@@ -203,12 +209,18 @@ cp %{SOURCE1} docs/
-Dglx=dri \
-Degl=disabled \
-Dglvnd=false \
+%if 0%{?with_intel_clc}
+ -Dintel-clc=enabled \
+%endif
-Dmicrosoft-clc=disabled \
-Dllvm=enabled \
-Dshared-llvm=enabled \
-Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
-Dbuild-tests=false \
-Dselinux=true \
+ -Dlibunwind=disabled \
+ -Dlmsensors=disabled \
+ -Dandroid-libbacktrace=disabled \
%{nil}
%meson_build
@@ -274,9 +286,6 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_vdpau}
%files -n %{srcname}-vdpau-drivers-freeworld
%{_libdir}/vdpau/libvdpau_nouveau.so.1*
-%if 0%{?with_r300}
-%{_libdir}/vdpau/libvdpau_r300.so.1*
-%endif
%if 0%{?with_r600}
%{_libdir}/vdpau/libvdpau_r600.so.1*
%endif
@@ -288,6 +297,10 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Wed May 31 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.1.1-1
+- Update to 23.1.1
+- sync a few bits with Fedora's mesa.spec
+
* Tue Apr 25 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.0.3-1
- Update to 23.0.3
diff --git a/sources b/sources
index 8c8b60d..5da9684 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-23.0.3.tar.xz) = 52c778de61daa406c6a1e96a657e9b6fdcc71c8cfda80b7f53acc6470556c7d502c057b9481bb0c3d57ef0263263413fd0d25d53ebf5aa0246fbcc3309de64ae
+SHA512 (mesa-23.1.1.tar.xz) = ac5522307d75ff71289a62e2e5827edca70a88e028563ed11907504b9727925186893cd40e5948f1f16c29d8ad9fad39012d7569276e2c75be97aef9c106baf8
1 year, 5 months
[nvidia-xconfig] Update to 535.43.02 beta
by Leigh Scott
commit fb401023cbe2b14405d28d578bfaf918fe028137
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 22:35:05 2023 +0100
Update to 535.43.02 beta
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index c24728c..6138cfb 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 530.41.03
+Version: 535.43.02
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -53,6 +53,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-1
+- Update to 535.43.02 beta
+
* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
diff --git a/sources b/sources
index 5bcf912..c7bf180 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-xconfig-530.41.03.tar.gz) = 32b1f5f7432e710ca7ec6b83259e32feedeff4be23bb98cd6d3111f0a3c347e25f79002e0c12f40cfd0e033e8406e8e5bdee1c25ade9cfd15cd22e9c253036a2
+SHA512 (nvidia-xconfig-535.43.02.tar.gz) = 339b89487dfecb670550541eec60b3837fecec56ccd26e4a04026ef27aaace79a10df55def0021236d210ad93c4d60ea3ed349cc40a3c5854caa2773b2aa2b7a
1 year, 5 months
[nvidia-persistenced] Update to 535.43.02 beta
by Leigh Scott
commit c61d0535c9f9b3702cee34bbd840ea15926446d8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 22:32:08 2023 +0100
Update to 535.43.02 beta
nvidia-persistenced.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 6811e77..454bea0 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -2,8 +2,8 @@
Name: nvidia-persistenced
Epoch: 3
-Version: 530.41.03
-Release: 1%{?dist}
+Version: 535.43.02
+Release: 2%{?dist}
Summary: Daemon for maintaining persistent driver state
License: MIT and GPLv2+
@@ -77,6 +77,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-2
+- Update to 535.43.02 beta
+
* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
diff --git a/sources b/sources
index a3337fa..ed7ead4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-persistenced-530.41.03.tar.gz) = dc95b45f8c01a58f0511f69da3a841574bb9fbb858cbdbc0944a600a779c797e1a53c4524f26a83bd5c5dbe595d7b82e3f4a41a0a9a319d27f8d44f1673f6dec
+SHA512 (nvidia-persistenced-535.43.02.tar.gz) = 4b9a59403de4f87153b752c1b20ee5977d5ea5048f367909b4fac0f0c47aaeab0249e18a259145935efe7626ded437d7e0dc9bc505ff1968f04572950dbd14be
1 year, 5 months
[nvidia-open-kmod] Update to 535.43.02 beta
by Leigh Scott
commit d48103a29ad871c049b6f1e7a9d9b9d077e60138
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 22:29:02 2023 +0100
Update to 535.43.02 beta
nvidia-open-kmod.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-open-kmod.spec b/nvidia-open-kmod.spec
index b7d4448..9b8bf6b 100644
--- a/nvidia-open-kmod.spec
+++ b/nvidia-open-kmod.spec
@@ -10,7 +10,7 @@
Name: nvidia-open-kmod
Epoch: 3
-Version: 530.41.03
+Version: 535.43.02
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA open display driver kernel module
@@ -77,6 +77,9 @@ done
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-1
+- Update to 535.43.02 beta
+
* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
diff --git a/sources b/sources
index 6a38049..207a78d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (open-gpu-kernel-modules-530.41.03.tar.gz) = 159f913ec6c46ec29f8b9ba7858965f7f4ff34cf5ea5fdf2e48a59b2145a1e113330f574148213a98b475113db920ecde4d5059a31a251c204ee838c662e854e
+SHA512 (open-gpu-kernel-modules-535.43.02.tar.gz) = c32be9b93456f772832defef3b28e4ee9bf8dacd879f434812c52b6cdbc3ef8e9e58fd5fe9f91fbb731772d59e1c90f276b6ca647e8adac85d509e29aa490888
1 year, 5 months
[nvidia-modprobe] Update to 535.43.02 beta
by Leigh Scott
commit 3589c003313eec5c0fa697b32159bc3f4ca83807
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 22:26:07 2023 +0100
Update to 535.43.02 beta
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 19c9a4e..22f5172 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,6 +1,6 @@
Name: nvidia-modprobe
Epoch: 3
-Version: 530.41.03
+Version: 535.43.02
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -42,6 +42,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-1
+- Update to 535.43.02 beta
+
* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
diff --git a/sources b/sources
index b0c2ce6..9caf131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-modprobe-530.41.03.tar.gz) = 1e1ba21f1b3d8dbc9c019878fe4bd1982dc6c8f44991bc83ddc6c8073ca842f8e1774ed7efbef7b02b452e05332e581dfc97e2e3a589ff1802b6943f77465a16
+SHA512 (nvidia-modprobe-535.43.02.tar.gz) = 29d526dd352f79d4c7aa398f95d3ceffd138476ed582ce257d7a24e92ab96d1d33aad3be44fc88f92ab3c64b2634b636b960919a62c159a77a781822754e2623
1 year, 5 months
[nvidia-kmod] Update to 535.43.02 beta
by Leigh Scott
commit 62489b13f65393c7f6cb3bb76c229ac2146d4c9f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 22:23:33 2023 +0100
Update to 535.43.02 beta
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index c3e9845..69692e3 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -10,7 +10,7 @@
Name: nvidia-kmod
Epoch: 3
-Version: 530.41.03
+Version: 535.43.02
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -82,6 +82,9 @@ done
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-1
+- Update to 535.43.02 beta
+
* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
1 year, 5 months
[nvidia-settings] Update to 535.43.02 beta
by Leigh Scott
commit d6624cfa942f8643a3943775c6fc4102b1938228
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 20:16:50 2023 +0100
Update to 535.43.02 beta
.gitignore | 1 +
nvidia-settings.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d23b59..65fa47b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ nvidia-settings-*.tar.bz2
/nvidia-settings-525.89.02.tar.gz
/nvidia-settings-530.30.02.tar.gz
/nvidia-settings-530.41.03.tar.gz
+/nvidia-settings-535.43.02.tar.gz
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index fcc50ac..f08625d 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings
Epoch: 3
-Version: 530.41.03
+Version: 535.43.02
Release: 1%{?dist}
Summary: Configure the NVIDIA graphics driver
@@ -119,6 +119,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-1
+- Update to 535.43.02 beta
+
* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
diff --git a/sources b/sources
index fecaa97..14b3e3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-settings-530.41.03.tar.gz) = 486a5a326b28d6907c2596c980b37994b2f559a3eb389b0fb464df6d4e598ae1220355e88a943e1678f7f7c0d003ea0b8141acf09b86c425b36e8241361e1c6e
+SHA512 (nvidia-settings-535.43.02.tar.gz) = 99a09dccf689f589ae86440bd8643a7879e41be0f1d5a8426da994caae1f2ff933dd54e7d81e9ef399a3b0565eb96163dfa115d79a7e7c114e37d4ac177d78f5
1 year, 5 months
[xorg-x11-drv-nvidia] Update to 535.43.02 beta
by Leigh Scott
commit 5b06c06fc94ddb1dfc60a2d56f052b79b72dbfa4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 19:09:49 2023 +0100
Update to 535.43.02 beta
sources | 4 ++--
xorg-x11-drv-nvidia.spec | 21 ++++++++++++++-------
2 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/sources b/sources
index 6e84d8c..46daccc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (NVIDIA-Linux-x86_64-530.41.03.run) = 90068122824322884ec8f3e4be2fe7f76bf07ee1163baf6da15d09ba3ff886e5c5ef72016509eef9f4af9d85f154ebbe051d5fb3af5e867f1f67f03af8068100
-SHA512 (NVIDIA-Linux-aarch64-530.41.03.run) = abb9d33b2cfa57be25d5395d5e9805d401b67375761cd07da0e78cc372d8f424c9a7129966967ed36b2123eafbb0fa99f478deb2c4b6a9d85764bdfb60c1139e
+SHA512 (NVIDIA-Linux-x86_64-535.43.02.run) = 6e477444997b88b127d2a18d1aa3bd0326a432c327f2ea3be5b50bb1813dc5dfb9099d02910989097a59a760b87710c24f27e5310df3b6da4894f212d37ff5b2
+SHA512 (NVIDIA-Linux-aarch64-535.43.02.run) = e204a936c6ab385115182381552515f977183cf1a4409f73c4faef5c8946bac175afecafaffb573b84d7f59f85dd5a508c84f1e0bb355fecee89aaa060de6b5d
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 7c5ceb1..c33f35d 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -26,7 +26,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 530.41.03
+Version: 535.43.02
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -258,6 +258,10 @@ cp -a \
libnvidia-egl-gbm.so.1.1.0 \
%endif
libnvidia-ngx.so.%{version} \
+%ifnarch aarch64
+ libnvidia-pkcs11.so.%{version} \
+ libnvidia-pkcs11-openssl3.so.%{version} \
+%endif
libnvidia-rtcore.so.%{version} \
libnvidia-vulkan-producer.so.%{version} \
libnvoptix.so.%{version} \
@@ -265,9 +269,6 @@ cp -a \
%{buildroot}%{_libdir}/
cp -af \
-%ifnarch aarch64
- libnvidia-compiler.so.%{version} \
-%endif
libnvidia-opencl.so.%{version} \
libnvidia-tls.so.%{version} \
%{buildroot}%{_libdir}/
@@ -354,6 +355,7 @@ install -p -m 0644 %{SOURCE5} %{buildroot}%{_alternate_dir}
#install the NVIDIA supplied application profiles
mkdir -p %{buildroot}%{_datadir}/nvidia
install -p -m 0644 nvidia-application-profiles-%{version}-{rc,key-documentation} %{buildroot}%{_datadir}/nvidia
+install -p -m 0644 nvoptix.bin %{buildroot}%{_datadir}/nvidia
ln -s nvidia-application-profiles-%{version}-rc %{buildroot}%{_datadir}/nvidia/nvidia-application-profiles-rc
ln -s nvidia-application-profiles-%{version}-key-documentation %{buildroot}%{_datadir}/nvidia/nvidia-application-profiles-key-documentation
@@ -487,6 +489,7 @@ fi ||:
#/no_multilib
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-*
+%{_datadir}/nvidia/nvoptix.bin
%files kmodsrc
%dir %{_datadir}/nvidia-kmod-%{version}
@@ -522,6 +525,10 @@ fi ||:
%{_libdir}/libnvidia-api.so.1
%{_libdir}/libnvidia-cfg.so.1
%{_libdir}/libnvidia-cfg.so.%{version}
+%ifnarch aarch64
+%{_libdir}/libnvidia-pkcs11.so.%{version}
+%{_libdir}/libnvidia-pkcs11-openssl3.so.%{version}
+%endif
%if 0%{?rhel}
%{_libdir}/libnvidia-egl-gbm.so.1
%{_libdir}/libnvidia-egl-gbm.so.1.1.0
@@ -561,9 +568,6 @@ fi ||:
%{_libdir}/libnvcuvid.so
%{_libdir}/libnvcuvid.so.1
%{_libdir}/libnvcuvid.so.%{version}
-%ifnarch aarch64
-%{_libdir}/libnvidia-compiler.so.%{version}
-%endif
%{_libdir}/libnvidia-encode.so
%{_libdir}/libnvidia-encode.so.1
%{_libdir}/libnvidia-encode.so.%{version}
@@ -629,6 +633,9 @@ fi ||:
%endif
%changelog
+* Tue May 30 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.43.02-1
+- Update to 535.43.02 beta
+
* Thu Mar 23 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:530.41.03-1
- Update to 530.41.03
1 year, 5 months
[mplayer] Drop requires ffmpeg-libs
by Leigh Scott
commit c2c4121aad6e8274e8da2bb5f16fb9e04de5cd2a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue May 30 17:39:50 2023 +0100
Drop requires ffmpeg-libs
mplayer.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index 4e89545..925085e 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -140,7 +140,6 @@ This package contains common files for MPlayer packages.
%package gui
Summary: GUI for MPlayer
Requires: mplayer-common = %{version}-%{release}
-Requires: ffmpeg-libs%{?_isa}
Requires: hicolor-icon-theme
%description gui
@@ -149,7 +148,6 @@ This package contains a GUI for MPlayer and a default skin for it.
%package -n mencoder
Summary: MPlayer movie encoder
Requires: mplayer-common = %{version}-%{release}
-Requires: ffmpeg-libs%{?_isa}
%description -n mencoder
This package contains the MPlayer movie encoder.
1 year, 5 months