[qarte/f38] Update to 5.6.0
by Martin Gansser
Summary of changes:
67d1020... Update to 5.6.0 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 3 weeks
[qarte/f39] Update to 5.6.0
by Martin Gansser
Summary of changes:
67d1020... Update to 5.6.0 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 3 weeks
[qarte] Update to 5.6.0
by Martin Gansser
commit 67d102094681f8834668f4935b597347a83cc3b7
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Dec 7 14:52:41 2023 +0100
Update to 5.6.0
qarte.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qarte.spec b/qarte.spec
index aaddd21..e6888c5 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -2,7 +2,7 @@
%global __python %{__python3}
Name: qarte
-Version: 5.5.0
+Version: 5.6.0
Release: 1%{?dist}
Summary: A browser for arte.tv web site
License: GPLv3+
@@ -50,6 +50,9 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Thu Dec 07 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 5.6.0-1
+- Update to 5.6.0
+
* Wed Oct 25 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 5.5.0-1
- Update to 5.5.0
diff --git a/sources b/sources
index 18a771c..ebabbae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qarte-5.5.0.tar.gz) = b5185208e45f071dd559677cf0c863b9ef524b134362c061715e86ad3bbd165272b58a9487e0bd0ab05ffe20d7ea22047163eef982216bc9043b95e81620626f
+SHA512 (qarte-5.6.0.tar.gz) = 788e627799ef01db88c24751000d777510e28ed255eb1630464a39e9a2ac6814733bb65636ee4d8608d6cc8f2306e437cf8b7f91aee28e4cb72c9276d4070479
11 months, 3 weeks
[ffmpeg] fixup(rubberband)
by Nicolas Chauvet
commit edcba38c33c3848bc828adf874b365c028e8761a
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 0266673..87542ab 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -364,7 +364,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] Disable rubberband(gpl) with cuda
by Nicolas Chauvet
commit bdb343d130a94eb2a35af748345da292e204306a
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 21b825a..0266673 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
@@ -363,7 +364,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] Disable libavcodec-freeworld for cuda
by Nicolas Chauvet
commit 4a0d2544bc3b3d66e4ad1c0280b2fc8a9e8106b7
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 1c49786..21b825a 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/f39] fixup(rubberband)
by Nicolas Chauvet
commit 16271a3d2666e263934ab26774aa5d89b282ba94
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 e42bb3e..ffde555 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -377,7 +377,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/f39] Disable rubberband(gpl) with cuda
by Nicolas Chauvet
commit ee0db627884b6c17e82532c07483302c7d17afff
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/f39] Disable libavcodec-freeworld for cuda
by Nicolas Chauvet
commit 14d4c8b5a74ce38681132374e3888f2f3a937705
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/f38] fixup(rubberband)
by Nicolas Chauvet
commit 698c52d4fe9474f9b70cb5f8e7561743b0ccc3a0
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 e42bb3e..ffde555 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -377,7 +377,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