[ffmpeg] drop libdirac support (unsupported by FFmpeg)

Dominik Mierzejewski rathann at rpmfusion.org
Sat Jul 16 03:47:21 CEST 2016


commit f349d0c030b43b8d95ab4da86326bb18dc96972e
Author: Dominik 'Rathann' Mierzejewski <rpm at greysector.net>
Date:   Sat Jul 16 00:13:16 2016 +0200

    drop libdirac support (unsupported by FFmpeg)

 ffmpeg.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c0e739d..1b3b0e8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -28,7 +28,6 @@ Source0:        http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
 Patch0:         0001-configure-add-direct-detection-of-libopencv.patch
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 BuildRequires:  bzip2-devel
-%{?_with_dirac:BuildRequires: dirac-devel}
 %{?_with_faac:BuildRequires: faac-devel}
 %{?_with_fdk_aac:BuildRequires: fdk-aac-devel}
 BuildRequires:  freetype-devel
@@ -137,7 +136,6 @@ This package contains development files for %{name}
     --enable-libass \\\
     %{!?_without_cdio:--enable-libcdio} \\\
     --enable-libdc1394 \\\
-    %{?_with_dirac:--enable-libdirac} \\\
     %{?_with_faac:--enable-libfaac --enable-nonfree} \\\
     %{?_with_fdk-aac:--enable-libfdk-aac --enable-nonfree} \\\
     %{!?_without_jack:--enable-indev=jack} \\\
@@ -272,6 +270,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
 - re-enable opencl by default (rfbz#3640 was fixed)
 - add conditional support for QSV via libmfx (rfbz#4043)
 - drop libcelt support (celt 0.11 no longer available in Fedora)
+- drop libdirac support (unsupported by FFmpeg)
 
 * Thu Jul 07 2016 Julian Sikorski <belegdol at fedoraproject.org> - 3.0.2-3
 - Fixed build failure on rawhide due to newer opencv using a patch from upstream


More information about the rpmfusion-commits mailing list