[ffmpeg] Disable lensfun due to gcc issue
by Leigh Scott
commit af22500ee2be06bf88c11d8240b91aeb4a5358c2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 18 00:49:00 2021 +0000
Disable lensfun due to gcc issue
ffmpeg.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8992c2c..7bb5a2a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -28,6 +28,8 @@
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
+# Disable because of gcc issue
+%global _without_lensfun 1
%ifnarch i686
%global _with_smb 1
%endif
3 years, 9 months
[ffmpeg] Update to 20210218gitc2bf1dc
by Leigh Scott
commit 2f8df980798d7bd29ba336c559b7eef6c3f6cf57
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 18 00:26:41 2021 +0000
Update to 20210218gitc2bf1dc
.gitignore | 1 +
ffmpeg.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4662e19..ceb286c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ ffmpeg-*.rpm
/ffmpeg-20200606.tar.bz2
/ffmpeg-20201231.tar.bz2
/ffmpeg-20210125.tar.bz2
+/ffmpeg-20210218.tar.bz2
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 09dfeac..8992c2c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -1,8 +1,8 @@
# TODO: add make test to %%check section
#global branch oldabi-
-%global date 20210125
-%global commit c7016e35a624a75bb5b82bee932ddfe28d013b3f
+%global date 20210218
+%global commit c2bf1dcace8d331e672b955f9cf5b59211749f00
%global rel %(c=%{commit}; echo ${c:0:7})
%ifarch %{ix86}
@@ -108,7 +108,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.4
-Release: 0.3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 0.4%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -474,6 +474,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Thu Feb 18 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4-0.4.20210218gitc2bf1dc
+- Update to 20210218gitc2bf1dc
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.4-0.3.20210125gitc7016e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 8b1c561..997f79e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-20210125.tar.bz2) = 9c3cddf21c23b9154c249c5a081d0f7ff73410fab04b7529c3588c6b0b6b8980e4543e9d3322ed2fa9bb735f5d5ff6ff853e0fc31bc1c1c590411393728e26d3
+SHA512 (ffmpeg-20210218.tar.bz2) = 8a2380787d968cbb5c061dc1720b27eedf4ef571259152ab7bf6a622ba5492615ae85b39b3dd1350af4b8474d48b1222f7830a2dff18e9b3ca89499699f5a7a1
3 years, 9 months
[avidemux] Enable libvpx (rfbz#5925)
by Leigh Scott
commit 47500bff019b82e7b6d62e321d2be3850c78a903
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Feb 17 23:56:50 2021 +0000
Enable libvpx (rfbz#5925)
avidemux.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index 73e2b94..e76c45b 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -10,7 +10,7 @@
Name: avidemux
Version: 2.7.6
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -69,6 +69,9 @@ BuildRequires: twolame-devel
BuildRequires: opus-devel
# Video Codecs
+%if 0%{?fedora} || 0%{?rhel} > 7
+BuildRequires: libvpx-devel
+%endif
BuildRequires: xvidcore-devel >= 1.0.2
BuildRequires: x264-devel
BuildRequires: x265-devel
@@ -309,6 +312,9 @@ fi
%changelog
+* Wed Feb 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.7.6-6
+- Enable libvpx (rfbz#5925)
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.7.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 9 months
[mpd/el8] Update to 0.22.6
by Leigh Scott
Summary of changes:
726d4d5... Update to 0.22.6 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 9 months