Accepting request 645196 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/645196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/srt?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-11-08 08:41:13 +00:00 committed by Git OBS Bridge
commit 2f2be75d13
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 29 09:10:45 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
- Add pkgconfig(zlib) BuildRequires: until openssl 1.1.1, zlib was
pulled in into our buildroot, avoiding srt having to care for it
explicitly. Since this is changed now, we have to worry for our
dependency on our own. The dep comes from:
CMakeLists.txt:set (SSL_REQUIRED_MODULES "openssl libcrypto zlib")
-------------------------------------------------------------------
Wed Aug 8 16:56:55 UTC 2018 - jengelh@inai.de

View File

@ -12,12 +12,11 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 1
Name: srt
Version: 1.3.1
Release: 0
@ -29,13 +28,13 @@ Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM srt-no-rpath.patch -- Fix build, patch from archlinux
Patch0: srt-no-rpath.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: tcl
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
%description
SRT is a video transport protocol and technology stack
@ -53,8 +52,8 @@ Transport (SRT).
%package devel
Summary: Development files for the Secure Reliable Transport (SRT) library
Group: Development/Libraries/C and C++
Requires: %{name} == %{version}
Requires: libsrt%{sover} == %{version}
Requires: %{name} = %{version}
Requires: libsrt%{sover} = %{version}
%description devel
This package contains all necessary include files and libraries