[shotcut] Update to 21.10.31
by Leigh Scott
commit 37cd6d71da3fedfb8ddd5e200c691a7c207e7e3c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 12 10:20:19 2021 +0000
Update to 21.10.31
.gitignore | 1 +
mlt_path.patch | 16 ++++++++--------
shotcut.spec | 7 +++++--
sources | 2 +-
4 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e18998f..fb9b8df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@
/shotcut-21.02.15.tar.gz
/shotcut-21.02.27.tar.gz
/shotcut-21.03.21.tar.gz
+/shotcut-21.10.31.tar.gz
diff --git a/mlt_path.patch b/mlt_path.patch
index 3f0338d..3d8c98b 100644
--- a/mlt_path.patch
+++ b/mlt_path.patch
@@ -1,11 +1,11 @@
---- src/jobs/meltjob.cpp.orig 2020-11-30 16:40:41.045006301 +0100
-+++ src/jobs/meltjob.cpp 2020-11-30 16:44:27.679336104 +0100
-@@ -95,7 +95,7 @@
- return;
+--- src/jobs/meltjob.cpp.orig 2021-10-30 23:37:09.000000000 +0100
++++ src/jobs/meltjob.cpp 2021-12-12 10:17:16.258891583 +0000
+@@ -96,7 +96,7 @@ void MeltJob::start()
}
QString shotcutPath = qApp->applicationDirPath();
-- QFileInfo meltPath(shotcutPath, "melt");
+ #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
+- QFileInfo meltPath(shotcutPath, "melt-7");
+ QFileInfo meltPath(shotcutPath, "mlt-melt");
- setReadChannel(QProcess::StandardError);
- QStringList args;
- args << "-verbose";
+ #else
+ QFileInfo meltPath(shotcutPath, "melt");
+ #endif
diff --git a/shotcut.spec b/shotcut.spec
index 3802add..c48ee01 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 21.03.21
-Release: 3%{dist}
+Version: 21.10.31
+Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -186,6 +186,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sun Dec 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 21.10.31-1
+- Update to 21.10.31
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 21.03.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index 325d164..22e0821 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-21.03.21.tar.gz) = 402d714df7285d49269891e5def0b8a1a46f54b6ec88b0201981bdf8d866c49e83bbbf513805795630e39335e0fddc2457e1a7db582affe4a4d057ac5ab4e2bb
+SHA512 (shotcut-21.10.31.tar.gz) = de5d9992a41217323b3d96cc7618ed5adc633e7d0e65b6f8f189405008f6faba011a80f38cda0126b18ab28a359f6784078cb298b2ee29dcdfdc6769963714f3
2 years, 11 months
[unrar/f35] Update to 6.1.2
by Leigh Scott
Summary of changes:
919f629... Update to 6.1.2 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[audacity-freeworld/f34] 3.1.2
by Leigh Scott
Summary of changes:
8da5fac... 3.1.2 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[audacity-freeworld/f35] 3.1.2
by Leigh Scott
Summary of changes:
8da5fac... 3.1.2 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[unrar] Update to 6.1.2
by Leigh Scott
commit 919f629e111f8caf53f225a4ebcda7212a7b3ecb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 12 10:03:26 2021 +0000
Update to 6.1.2
.gitignore | 1 +
sources | 2 +-
unrar.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb52fe0..339749b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ unrarsrc-5.2.3.tar.gz
/unrarsrc-6.0.2.tar.gz
/unrarsrc-6.0.3.tar.gz
/unrarsrc-6.0.5.tar.gz
+/unrarsrc-6.1.2.tar.gz
diff --git a/sources b/sources
index bcc0337..ee2b9b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (unrarsrc-6.0.5.tar.gz) = cd6d9b316a2daf2f3f81b28b4d6054cbe7ca9a7e39087a5dc7e4c554e5d5590b395243f03f019bf358e127be48dd219e827fdb6af7543305a52c3f87f6e32dd7
+SHA512 (unrarsrc-6.1.2.tar.gz) = 7a34db3a5383046a2b2bd5c7abfeb6b80c81666609caf619a700bda09bca908731b03985ad9d2b5d889605807832109fae11b7091d86c1a67c2e46288a42b777
diff --git a/unrar.spec b/unrar.spec
index 46d32a1..e5680e4 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -1,6 +1,6 @@
Name: unrar
-Version: 6.0.5
-Release: 2%{?dist}
+Version: 6.1.2
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
URL: https://www.rarlab.com/rar_add.htm
@@ -89,6 +89,9 @@ touch -r license.txt %{buildroot}%{_sysconfdir}/rpm/macros.unrar
%changelog
+* Sun Dec 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.2-1
+- Update to 6.1.2
+
* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 6.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2 years, 11 months
[audacity-freeworld] 3.1.2
by Leigh Scott
commit 8da5fac37e31c429b09cbd2a96cfdca5a4fc1e2c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 12 10:00:08 2021 +0000
3.1.2
.gitignore | 1 +
0001-Adds-an-option-to-disable-Conan.patch | 283 ---------------------
0001-Fixes-wxwidgets-fixup-script.patch | 37 ---
...braries-required-by-the-optional-features.patch | 64 -----
Fix_lang.patch | 45 ----
Fixes-GCC11-compatibility.patch | 16 --
audacity-freeworld.spec | 5 +-
sources | 2 +-
8 files changed, 6 insertions(+), 447 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 950eca3..7ae795b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/Audacity-3.0.5.tar.gz
/Audacity-3.1.0.tar.gz
/Audacity-3.1.1.tar.gz
+/Audacity-3.1.2.tar.gz
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 4fd92ed..ba6bf73 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -5,7 +5,7 @@
%global __brp_check_rpaths %{nil}
Name: audacity-freeworld
-Version: 3.1.1
+Version: 3.1.2
Release: 1%{?dist}
Summary: Multitrack audio editor
License: GPLv2
@@ -160,6 +160,9 @@ rm -f %{buildroot}%{_prefix}/%{realname}
%license LICENSE.txt
%changelog
+* Sun Dec 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.2-1
+- 3.1.2
+
* Sat Nov 13 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.1-1
- 3.1.1
diff --git a/sources b/sources
index 15961b7..122cc11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Audacity-3.1.1.tar.gz) = 268bb0a20cd73bda48d21f85484fabd1993d0ec518929151b74c7eca722a0833eb728bb82bb2cb1d30117562ebe450b5f3c27485785a9525d8aec5bbd0445961
+SHA512 (Audacity-3.1.2.tar.gz) = cbecc2adff387d43106096849087516e7a72a4580bfbfa5a0d7b0b4eaebcc15fed4c2cff17fa071ce082bdfb5ceeeed49716a6115658b288c12fb88d44836951
2 years, 11 months
[xine-lib] Rebuilt for new ImageMagick on F34
by Sérgio M. Basto
commit 07f9882069e7be983d2b84a5a5055806696c59b1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Dec 11 21:00:56 2021 +0000
Rebuilt for new ImageMagick on F34
xine-lib.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index f69dc2a..7deb6a3 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -24,7 +24,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.11
-Release: 10%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 11%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -323,6 +323,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Sat Dec 11 2021 Sérgio Basto <sergio(a)serjux.com> - 1.2.11-11
+- Rebuilt for new ImageMagick on F34
+
* Thu Dec 02 2021 Sérgio Basto <sergio(a)serjux.com> - 1.2.11-10
- Rebuilt for libjxl-0.6.1
2 years, 11 months
[ffmpeg/f35] Add recommends for vmaf
by Leigh Scott
commit f72ad3a9e11dd86ff3bf9f82977f899e3d057c97
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Dec 11 19:57:43 2021 +0000
Add recommends for vmaf
ffmpeg.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 801cd0c..dae9b3b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -236,6 +236,7 @@ and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
%package libs
Summary: Libraries for %{name}
+%{?_with_vmaf:Recommends: vmaf-models}
%description libs
FFmpeg is a complete and free Internet live audio and video
2 years, 11 months