update to 2021.05.22 [release 2021.05.22-1mamba;Tue Jun 01 2021]
This commit is contained in:
parent
dcc9cea8c3
commit
f1ffe6e6e7
11
liblive.spec
11
liblive.spec
@ -1,12 +1,12 @@
|
|||||||
Name: liblive
|
Name: liblive
|
||||||
Summary: Live.com streaming libraries
|
Summary: Live.com streaming libraries
|
||||||
Version: 2021.05.03
|
Version: 2021.05.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://www.live555.com/liveMedia/public/live.%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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
|
Summary: Live.com streaming libraries for development
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Provides: liblive
|
Provides: liblive
|
||||||
Obsoletes: liblive
|
Obsoletes: liblive < 2021.05.22
|
||||||
|
|
||||||
%description devel
|
%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.
|
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.
|
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.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n live
|
%setup -q -n live
|
||||||
## edit each Makefile to replace each occurrence of ")$" with ") $".
|
## 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
|
%doc COPYING README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 2021.05.03-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user