[SCM] rtmpdump packaging branch, master, updated. debian/2.2e-4-7-g2a7d7c5

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Jul 5 17:58:25 UTC 2010


The following commit has been merged in the master branch:
commit c67e9f0aa15f10a9d5d2ee455c8c8870d6a4bd67
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon Jul 5 19:48:44 2010 +0200

      + debian/librtmp0.install, debian/control, debian/librtmp-dev.install, debian/rules: - Add shared library package.
    
      + debian/librtmp0.install,
        debian/control,
        debian/librtmp-dev.install,
        debian/rules:
        - Add shared library package.

diff --git a/debian/changelog b/debian/changelog
index 040f490..299455f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,13 @@ rtmpdump (2.3-1) unstable; urgency=low
   * New upstream release:
     + debian/patches/02_fix_gnutls_teardown.diff:
       - Dropped, merged upstream.
+    + debian/librtmp0.install,
+      debian/control,
+      debian/librtmp-dev.install,
+      debian/rules:
+      - Add shared library package.
 
- -- Sebastian Dröge <slomo at debian.org>  Mon, 05 Jul 2010 19:44:43 +0200
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 05 Jul 2010 19:48:19 +0200
 
 rtmpdump (2.2e-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9939ff7..1369f14 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,18 @@ Description: A small dumper for media content streamed over the RTMP protocol
  iPlayer high quality streams). Supplying an rtmp url will result in a dumped
  flv file, which can be played/transcoded using ffmpeg/mplayer, etc.
 
+Package: librtmp0
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: any
+Description: toolkit for RTMP streams (shared library)
+ A small dumper for media content streamed over the RTMP protocol (like BBC's
+ iPlayer high quality streams). Supplying an rtmp url will result in a dumped
+ flv file, which can be played/transcoded using ffmpeg/mplayer, etc.
+ .
+ This package contains the shared libraries, header files needed by
+ programs that want to use librtmp.
+
 Package: librtmp-dev
 Section: libdevel
 Depends: ${misc:Depends}, libgnutls-dev
diff --git a/debian/librtmp-dev.install b/debian/librtmp-dev.install
index 525ba51..6cd8ddd 100644
--- a/debian/librtmp-dev.install
+++ b/debian/librtmp-dev.install
@@ -1,3 +1,4 @@
 usr/include/*
 usr/lib/lib*.a
+usr/lib/lib*.so
 usr/lib/pkgconfig/*
diff --git a/debian/librtmp0.install b/debian/librtmp0.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/librtmp0.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/rules b/debian/rules
index 73f41ef..d19684d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 MAKEVARS=prefix=/usr CRYPTO=GNUTLS
 
 override_dh_auto_build:
-	dh_auto_build -- $(MAKEVARS) XCFLAGS="-fPIC"
+	dh_auto_build -- $(MAKEVARS)
 
 override_dh_auto_install:
 	dh_auto_install -- $(MAKEVARS)

-- 
rtmpdump packaging



More information about the pkg-multimedia-commits mailing list