From 7f173dac9c3b8a50cd8131a142849f5df6f72a93 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Thu, 24 Jan 2019 12:16:28 +0100 Subject: [PATCH] Enable libssh support by default (rfbz#5135) --- ffmpeg.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 5d1dc9a..d50c218 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -82,7 +82,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 4.1 -Release: 6%{?date}%{?date:git}%{?rel}%{?dist} +Release: 7%{?date}%{?date:git}%{?rel}%{?dist} License: %{ffmpeg_license} URL: http://ffmpeg.org/ %if 0%{?date} @@ -128,7 +128,7 @@ BuildRequires: libmodplug-devel BuildRequires: librsvg2-devel %{?_with_rtmp:BuildRequires: librtmp-devel} %{?_with_smb:BuildRequires: libsmbclient-devel} -%{?_with_ssh:BuildRequires: libssh-devel} +BuildRequires: libssh-devel BuildRequires: libtheora-devel BuildRequires: libv4l-devel %{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0} @@ -281,7 +281,7 @@ This package contains development files for %{name} %{?_with_snappy:--enable-libsnappy} \\\ --enable-libsoxr \\\ --enable-libspeex \\\ - %{?_with_ssh:--enable-libssh} \\\ + --enable-libssh \\\ %{?_with_tesseract:--enable-libtesseract} \\\ --enable-libtheora \\\ %{?_with_twolame:--enable-libtwolame} \\\ @@ -420,6 +420,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Fri Jan 25 2019 Dominik Mierzejewski - 4.1-7 +- Enable libssh support by default (rfbz#5135) + * Thu Jan 24 2019 Nicolas Chauvet - 4.1-6 - Drop opencv by default OpenCV 3.X has an overlinking issue - unsuitable for core libraries