Accepting request 724633 from home:iznogood:branches:multimedia:libs
New upstream release OBS-URL: https://build.opensuse.org/request/show/724633 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/srt?expand=0&rev=15
This commit is contained in:
parent
7f5dc0e44b
commit
b8e7fdc8d7
@ -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
3
srt-1.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb2e50c027ebcf32f8ebf6525a29a15e765c7a94efb52ccc3c770a0384b1fbaf
|
||||||
|
size 878071
|
@ -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.
|
|
10
srt.changes
10
srt.changes
@ -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>
|
Tue Nov 13 12:54:11 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
12
srt.spec
12
srt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package srt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Name: srt
|
Name: srt
|
||||||
Version: 1.3.1
|
Version: 1.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Secure Reliable Transport (SRT)
|
Summary: Secure Reliable Transport (SRT)
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -26,8 +27,7 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://www.srtalliance.org
|
URL: https://www.srtalliance.org
|
||||||
Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM srt-no-rpath.patch -- Fix build, patch from archlinux
|
|
||||||
Patch0: srt-no-rpath.patch
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -73,7 +73,7 @@ needed to develop applications with Secure Reliable Transport
|
|||||||
-DENABLE_SHARED=ON \
|
-DENABLE_SHARED=ON \
|
||||||
-DENABLE_STATIC=OFF \
|
-DENABLE_STATIC=OFF \
|
||||||
%{nil}
|
%{nil}
|
||||||
make %{?_smp_mflags}
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
@ -87,7 +87,7 @@ make %{?_smp_mflags}
|
|||||||
%{_bindir}/%{name}-ffplay
|
%{_bindir}/%{name}-ffplay
|
||||||
%{_bindir}/%{name}-file-transmit
|
%{_bindir}/%{name}-file-transmit
|
||||||
%{_bindir}/%{name}-live-transmit
|
%{_bindir}/%{name}-live-transmit
|
||||||
%{_bindir}/%{name}-multiplex
|
%{_bindir}/%{name}-tunnel
|
||||||
|
|
||||||
%files -n libsrt%{sover}
|
%files -n libsrt%{sover}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user