update to 2021.05.22 [release 2021.05.22-1mamba;Tue Jun 01 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:58:40 +01:00
parent dcc9cea8c3
commit f1ffe6e6e7

View File

@ -1,12 +1,12 @@
Name: liblive
Summary: Live.com streaming libraries
Version: 2021.05.03
Version: 2021.05.22
Release: 1mamba
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.live555.com/liveMedia/
URL: http://www.live555.com/liveMedia/
Source: http://www.live555.com/liveMedia/public/live.%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
@ -24,13 +24,15 @@ The libraries can also be used to stream, receive, and process MPEG, H.263+ or J
Summary: Live.com streaming libraries for development
Group: Development/Libraries
Provides: liblive
Obsoletes: liblive
Obsoletes: liblive < 2021.05.22
%description devel
This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems) - can be used to build streaming applications.
The libraries can also be used to stream, receive, and process MPEG, H.263+ or JPEG video, and several audio codecs. They can easily be extended to support additional (audio and/or video) codecs, and can also be used to build basic RTSP or SIP clients and servers, and have been used to add streaming support to existing media player applications.
This package contains static libraries and header files need for development.
#% debug_package
%prep
%setup -q -n live
## edit each Makefile to replace each occurrence of ")$" with ") $".
@ -151,6 +153,9 @@ install -m 644 `find UsageEnvironment/include -name \*.hh -or -name \*.h` \
%doc COPYING README
%changelog
* Tue Jun 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.05.22-1mamba
- update to 2021.05.22
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 2021.05.03-1mamba
- automatic version update by autodist