Accepting request 724739 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/724739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/srt?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-08-24 16:39:01 +00:00 committed by Git OBS Bridge
commit d1a12df8d9
5 changed files with 19 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f202801d9e53cd8854fccc1ca010272076c32c318396c8f61fb9a61807c3dbea
size 783953

3
srt-1.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb2e50c027ebcf32f8ebf6525a29a15e765c7a94efb52ccc3c770a0384b1fbaf
size 878071

View File

@ -1,12 +0,0 @@
diff --git i/CMakeLists.txt w/CMakeLists.txt
index e913122..2cc3c3d 100644
--- i/CMakeLists.txt
+++ w/CMakeLists.txt
@@ -634,7 +634,6 @@ macro(srt_make_application name)
# be placed into the binrary directory anyway.
# XXX not sure about Mac.
# See this name used already in install(${TARGET_srt} LIBRARY DESTINATION...).
- set(FORCE_RPATH LINK_FLAGS -Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE INSTALL_RPATH_USE_LINK_PATH TRUE)
endif()
# We state that Darwin always uses CLANG compiler, which honors this flag the same way.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 19 19:06:58 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.3.3:
+ Various bugfixes and feature enhancments.
- Update to version 1.3.2:
+ Various bugfixes, feature enhancments, build fixes and
documentation updates.
- Drop srt-no-rpath.patch: Fixed upstream.
-------------------------------------------------------------------
Tue Nov 13 12:54:11 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package srt
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,9 @@
%define sover 1
Name: srt
Version: 1.3.1
Version: 1.3.3
Release: 0
Summary: Secure Reliable Transport (SRT)
License: MPL-2.0
@ -26,8 +27,7 @@ Group: Development/Libraries/C and C++
URL: https://www.srtalliance.org
Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#/%{name}-%{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++
@ -73,7 +73,7 @@ needed to develop applications with Secure Reliable Transport
-DENABLE_SHARED=ON \
-DENABLE_STATIC=OFF \
%{nil}
make %{?_smp_mflags}
%cmake_build
%install
%cmake_install
@ -87,7 +87,7 @@ make %{?_smp_mflags}
%{_bindir}/%{name}-ffplay
%{_bindir}/%{name}-file-transmit
%{_bindir}/%{name}-live-transmit
%{_bindir}/%{name}-multiplex
%{_bindir}/%{name}-tunnel
%files -n libsrt%{sover}
%license LICENSE