[transcode/el7] fixup br
by Nicolas Chauvet
commit 7b551a765d092b60d52ec0bd61c718165da7bb1b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon May 25 21:29:15 2020 +0200
fixup br
transcode.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/transcode.spec b/transcode.spec
index fbbf112..9dac8fc 100644
--- a/transcode.spec
+++ b/transcode.spec
@@ -49,7 +49,7 @@ BuildRequires: libquicktime-devel >= 0.9.8
BuildRequires: lame-devel >= 3.89
BuildRequires: SDL-devel >= 1.1.6
BuildRequires: ffmpeg-devel
-BuildRequires: mpeg2dec-devel >= 0.4.0
+BuildRequires: libmpeg2-devel
BuildRequires: libtheora-devel
BuildRequires: libXext-devel
BuildRequires: libXv-devel
4 years, 9 months
[transcode/el7] Rebuilt
by Nicolas Chauvet
commit e8777e4748d6caad1a98c02571cc787ad8e91273
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon May 25 20:40:00 2020 +0200
Rebuilt
transcode.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/transcode.spec b/transcode.spec
index 3168db9..fbbf112 100644
--- a/transcode.spec
+++ b/transcode.spec
@@ -4,7 +4,7 @@
Name: transcode
Version: 1.1.7
-Release: 17%{?dist}
+Release: 18%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -176,6 +176,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Mon May 25 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-18
+- Rebuilt
+
* Sat Sep 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.7-17
- Redo patch
4 years, 9 months
[libopenshot/el7] Fix build on el7
by Sérgio M. Basto
commit 0a3e13fb372ffce25eb6f3b8ba3f5957de500beb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 25 19:08:50 2020 +0100
Fix build on el7
libopenshot.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index a677032..2b8f6ff 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -44,7 +44,8 @@ developing applications that use %{name}.
%package -n python%{python3_pkgversion}-%{name}
Summary: Python bindings for %{name}
-BuildRequires: swig >= 3.0
+%{?el7:BuildRequires: swig3}
+%{!?el7:BuildRequires: swig}
BuildRequires: python%{python3_pkgversion}-libs
BuildRequires: python%{python3_pkgversion}-devel
Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -103,6 +104,7 @@ make os_test
%changelog
* Wed May 20 2020 Sérgio Basto <sergio(a)serjux.com> - 0.2.5-2
- Rebuild for ImageMagick on el7
+- Fix build on el7
* Sat Mar 07 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.5-1
- New upstream release
4 years, 9 months
[ffmpeg/el7] Fix vpx for ffmpeg
by Nicolas Chauvet
commit 9298a164c4d250e47ed153cc6325850860eef0d5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon May 25 17:36:18 2020 +0200
Fix vpx for ffmpeg
ffmpeg.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 108bd9b..6ef8ee4 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,7 +13,6 @@
%if 0%{?rhel}
%global _without_frei0r 1
-%global _without_vpx 1
%endif
# flavor nonfree
@@ -68,7 +67,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 3.4.7
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -168,7 +167,6 @@ and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
%package libs
Summary: Libraries for %{name}
-%{?el7:BuildRequires: epel-rpm-macros}
%description libs
FFmpeg is a complete and free Internet live audio and video
@@ -402,6 +400,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Mon May 25 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3.4.7-2
+- Enable libvpx codec
+
* Mon Dec 02 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3.4.7-1
- Release 3.4.7
4 years, 9 months
[vdr-markad/f30] Update to 2.1.0
by Martin Gansser
Summary of changes:
6b08673... Update to 2.1.0 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[vdr-markad/f31] Update to 2.1.0
by Martin Gansser
Summary of changes:
6b08673... Update to 2.1.0 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[vdr-markad/f32] Update to 2.1.0
by Martin Gansser
Summary of changes:
6b08673... Update to 2.1.0 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[vdr-markad] Update to 2.1.0
by Martin Gansser
commit 6b086733fbaf856fa9aebef42d148f655a07b602
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon May 25 11:34:46 2020 +0200
Update to 2.1.0
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8baebf2..01efc46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-plugin-markad-ea2e182ec798375f3830f8b794e7408576f139ad.tar.bz2
/vdr-markad-2.0.3.tar.gz
/vdr-markad-2.0.4.tar.gz
+/vdr-markad-2.1.0.tar.gz
diff --git a/sources b/sources
index c9def12..1a149d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-2.0.4.tar.gz) = 759d632b351f78418de68ce855d3d04d827979b98c4bdcbdc36ad19a4f7e56b25a6fd7810b2967cfa71d82ee64609651f323a8768d023df0380c6f5aecb90dec
+SHA512 (vdr-markad-2.1.0.tar.gz) = 60bd86caeaf1cb0bfba85d9458425ced4f0f46a820f93318a2c619f4b824d461b2fa162b93b8a1b31e4152f99546f9fe3b3817a5deee1abac0085f7427517854
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 0979181..da844e1 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 2.0.4
+Version: 2.1.0
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -50,6 +50,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Mon May 25 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+
* Sat May 16 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
4 years, 9 months