[ffmpeg] Drop alternatives build -cuda attempt
by Nicolas Chauvet
commit 094736e5c4c2443446ea726d48f9821e263cd97d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 22 18:58:39 2024 +0100
Drop alternatives build -cuda attempt
Rebuild with:
$ rfpkg local --with cuda --with fdk_aac
ffmpeg.spec | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 069ba02..788a1f7 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -53,25 +53,9 @@
# flavor nonfree
%if 0%{?_with_cuda:1}
-%global debug_package %{nil}
-%global flavor -cuda
-%global progs_suffix -cuda
-#global build_suffix -lgpl
-%ifarch %{cuda_arches}
%global _with_cuvid 1
%global _with_libnpp 1
%endif
-%global _with_fdk_aac 1
-%global _without_cdio 1
-%global _without_frei0r 1
-%global _without_gpl 1
-%global _without_rubberband 1
-%global _without_vidstab 1
-%global _without_x264 1
-%global _without_x265 1
-%global _without_xvid 1
-%undefine _with_smb
-%endif
# Disable nvenc when not relevant
%ifnarch %{cuda_arches} aarch64
@@ -80,7 +64,7 @@
# extras flags
%if 0%{!?_cuda_version:1}
-%global _cuda_version 11.2
+%global _cuda_version 12.4
%endif
%global _cuda_version_rpm %(echo %{_cuda_version} | sed -e 's/\\./-/')
%global _cuda_bindir %{_cuda_prefix}/bin
8 months
[compat-ffmpeg5] Rebuild for jpegxl (libjxl) 0.10.2
by Sérgio M. Basto
commit ce53987768221121c083c06a690f49408193c4b9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Mar 22 15:36:40 2024 +0000
Rebuild for jpegxl (libjxl) 0.10.2
compat-ffmpeg5.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/compat-ffmpeg5.spec b/compat-ffmpeg5.spec
index 1d70465..7e9db68 100644
--- a/compat-ffmpeg5.spec
+++ b/compat-ffmpeg5.spec
@@ -47,7 +47,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg5%{?flavor}
Version: 5.1.4
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv3+
URL: http://ffmpeg.org/
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
@@ -352,6 +352,9 @@ rm -r %{buildroot}%{_datadir}/%{name}/
%{_libdir}/libswresample.so.4*
%changelog
+* Fri Mar 22 2024 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-6
+- Rebuild for jpegxl (libjxl) 0.10.2
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 5.1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8 months
[gdrcopy-kmod/f39] Update to 2.4.1
by Nicolas Chauvet
Summary of changes:
b50b7c1... Update to 2.4.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[gdrcopy-kmod/f40] Update to 2.4.1
by Nicolas Chauvet
Summary of changes:
b50b7c1... Update to 2.4.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[gdrcopy-kmod] Update to 2.4.1
by Nicolas Chauvet
commit b50b7c16c126439c11cf093b5ee280a1e44d2f44
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 22 15:52:34 2024 +0100
Update to 2.4.1
gdrcopy-kmod.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gdrcopy-kmod.spec b/gdrcopy-kmod.spec
index f5d2df6..490537b 100644
--- a/gdrcopy-kmod.spec
+++ b/gdrcopy-kmod.spec
@@ -2,7 +2,7 @@
# All rights reserved.
%{?!nvidia_kmodsrc_version:
-%global nvidia_kmodsrc_version 515.65
+%global nvidia_kmodsrc_version 550.54.14
}
%if 0%{?fedora}
@@ -11,9 +11,9 @@
%endif
Name: gdrcopy-kmod
-Version: 2.3
+Version: 2.4.1
Release: 1%{?dist}
-Summary: A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology
+Summary: A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology
License: MIT
URL: https://github.com/NVIDIA/gdrcopy
@@ -82,6 +82,9 @@ done
%changelog
+* Fri Mar 22 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.1-1
+- Update to 2.4.1
+
* Thu Nov 17 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-1
- Update to 2.3
diff --git a/sources b/sources
index 8b9a2ac..33c2fc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdrcopy-2.3.tar.gz) = 3f437a301654bbf29fd5e746a9c7441efff33e06d5dadcd64736d3e6d22f2ce728fd84c88ee62503280ca313e05bc87df42af09e581ab3af3c571b1af037a353
+SHA512 (gdrcopy-2.4.1.tar.gz) = 6f7ffa7cbb87a560449c27d6121b7871af3df4f1647797c6f1054104a76eca133d7431df58def2e78837eaf5a8ce1802c18b697028f2178ea1e18b3da7d540de
8 months
[gdrcopy/f40] Update to 2.4.1
by Nicolas Chauvet
Summary of changes:
2771e57... Update to 2.4.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[gdrcopy/f39] Update to 2.4.1
by Nicolas Chauvet
Summary of changes:
2771e57... Update to 2.4.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months
[gdrcopy] Update to 2.4.1
by Nicolas Chauvet
commit 2771e57d5814792956fb88acb66b73b806098ca6
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 22 15:48:01 2024 +0100
Update to 2.4.1
gdrcopy.spec | 13 +++++++++++--
sources | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/gdrcopy.spec b/gdrcopy.spec
index bde595f..6112e61 100644
--- a/gdrcopy.spec
+++ b/gdrcopy.spec
@@ -9,9 +9,9 @@
%endif
Name: gdrcopy
-Version: 2.3
+Version: 2.4.1
Release: 1%{?dist}
-Summary: A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology
+Summary: A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology
License: MIT
URL: https://github.com/NVIDIA/gdrcopy
@@ -82,14 +82,23 @@ chmod 0755 %{buildroot}%{_libdir}/libgdrapi.so.2*
%{_libexecdir}/%{name}/copybw
%{_libexecdir}/%{name}/copylat
%{_libexecdir}/%{name}/sanity
+%{_libexecdir}/%{name}/gdrcopy_apiperf
+%{_libexecdir}/%{name}/gdrcopy_copybw
+%{_libexecdir}/%{name}/gdrcopy_copylat
+%{_libexecdir}/%{name}/gdrcopy_pplat
+%{_libexecdir}/%{name}/gdrcopy_sanity
%{_libdir}/libgdrapi.so.2*
%files devel
%{_includedir}/gdrapi.h
+%{_includedir}/gdrconfig.h
%{_libdir}/libgdrapi.so
%changelog
+* Fri Mar 22 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.1-1
+- Update to 2.4.1
+
* Thu Nov 17 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-1
- Update to 2.3
diff --git a/sources b/sources
index 8b9a2ac..33c2fc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdrcopy-2.3.tar.gz) = 3f437a301654bbf29fd5e746a9c7441efff33e06d5dadcd64736d3e6d22f2ce728fd84c88ee62503280ca313e05bc87df42af09e581ab3af3c571b1af037a353
+SHA512 (gdrcopy-2.4.1.tar.gz) = 6f7ffa7cbb87a560449c27d6121b7871af3df4f1647797c6f1054104a76eca133d7431df58def2e78837eaf5a8ce1802c18b697028f2178ea1e18b3da7d540de
8 months
[ffmpeg] Rebuild for jpegxl (libjxl) 0.10.2
by Sérgio M. Basto
commit ebf0f52f3ccdd10a308edc63f6a3e08b7dca5128
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Mar 22 13:44:19 2024 +0000
Rebuild for jpegxl (libjxl) 0.10.2
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index a1b7fcd..069ba02 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -114,7 +114,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.1.1
-Release: 6%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 7%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -546,6 +546,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Fri Mar 22 2024 Sérgio Basto <sergio(a)serjux.com> - 6.1.1-7
+- Rebuild for jpegxl (libjxl) 0.10.2
+
* Tue Mar 12 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 6.1.1-6
- Enable drawtext filter (requires libharfbuzz, rfbz#6889)
8 months