diff options
| author | leigh123linux <leigh123linux@googlemail.com> | 2016-10-01 13:22:14 +0100 |
|---|---|---|
| committer | leigh123linux <leigh123linux@googlemail.com> | 2016-10-01 13:22:14 +0100 |
| commit | 97cbc703d7e855809b983f1e296e2c98fa1f1676 (patch) | |
| tree | d61d51935fa7815116349f4dae641903d9753fea | |
| parent | 5a0da8852afa42e08e92da9fdb1fb7727d8e3809 (diff) | |
| download | ffmpeg-97cbc703d7e855809b983f1e296e2c98fa1f1676.tar.gz ffmpeg-97cbc703d7e855809b983f1e296e2c98fa1f1676.tar.xz ffmpeg-97cbc703d7e855809b983f1e296e2c98fa1f1676.zip | |
Fix missing libxvid (rfbz#4274)
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | ffmpeg.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 4 deletions
@@ -3,3 +3,4 @@ ffmpeg-2.8.7.tar.xz /ffmpeg-3.1.2.tar.xz /ffmpeg-3.1.3.tar.xz /ffmpeg-3.1.4.tar.bz2 +/ffmpeg-3.1.4.tar.xz diff --git a/ffmpeg.spec b/ffmpeg.spec index 427f05a..d75a3ea 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -20,7 +20,7 @@ Summary: Digital VCR and streaming server Name: ffmpeg Version: 3.1.4 -Release: 1%{?date}%{?date:git}%{?rel}%{?dist} +Release: 2%{?date}%{?date:git}%{?rel}%{?dist} %if 0%{?_with_amr} || 0%{?_with_gmp} License: GPLv3+ %else @@ -106,7 +106,7 @@ BuildRequires: texinfo %{?_with_wavpack:BuildRequires: wavpack-devel} %{!?_without_x264:BuildRequires: x264-devel >= 0.0.0-0.31} %{!?_without_x265:BuildRequires: x265-devel} -%{?_with_xvid:BuildRequires: xvidcore-devel} +%{!?_without_xvid:BuildRequires: xvidcore-devel} BuildRequires: zlib-devel %{?_with_zmq:BuildRequires: zeromq-devel} %{?_with_zvbi:BuildRequires: zvbi-devel} @@ -211,7 +211,7 @@ This package contains development files for %{name} %{?_with_webp:--enable-libwebp} \\\ %{!?_without_x264:--enable-libx264} \\\ %{!?_without_x265:--enable-libx265} \\\ - %{?_with_xvid:--enable-libxvid} \\\ + %{!?_without_xvid:--enable-libxvid} \\\ %{?_with_zmq:--enable-libzmq} \\\ %{?_with_zvbi:--enable-libzvbi} \\\ --enable-x11grab \\\ @@ -331,6 +331,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir} %changelog +* Sat Oct 01 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.1.4-2 +- Fix missing libxvid (rfbz#4274) + * Sat Oct 01 2016 Julian Sikorski <belegdol@fedoraproject.org> - 3.1.4-1 - Updated to 3.1.4 @@ -1 +1 @@ -1c099ec01cef5caadd05a4f78561c560 ffmpeg-3.1.4.tar.bz2 +b54d3e3d2d14d64305b840bb3d287445 ffmpeg-3.1.4.tar.xz |
