[openshot/f34] (5 commits) ...Merge branch 'master' into f35
by Sérgio M. Basto
Summary of changes:
55c68ab... New upstream release (*)
c6f1ca1... New upstream release (*)
dfb9b12... Update to git snapshot (*)
4d4498d... Revert "Fix filename join (rfbz#6080)" (*)
fd63f12... Merge branch 'master' into f35 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[openshot] (3 commits) ...Merge branch 'master' into f35
by Sérgio M. Basto
Summary of changes:
673268c... Fix filename join (rfbz#6080) (*)
4d4498d... Revert "Fix filename join (rfbz#6080)" (*)
fd63f12... Merge branch 'master' into f35 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[ffmpeg/f35] Rebuild
by Leigh Scott
commit 77fb2183666f595fca4178596d7c402afb13db69
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Dec 10 18:06:48 2021 +0000
Rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c97678c..801cd0c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -119,7 +119,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.4.1
-Release: 3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 4%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -486,6 +486,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Dec 10 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4.1-4
+- rebuilt
+
* Fri Dec 10 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4.1-3
- rebuilt
2 years, 11 months
[ffmpeg/f35] Fix vmaf model name
by Leigh Scott
commit 7bb9c11d97d958cca4f41320169449ec92070b9b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Dec 10 18:05:04 2021 +0000
Fix vmaf model name
fix-vmaf-model-path.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fix-vmaf-model-path.patch b/fix-vmaf-model-path.patch
index 737bf35..8108dc1 100644
--- a/fix-vmaf-model-path.patch
+++ b/fix-vmaf-model-path.patch
@@ -16,7 +16,7 @@ index 4d49127efc..bd6f4519e8 100644
static const AVOption libvmaf_options[] = {
- {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/local/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
-+ {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
++ {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/share/model/vmaf_v0.6.1.json"}, 0, 1, FLAGS},
{"log_path", "Set the file path to be used to store logs.", OFFSET(log_path), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
{"log_fmt", "Set the format of the log (csv, json or xml).", OFFSET(log_fmt), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
{"enable_transform", "Enables transform for computing vmaf.", OFFSET(enable_transform), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS},
2 years, 11 months
[libopenshot/f34] (9 commits) ...rebuilt
by Sérgio M. Basto
Summary of changes:
456eeb1... Rebuild for python-3.10 (*)
a63fa50... - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass (*)
665578c... New upstream release (*)
ef5c122... Add missing alsa build requires (*)
3e6d7f6... Add opencv build requires (*)
3df8b5a... New upstream release (*)
e912f0c... Rebuild (*)
8054df0... Rebuilt for new ffmpeg snapshot (*)
0cc2783... rebuilt (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[alsa-plugins-freeworld] Update to 1.2.6
by Nicolas Chauvet
commit d4ec213e2b88de55d805ff6c33c917c31018c5d7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Dec 10 17:25:55 2021 +0100
Update to 1.2.6
alsa-plugins-freeworld.spec | 9 +++++----
sources | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/alsa-plugins-freeworld.spec b/alsa-plugins-freeworld.spec
index 7810253..2b24ed8 100644
--- a/alsa-plugins-freeworld.spec
+++ b/alsa-plugins-freeworld.spec
@@ -1,12 +1,11 @@
Name: alsa-plugins-freeworld
-Version: 1.2.5
-Release: 3%{?dist}
+Version: 1.2.6
+Release: 1%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
URL: http://www.alsa-project.org/
Source0: https://www.alsa-project.org/files/pub/plugins/alsa-plugins-%{version}.ta...
-Patch0: alsa-git.patch
BuildRequires: autoconf automake libtool
BuildRequires: alsa-lib-devel >= 1.1.8
@@ -41,7 +40,6 @@ The plugin uses ffmpeg audio resample library to convert audio rates.
%prep
%setup -q -n alsa-plugins-%{version}%{?prever}
-%patch0 -p1 -b .alsa-git
%build
%configure --disable-static \
@@ -88,6 +86,9 @@ find %buildroot -name "*.la" -exec rm {} \;
%changelog
+* Fri Dec 10 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.6-1
+- Update to 1.2.6
+
* Tue Nov 9 2021 Jaroslav Kysela <perex(a)perex.cz> - 1.2.5-3
- Updated to latest ALSA git (use libswresample)
diff --git a/sources b/sources
index e980921..d101b57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (alsa-plugins-1.2.5.tar.bz2) = 32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf
+SHA512 (alsa-plugins-1.2.6.tar.bz2) = ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9
2 years, 11 months
[curlew] Fix unresolved dep python3-configparser on el7 and 8
by Sérgio M. Basto
commit 09064e4b1aa83cd503148718d11679e8f5077ce8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Dec 10 15:16:09 2021 +0000
Fix unresolved dep python3-configparser on el7 and 8
curlew.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/curlew.spec b/curlew.spec
index c3ceb71..3438f9e 100644
--- a/curlew.spec
+++ b/curlew.spec
@@ -1,7 +1,7 @@
%global commit 10aa181c3839a3ec31faea849ed02fac0a5f9d91
Name: curlew
Version: 0.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Multimedia converter
License: Waqf
URL: https://github.com/chamfay/Curlew
@@ -23,7 +23,7 @@ Requires: gtk3
Requires: hicolor-icon-theme
Requires: mediainfo
Requires: python3
-%if 0%{?fedora} < 33
+%if 0%{?fedora} && 0%{?fedora} < 33
Requires: python3-configparser
%endif
Requires: python3-dbus
@@ -65,6 +65,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/curlew.desktop
%changelog
+* Fri Dec 10 2021 Sérgio Basto <sergio(a)serjux.com> - 0.2.5-2
+- Fix unresolved dep python3-configparser on el7 and 8
+
* Thu Nov 18 2021 Sérgio Basto <sergio(a)serjux.com> - 0.2.5-1
- Update curlew to 0.2.5
2 years, 11 months