[Pkg-voip-commits] r1211 - opal/trunk/debian/patches

Kilian Krause kilian at costa.debian.org
Sun Jan 29 18:37:24 UTC 2006


Author: kilian
Date: 2006-01-29 18:37:24 +0000 (Sun, 29 Jan 2006)
New Revision: 1211

Added:
   opal/trunk/debian/patches/01_speex.dpatch
Modified:
   opal/trunk/debian/patches/00list
Log:
fix compilation with system speex.


Modified: opal/trunk/debian/patches/00list
===================================================================
--- opal/trunk/debian/patches/00list	2006-01-29 18:15:20 UTC (rev 1210)
+++ opal/trunk/debian/patches/00list	2006-01-29 18:37:24 UTC (rev 1211)
@@ -1 +1,2 @@
 beta-version
+01_speex

Added: opal/trunk/debian/patches/01_speex.dpatch
===================================================================
--- opal/trunk/debian/patches/01_speex.dpatch	2006-01-29 18:15:20 UTC (rev 1210)
+++ opal/trunk/debian/patches/01_speex.dpatch	2006-01-29 18:37:24 UTC (rev 1211)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_speex.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad opal-2.1.2~/src/codec/speexcodec.cxx opal-2.1.2/src/codec/speexcodec.cxx
+--- opal-2.1.2~/src/codec/speexcodec.cxx	2006-01-14 10:40:16.000000000 +0000
++++ opal-2.1.2/src/codec/speexcodec.cxx	2006-01-29 18:27:41.000000000 +0000
+@@ -162,7 +162,7 @@
+ 
+ extern "C" {
+ #if OPAL_SYSTEM_SPEEX
+-#include <speex.h>
++#include <speex/speex.h>
+ #else
+ #include "speex/libspeex/speex.h"
+ #endif


Property changes on: opal/trunk/debian/patches/01_speex.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list