[ffmpeg/f38] Disable rubberband(gpl) with cuda
by Nicolas Chauvet
commit 5c42ad8ddc5d923dcc7d79951780ca38dde8c83f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:13:00 2023 +0100
Disable rubberband(gpl) with cuda
ffmpeg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 354fbad..e42bb3e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -64,6 +64,7 @@
%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
@@ -376,7 +377,7 @@ Freeworld libavcodec to complement the distro counterparts
--enable-librsvg \\\
%{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\
- %{?_with_rubberband:--enable-librubberband} \\\
+ %{?_with_rubberband:--enable-librubberband}%{?_without_rubberband: --disable-librubberband} \\\
%{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
11 months, 3 weeks
[ffmpeg/f38] Disable libavcodec-freeworld for cuda
by Nicolas Chauvet
commit 427b61aa470b15d596d49b09f80358aa8f34b861
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:12:10 2023 +0100
Disable libavcodec-freeworld for cuda
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 69cd1c9..354fbad 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global commit 691d01989936d4b0681aa226aea8a19f06c04cea
#global rel %(c=%{commit}; echo ${c:0:7})
-%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
+%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
%bcond_without libavcodec_freeworld
%else
%bcond_with libavcodec_freeworld
11 months, 3 weeks
[ffmpeg/el9] fixup(rubberband)
by Nicolas Chauvet
commit 6b1e5e05035ac623748e73cc526eac193ffea4a9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Dec 6 09:44:18 2023 +0100
fixup(rubberband)
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8b3f12d..04d9495 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -362,7 +362,7 @@ Freeworld libavcodec to complement the distro counterparts
--enable-librsvg \\\
%{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\
- %{?_with_rubberband:--enable-librubberband}%{?_without_rubberband: --disable-librubberband} \\\
+ %{!?_without_rubberband:--enable-librubberband} \\\
%{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
11 months, 3 weeks
[ffmpeg/el9] Disable rubberband(gpl) with cuda
by Nicolas Chauvet
commit 76dc6ad5196b2ccfea6048cbe13f877c056b2d61
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:13:00 2023 +0100
Disable rubberband(gpl) with cuda
ffmpeg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d708240..8b3f12d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -64,6 +64,7 @@
%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
@@ -361,7 +362,7 @@ Freeworld libavcodec to complement the distro counterparts
--enable-librsvg \\\
%{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\
- %{?_with_rubberband:--enable-librubberband} \\\
+ %{?_with_rubberband:--enable-librubberband}%{?_without_rubberband: --disable-librubberband} \\\
%{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
11 months, 3 weeks
[ffmpeg/el9] Disable libavcodec-freeworld for cuda
by Nicolas Chauvet
commit 73cf4a778e3bd38a821318ffa1407c4bd3a399d7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:12:10 2023 +0100
Disable libavcodec-freeworld for cuda
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 63c9fbc..d708240 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global commit 311ea9c529117fb8e38abd6ca7e81782b6b21257
#global rel %(c=%{commit}; echo ${c:0:7})
-%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
+%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
%bcond_without libavcodec_freeworld
%else
%bcond_with libavcodec_freeworld
11 months, 3 weeks
[ffmpeg/f37] fixup(rubberband)
by Nicolas Chauvet
commit 9fd5ddd1b87fe668495c2b9ac26495e6186df078
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Dec 6 09:44:18 2023 +0100
fixup(rubberband)
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8b3f12d..04d9495 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -362,7 +362,7 @@ Freeworld libavcodec to complement the distro counterparts
--enable-librsvg \\\
%{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\
- %{?_with_rubberband:--enable-librubberband}%{?_without_rubberband: --disable-librubberband} \\\
+ %{!?_without_rubberband:--enable-librubberband} \\\
%{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
11 months, 3 weeks
[ffmpeg/f37] Disable rubberband(gpl) with cuda
by Nicolas Chauvet
commit d5d40c175eddb39a6c8c0f010f6761ef86b47ad8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:13:00 2023 +0100
Disable rubberband(gpl) with cuda
ffmpeg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d708240..8b3f12d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -64,6 +64,7 @@
%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
@@ -361,7 +362,7 @@ Freeworld libavcodec to complement the distro counterparts
--enable-librsvg \\\
%{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\
- %{?_with_rubberband:--enable-librubberband} \\\
+ %{?_with_rubberband:--enable-librubberband}%{?_without_rubberband: --disable-librubberband} \\\
%{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
11 months, 3 weeks
[ffmpeg/f37] Disable libavcodec-freeworld for cuda
by Nicolas Chauvet
commit fd1eba3b38a7475766e210539f83a5e2bea8ba36
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:12:10 2023 +0100
Disable libavcodec-freeworld for cuda
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 63c9fbc..d708240 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global commit 311ea9c529117fb8e38abd6ca7e81782b6b21257
#global rel %(c=%{commit}; echo ${c:0:7})
-%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
+%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
%bcond_without libavcodec_freeworld
%else
%bcond_with libavcodec_freeworld
11 months, 3 weeks
[discord/f38] Update discord to 0.0.37
by Sérgio M. Basto
Summary of changes:
9a0148d... Update discord to 0.0.37 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 3 weeks
[discord/f39] Update discord to 0.0.37
by Sérgio M. Basto
Summary of changes:
9a0148d... Update discord to 0.0.37 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 3 weeks