[SCM] crtmpserver/master: Add -dev package

jet-guest at users.alioth.debian.org jet-guest at users.alioth.debian.org
Wed Jun 15 15:54:34 UTC 2011


The following commit has been merged in the master branch:
commit c9d737438ef579b0ff820e5afc37063daa18446e
Author: Andriy Beregovenko <jet at jet.kiev.ua>
Date:   Wed Jun 15 18:51:24 2011 +0300

    Add -dev package

diff --git a/debian/control b/debian/control
index d579653..2acf7be 100644
--- a/debian/control
+++ b/debian/control
@@ -34,3 +34,26 @@ Description: High performance RTMP/RTSP streaming server
   - Online gaming
   - Online collaboration
   - Simple/complex chat applications
+ 
+Package: crtmpserver-dev
+Architecture: any
+Depends: ${misc:Depends},
+ crtmpserver(= ${binary:Version}),
+ liblua5.1-0-dev,
+ libssl-dev,
+ libtinyxml-dev
+Description: Development files 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
+
diff --git a/debian/crtmpserver-dev.install b/debian/crtmpserver-dev.install
new file mode 100644
index 0000000..6f624d4
--- /dev/null
+++ b/debian/crtmpserver-dev.install
@@ -0,0 +1,3 @@
+usr/include/crtmpserver/common
+usr/include/crtmpserver/thelib
+usr/include/crtmpserver/vm
diff --git a/debian/crtmpserver.install b/debian/crtmpserver.install
new file mode 100644
index 0000000..e0ffd16
--- /dev/null
+++ b/debian/crtmpserver.install
@@ -0,0 +1,12 @@
+usr/sbin/crtmpserver
+usr/lib/crtmpserver/libcommon.so
+usr/lib/crtmpserver/libthelib.so
+usr/lib/crtmpserver/applications
+usr/lib/crtmpserver/applications/flvplayback/libflvplayback.so
+usr/lib/crtmpserver/applications/appselector/libappselector.so
+usr/lib/crtmpserver/applications/samplefactory/libsamplefactory.so
+usr/lib/crtmpserver/applications/vptests/libvptests.so
+usr/lib/crtmpserver/applications/admin/libadmin.so
+usr/lib/crtmpserver/applications/proxypublish/libproxypublish.so
+usr/lib/crtmpserver/applications/stresstest/libstresstest.so
+usr/lib/crtmpserver/applications/applestreamingclient/libapplestreamingclient.so

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list