[SCM] crtmpserver/master: Update control

jet-guest at users.alioth.debian.org jet-guest at users.alioth.debian.org
Fri Jul 29 12:33:17 UTC 2011


The following commit has been merged in the master branch:
commit 7ad172fbcbfea25316ab03193f24e88abf6053da
Author: Andriy Beregovenko <jet at jet.kiev.ua>
Date:   Thu Jul 28 16:54:01 2011 +0300

    Update control

diff --git a/debian/control b/debian/control
index 2acf7be..4547a9b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,14 +12,16 @@ Build-Depends: cmake,
 Standards-Version: 3.9.2
 Homepage: http://www.rtmpd.com
 Vcs-Git: git://git.debian.org/pkg-multimedia/crtmpserver.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/crtmpserver.git;a=summary
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/crtmpserver.git;a=summary
 
 Package: crtmpserver
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  openssl,
- liblua5.1-0
+ liblua5.1-0,
+ crtmpserver-libs,
+ crtmpserver-apps
 Description: High performance RTMP/RTSP streaming server
  crtmpserver is a high performance streaming server able to stream
  (live or recorded) in the following technologies:
@@ -35,10 +37,52 @@ Description: High performance RTMP/RTSP streaming server
   - Online collaboration
   - Simple/complex chat applications
  
+Package: crtmpserver-libs
+Architecture: any
+Depends: ${misc:Depends},
+ liblua5.1-0,
+ openssl,
+ libtinyxml2.6.2
+Description: shared libraries for the crtmpserver platform
+ crtmpserver is a high performance streaming server able to stream
+ (live or recorded) in the following technologies:
+  - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE)
+  - To and from embedded devices: iPhone, Android
+  - From surveillance cameras
+  - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
+ .
+ Also, crtmpserver can be used as a high performance rendes-vous server.
+ For example, it enables you to do:
+  - Audio/Video conferencing
+  - Online gaming
+  - Online collaboration
+  - Simple/complex chat applications
+
+Package: crtmpserver-apps
+Architecture: any
+Depends: ${misc:Depends},
+ liblua5.1-0,
+ openssl,
+ crtmpserver-libs(>= ${binary:Version}),
+Description: base applications for the crtmpserver platform
+ crtmpserver is a high performance streaming server able to stream
+ (live or recorded) in the following technologies:
+  - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE)
+  - To and from embedded devices: iPhone, Android
+  - From surveillance cameras
+  - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
+ .
+ Also, crtmpserver can be used as a high performance rendes-vous server.
+ For example, it enables you to do:
+  - Audio/Video conferencing
+  - Online gaming
+  - Online collaboration
+  - Simple/complex chat applications
+
 Package: crtmpserver-dev
 Architecture: any
 Depends: ${misc:Depends},
- crtmpserver(= ${binary:Version}),
+ crtmpserver-libs(= ${binary:Version}),
  liblua5.1-0-dev,
  libssl-dev,
  libtinyxml-dev
@@ -56,4 +100,3 @@ Description: Development files for the crtmpserver platform
   - Online gaming
   - Online collaboration
   - Simple/complex chat applications
-

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list