[SCM] liblivemedia/master: Move example code into liblivemedia-dev package (where it belongs).
bdrung at users.alioth.debian.org
bdrung at users.alioth.debian.org
Wed Jan 9 17:29:39 UTC 2013
The following commit has been merged in the master branch:
commit 9bb777017b874315c532cd61f6090c673a4fc877
Author: Benjamin Drung <bdrung at debian.org>
Date: Wed Jan 9 18:29:35 2013 +0100
Move example code into liblivemedia-dev package (where it belongs).
diff --git a/debian/control b/debian/control
index c9e5ff5..d408107 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,26 @@ Homepage: http://www.live555.com/liveMedia/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/liblivemedia.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/liblivemedia.git
+Package: liblivemedia-dev
+Section: libdevel
+Architecture: any
+Depends: libbasicusageenvironment0 (= ${binary:Version}),
+ libgroupsock0 (= ${binary:Version}),
+ liblivemedia1 (= ${binary:Version}),
+ libusageenvironment0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: multimedia RTSP streaming library (development files)
+ The live555.com streaming media code is a set of C++ libraries for multimedia
+ streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These
+ libraries can be used to build applications to stream, receive and process
+ MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended
+ to support additional codecs. They can also be used to build basic RTSP (Real
+ Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and
+ servers.
+ .
+ This package contains the headers and static libraries required to build
+ applications that use live555.com.
+
Package: libbasicusageenvironment0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
@@ -87,26 +107,6 @@ Description: multimedia RTSP streaming library (UsageEnvironment classes)
environment in which the program will run - e.g., its GUI and/or scripting
environment.
-Package: liblivemedia-dev
-Section: libdevel
-Architecture: any
-Depends: libbasicusageenvironment0 (= ${binary:Version}),
- libgroupsock0 (= ${binary:Version}),
- liblivemedia1 (= ${binary:Version}),
- libusageenvironment0 (= ${binary:Version}),
- ${misc:Depends}
-Description: multimedia RTSP streaming library (development files)
- The live555.com streaming media code is a set of C++ libraries for multimedia
- streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These
- libraries can be used to build applications to stream, receive and process
- MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended
- to support additional codecs. They can also be used to build basic RTSP (Real
- Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and
- servers.
- .
- This package contains the headers and static libraries required to build
- applications that use live555.com.
-
Package: livemedia-utils
Section: net
Architecture: any
--
liblivemedia packaging
More information about the pkg-multimedia-commits
mailing list