[Pkg-voip-commits] r9042 - in /opal/trunk/debian: changelog control patches/series patches/spandsp_autoconf_cppflags.patch

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sat Jun 25 21:24:38 UTC 2011


Author: tzafrir
Date: Sat Jun 25 21:24:37 2011
New Revision: 9042

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9042
Log:
Patch spandsp_autoconf_cppflags: fix detection of spandsp

Added:
    opal/trunk/debian/patches/spandsp_autoconf_cppflags.patch
Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/control
    opal/trunk/debian/patches/series

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=9042&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Sat Jun 25 21:24:37 2011
@@ -1,5 +1,6 @@
 opal (3.10.1~dfsg-1) UNRELEASED; urgency=low
 
+  [ Kilian Krause ]
   * New upstream release: 3.10.1 (Luythen)
   * Put myself back into Uploaders
   * Bump debhelper compat to 8
@@ -17,7 +18,10 @@
   * Remove Changelog from docs as upstream doesn't ship it
   * Replace jquery.js with Debian's libjs-jquery version to make lintian happy
 
- -- Kilian Krause <kilian at debian.org>  Fri, 24 Jun 2011 11:19:33 +0200
+  [ Tzafrir Cohen ]
+  * Patch spandsp_autoconf_cppflags: fix detection of spandsp
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Sun, 26 Jun 2011 00:21:36 +0300
 
 opal (3.8.4~dfsg-1) experimental; urgency=low
 

Modified: opal/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/control?rev=9042&op=diff
==============================================================================
--- opal/trunk/debian/control (original)
+++ opal/trunk/debian/control Sat Jun 25 21:24:37 2011
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Mark Purcell <msp at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, Kilian Krause <kilian at debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
 Build-Depends: debhelper (>= 8), doxygen, autotools-dev, pkg-config,
  libpt-dev (>= 2.10.1~),
  libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390],

Modified: opal/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/patches/series?rev=9042&op=diff
==============================================================================
--- opal/trunk/debian/patches/series (original)
+++ opal/trunk/debian/patches/series Sat Jun 25 21:24:37 2011
@@ -1,1 +1,2 @@
 plugins_clean_target.patch
+spandsp_autoconf_cppflags.patch

Added: opal/trunk/debian/patches/spandsp_autoconf_cppflags.patch
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/patches/spandsp_autoconf_cppflags.patch?rev=9042&op=file
==============================================================================
--- opal/trunk/debian/patches/spandsp_autoconf_cppflags.patch (added)
+++ opal/trunk/debian/patches/spandsp_autoconf_cppflags.patch Sat Jun 25 21:24:37 2011
@@ -1,0 +1,18 @@
+Description: SpanDSP needs __STDC_LIMIT_MACROS define
+Author: Tzafrir Cohen <tzafrir at debian.org>
+
+SpanDSP needs __STDC_LIMIT_MACROS defined. Add it in autoconf.
+
+--- a/opal.m4
++++ b/opal.m4
+@@ -917,7 +917,10 @@ AC_DEFUN([OPAL_FIND_SPANDSP],
+           LIBS=$saved_LIBS
+           if test "x${opal_spandsp}" = "xyes"; then
+               SPANDSP_LIBS="-lspandsp"
++	      spandsp_saved_CPPFLAGS="$CFLAGS"
++	      CPPFLAGS="$CPPFLAGS -D__STDC_LIMIT_MACROS"
+               AC_CHECK_HEADERS([spandsp.h], [opal_spandsp=yes], [opal_spandsp=no])
++	      CPPFLAGS="$spandsp_saved_CPPFLAGS"
+           fi
+           AS_IF([test AS_VAR_GET([opal_spandsp]) = yes], [$1], [$2])[]
+          ])




More information about the Pkg-voip-commits mailing list