[xorg-x11-drv-nvidia] Update to 535.113.01
by Leigh Scott
commit daa55db7eafdeda0f83bd19bde19fc25c6b85dfd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 22 10:25:38 2023 +0100
Update to 535.113.01
sources | 4 ++--
xorg-x11-drv-nvidia.spec | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index f75545d..8e69a91 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (NVIDIA-Linux-x86_64-535.104.05.run) = 9aba3bada23b41acf7420da57cfced8bf883ef9210bbca5db9882e6e682e9755e0bc48fa12bb2ed114d4d68ba99443f26c22c94d3063d0daf8e9c1e21b369bb5
-SHA512 (NVIDIA-Linux-aarch64-535.104.05.run) = 1282d5f494af5ca0f9df55213f74c810dd78b154814ab29fbc9719fa3addf2523b82d41f034fbf1a7ec030af39b4c568d5648ea052405c5af98a5ee3aa4ae253
+SHA512 (NVIDIA-Linux-x86_64-535.113.01.run) = bf939843404bc163246b710ca336236f28af489f77ee1830a2d20d4ca926a434b6fbc2156d5777dc004692d5d1adbef77ce79071247f81da2db9adf42c32bfa7
+SHA512 (NVIDIA-Linux-aarch64-535.113.01.run) = b096ffb63d2f113bb1ac5a8cec9a79a643ccab7fc8e9b20e547d96bda4960f0bc70fa2be806d19d47eae5fe2ee6e762e0638f1600ceb54744f46af38251a7f73
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 6fd6ced..3ef246b 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: 535.104.05
+Version: 535.113.01
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -642,6 +642,9 @@ fi ||:
%endif
%changelog
+* Fri Sep 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.113.01-1
+- Update to 535.113.01
+
* Tue Aug 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:535.104.05-1
- Update to 535.104.05
1 year, 2 months
[xpra-codecs-freeworld/f39] Disable x265 encoder| Disable openh264 on EPEL
by sagitter
commit 807661eac1aec4e84439ee3afdd1d72201089fd0
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Fri Sep 22 11:13:13 2023 +0200
Disable x265 encoder| Disable openh264 on EPEL
xpra-codecs-freeworld.spec | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index c5ccb14..b3cae4c 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -1,11 +1,16 @@
%bcond_without enc_x264
-%bcond_without enc_x265
+%bcond_with enc_x265
# Theses settings requires 64bit
%if 0%{?__isa_bits} == 64
%bcond_without dec_avcodec2
%bcond_without csc_swscale
+%if 0%{?fedora}
%bcond_without openh264
%else
+%bcond_with openh264
+%endif
+%endif
+%if 0%{?__isa_bits} == 32
%bcond_with dec_avcodec2
%bcond_with csc_swscale
%endif
@@ -42,7 +47,7 @@
Name: xpra-codecs-freeworld
Version: 5.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}.1
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL: https://www.xpra.org/
@@ -144,7 +149,8 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
--without-strict \
--with-enc_ffmpeg \
--without-tests \
- --without-docs
+ --without-docs \
+ --without-printing --without-cuda_kernels
%install
# We are interested to additional codecs only
@@ -186,6 +192,10 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Fri Sep 22 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-2
+- Disable x265 encoder
+- Disable openh264 on EPEL
+
* Sat Sep 02 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-1
- Release 5.0.1
1 year, 2 months
[mesa-freeworld/f38] Update to 23.1.8
by Thorsten Leemhuis
commit 9f58cc342c613c69666f92ff170a8b6810b9e136
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Sep 21 06:18:04 2023 +0200
Update to 23.1.8
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db7a44c..b289870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/mesa-23.1.5.tar.xz
/mesa-23.1.6.tar.xz
/mesa-23.1.7.tar.xz
+/mesa-23.1.8.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index f14a8e1..0148c11 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -64,7 +64,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 23.1.7
+%global ver 23.1.8
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT
@@ -316,6 +316,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%license docs/license.rst
%endif
%changelog
+* Thu Sep 21 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.1.8-1
+- Update to 23.1.8
+
* Thu Sep 7 2023 Thorsten Leemhuis <fedora(a)leemhuis.info> - 23.1.7-1
- Update to 23.1.7
diff --git a/sources b/sources
index 66312e3..a0a825f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-23.1.7.tar.xz) = a5b8bebd2cbdb89fe38de0ff68629c76d248773543e23b77c9035ee0574321e8c0f7cb517decd8896e9dededf132ad87c2b7bddd58af8b97a843a99d158a61d4
+SHA512 (mesa-23.1.8.tar.xz) = 02dc6f8b10dd3827a2b62fba3035726b1b60ec0c3188817deea2ad14f80f332a37272e9f15c5f653f20cecb14f8ff91697d73c89afc83674c19b686a674b677d
1 year, 2 months
[libheif-freeworld] Enable uncompressed codec (rhbz#2237849)
by Dominik Mierzejewski
commit ddb21b7630808429d0646fe5760fb4737e1ea77b
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Sep 20 12:05:57 2023 +0200
Enable uncompressed codec (rhbz#2237849)
- Run tests conditionally (requires making all symbols visible)
libheif-freeworld.spec | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/libheif-freeworld.spec b/libheif-freeworld.spec
index bbb38aa..b43fb4c 100644
--- a/libheif-freeworld.spec
+++ b/libheif-freeworld.spec
@@ -1,6 +1,8 @@
+%bcond_with check
+
Name: libheif-freeworld
Version: 1.16.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: HEVC support for HEIF and AVIF file format decoder and encoder
License: LGPL-3.0-or-later and MIT
@@ -12,6 +14,9 @@ BuildRequires: gcc-c++
BuildRequires: ninja-build
BuildRequires: pkgconfig(libde265)
BuildRequires: pkgconfig(x265)
+%if %{with check}
+BuildRequires: pkgconfig(aom)
+%endif
Requires: libheif%{_isa} = %{version}
Supplements: libheif%{_isa}
Provides: libheif-hevc = %{version}-%{release}
@@ -32,7 +37,14 @@ rm -rf third-party/
%cmake \
-GNinja \
-DPLUGIN_DIRECTORY=%{_libdir}/libheif \
+ -DWITH_UNCOMPRESSED_CODEC=ON \
+%if %{with check}
+ -DBUILD_TESTING=ON \
+ -DWITH_REDUCED_VISIBILITY=OFF \
+ -DWITH_LIBDE265=ON -DWITH_X265=ON \
+%else
-DWITH_LIBDE265_PLUGIN:BOOL=ON -DWITH_X265_PLUGIN:BOOL=ON \
+%endif
-DWITH_EXAMPLES:BOOL=OFF \
-Wno-dev
@@ -48,9 +60,10 @@ rm -v .%{_libdir}/pkgconfig/libheif.pc
rm -rv .%{_datadir}/thumbnailers
popd
+%if %{with check}
%check
-# Tests are not yet ported to CMake
-#ctest
+%ctest
+%endif
%files
%license COPYING
@@ -59,6 +72,10 @@ popd
%{_libdir}/libheif/libheif-x265.so
%changelog
+* Fri Sep 08 2023 Dominik Mierzejewski <dominik(a)greysector.net> - 1.16.2-2
+- Enable uncompressed codec (rhbz#2237849)
+- Run tests conditionally (requires making all symbols visible)
+
* Mon Sep 04 2023 Dominik Mierzejewski <dominik(a)greysector.net> - 1.16.2-1
- update to 1.16.2
1 year, 2 months
[telegram-desktop] Update to 4.9.9.
by Vasiliy Glazov
commit 53b05ee247256184eb4b3803149d2e140a1bba73
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Sep 20 09:00:57 2023 +0300
Update to 4.9.9.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index bc882df..031a0b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.9.8-full.tar.gz) = 5271f4de6ee5e70b4083af03f092015a99027aa8619e300ff7b2bb8f11d9a71160519da01ae642dc560142d370877a60567c75e6fb29935e712b633d79ae106e
+SHA512 (tdesktop-4.9.9-full.tar.gz) = 69fb0d5af26a33f65715a7a16bcb54288dfe377c71ca18bbd99cd64eba7eb3ce743be2564321243054330cdbfed314e8f8b8617c0966567b117790cc0f87b3e9
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 70daa96..8eeebdf 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,7 +5,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.9.8
+Version: 4.9.9
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -163,6 +163,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Wed Sep 20 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.9.9-1
+- Update to 4.9.9
+
* Sat Sep 16 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.9.8-1
- Update to 4.9.8
1 year, 2 months