[ffmpeg/f24] Fix missing libxvid (rfbz#4274)

Leigh Scott leigh123linux at rpmfusion.org
Sat Oct 1 14:25:10 CEST 2016


commit a40e052fcdabe660569ab468dc0731daa7352c42
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sat Oct 1 13:25:05 2016 +0100

    Fix missing libxvid (rfbz#4274)

 ffmpeg.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 86ab418..c2bd166 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,7 +13,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        3.0.3
-Release:        1%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr} || 0%{?_with_gmp}
 License:        GPLv3+
 %else
@@ -97,7 +97,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}
@@ -205,7 +205,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 \\\
@@ -322,6 +322,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
 
 
 %changelog
+* Sat Oct 01 2016 Leigh Scott <leigh123linux at googlemail.com> - 3.0.3-2
+- Fix missing libxvid (rfbz#4274)
+
 * Mon Sep 05 2016 Julian Sikorski <belegdol at fedoraproject.org> - 3.0.3-1
 - Updated to 3.0.3
 


More information about the rpmfusion-commits mailing list