commit 6f6281a7f495f8b42b1525afde05a4f96e5f8c64
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 18 18:57:23 2018 +0100
Updated to 3.3.8
ffmpeg.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index b97ffd5..153663b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -74,7 +74,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 3.3.7
+Version: 3.3.8
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL:
http://ffmpeg.org/
@@ -169,7 +169,7 @@ BuildRequires: texinfo
%{!?_without_xvid:BuildRequires: xvidcore-devel}
BuildRequires: zlib-devel
%{?_with_zmq:BuildRequires: zeromq-devel}
-%{?_with_zvbi:BuildRequires: zvbi-devel}
+%{!?_without_zvbi:BuildRequires: zvbi-devel}
%description
FFmpeg is a complete and free Internet live audio and video
@@ -284,7 +284,7 @@ This package contains development files for %{name}
%{!?_without_x265:--enable-libx265} \\\
%{!?_without_xvid:--enable-libxvid} \\\
%{?_with_zmq:--enable-libzmq} \\\
- %{?_with_zvbi:--enable-libzvbi} \\\
+ %{!?_without_zvbi:--enable-libzvbi} \\\
--enable-avfilter \\\
--enable-avresample \\\
--enable-postproc \\\
@@ -416,6 +416,10 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Wed Jul 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.3.8-1
+- Updated to 3.3.8
+- enable libzvbi by default (rfbz#4956)
+
* Sat Apr 14 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.3.7-1
- Updated to 3.3.7
diff --git a/sources b/sources
index e845aa5..98f7138 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a32c8e8fde584bfae141e473f3863e58 ffmpeg-3.3.7.tar.xz
+35661146d5d453046215c2372d03f35f ffmpeg-3.3.8.tar.xz