[Pkg-voip-commits] r10002 - in /linphone/trunk/debian: changelog patches/add-zrtp-to-ortp-dependencies.patch patches/series

msp at alioth.debian.org msp at alioth.debian.org
Tue Oct 9 11:05:46 UTC 2012


Author: msp
Date: Tue Oct  9 11:05:45 2012
New Revision: 10002

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10002
Log:
* NOT RELEASED YET
* Fix " Media encryption" (Closes: #671815)
  - Include add-zrtp-to-ortp-dependencies.patch

Added:
    linphone/trunk/debian/patches/add-zrtp-to-ortp-dependencies.patch
Modified:
    linphone/trunk/debian/changelog
    linphone/trunk/debian/patches/series

Modified: linphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/changelog?rev=10002&op=diff
==============================================================================
--- linphone/trunk/debian/changelog (original)
+++ linphone/trunk/debian/changelog Tue Oct  9 11:05:45 2012
@@ -1,3 +1,11 @@
+linphone (3.5.2-12) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Fix " Media encryption" (Closes: #671815)
+    - Include add-zrtp-to-ortp-dependencies.patch
+
+ -- Mark Purcell <msp at debian.org>  Tue, 09 Oct 2012 22:00:21 +1100
+
 linphone (3.5.2-11) experimental; urgency=low
 
   * Fix "Missing Media encryption" --enable-zrtp (Closes: #671815)

Added: linphone/trunk/debian/patches/add-zrtp-to-ortp-dependencies.patch
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/patches/add-zrtp-to-ortp-dependencies.patch?rev=10002&op=file
==============================================================================
--- linphone/trunk/debian/patches/add-zrtp-to-ortp-dependencies.patch (added)
+++ linphone/trunk/debian/patches/add-zrtp-to-ortp-dependencies.patch Tue Oct  9 11:05:45 2012
@@ -1,0 +1,20 @@
+Description: Fix ZRTP libs and cflags not exposed in ortp.pc
+Origin: upstream git b7c5f78d83f8a310ba3700e93174c7eb1234d2d3
+Author: Guillaume BERAUDO <guillaume.beraudo at linphone.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671815
+
+ Index: linphone-3.5.2/oRTP/configure.ac
+===================================================================
+--- linphone-3.5.2.orig/oRTP/configure.ac	2012-09-14 13:51:59.000000000 +0000
++++ linphone-3.5.2/oRTP/configure.ac	2012-09-14 13:58:05.857554274 +0000
+@@ -316,8 +316,8 @@
+ 
+ AC_SUBST(SSL_LIBS)
+ 
+-ORTPDEPS_LIBS="$ORTPDEPS_LIBS $PTHREAD_LIBS $PTHREAD_LDFLAGS $SRTP_LIBS $SSL_LIBS"
+-ORTPDEPS_CFLAGS="$ORTPDEPS_CFLAGS $PTHREAD_CFLAGS $ORTP_DEFS $SRTP_CFLAGS"
++ORTPDEPS_LIBS="$ORTPDEPS_LIBS $PTHREAD_LIBS $PTHREAD_LDFLAGS $SRTP_LIBS $SSL_LIBS $LIBZRTPCPP_LIBS"
++ORTPDEPS_CFLAGS="$ORTPDEPS_CFLAGS $PTHREAD_CFLAGS $ORTP_DEFS $SRTP_CFLAGS $LIBZRTPCPP_CFLAGS"
+ CFLAGS="$CFLAGS $ORTP_DEFS"
+ echo "$ORTPDEPS_CFLAGS" > ortp.defs
+ 

Modified: linphone/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/patches/series?rev=10002&op=diff
==============================================================================
--- linphone/trunk/debian/patches/series (original)
+++ linphone/trunk/debian/patches/series Tue Oct  9 11:05:45 2012
@@ -1,3 +1,4 @@
 manpage-section-mismatch.patch
 spelling-error-in-binary.patch
 fix-readline-detection.patch
+add-zrtp-to-ortp-dependencies.patch




More information about the Pkg-voip-commits mailing list