[Pkg-voip-commits] r5339 - /mumble/trunk/debian/patches/01-use-external-speex.dpatch

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Fri Mar 21 00:05:49 UTC 2008


Author: the-me-guest
Date: Fri Mar 21 00:05:45 2008
New Revision: 5339

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5339
Log:
Add -lspeexdsp to the linker.

Modified:
    mumble/trunk/debian/patches/01-use-external-speex.dpatch

Modified: mumble/trunk/debian/patches/01-use-external-speex.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/patches/01-use-external-speex.dpatch?rev=5339&op=diff
==============================================================================
--- mumble/trunk/debian/patches/01-use-external-speex.dpatch (original)
+++ mumble/trunk/debian/patches/01-use-external-speex.dpatch Fri Mar 21 00:05:45 2008
@@ -1,13 +1,13 @@
 #!/bin/sh /usr/share/dpatch/dpatch-run
 ## 01-use-external-speex.dpatch by Patrick Matthäi <patrick.matthaei at web.de>
 ##
-## DP: Compile against the external speex.
+## DP: Compile against the external speex and add libspeexdsp.
 
 @DPATCH@
 
 diff -Naur mumble-1.1.3.orig/main.pro mumble-1.1.3/main.pro
---- mumble-1.1.3.orig/main.pro	2008-03-20 10:13:24.000000000 +0100
-+++ mumble-1.1.3/main.pro	2008-03-20 10:13:45.000000000 +0100
+--- mumble-1.1.3.orig/main.pro	2008-03-21 00:52:40.000000000 +0100
++++ mumble-1.1.3/main.pro	2008-03-21 00:53:12.000000000 +0100
 @@ -1,7 +1,6 @@
  TEMPLATE = subdirs
  CONFIG += debug_and_release
@@ -17,16 +17,18 @@
  
  win32 {
 diff -Naur mumble-1.1.3.orig/src/mumble/mumble.pro mumble-1.1.3/src/mumble/mumble.pro
---- mumble-1.1.3.orig/src/mumble/mumble.pro	2008-03-20 10:13:24.000000000 +0100
-+++ mumble-1.1.3/src/mumble/mumble.pro	2008-03-20 10:14:21.000000000 +0100
-@@ -9,7 +9,6 @@
+--- mumble-1.1.3.orig/src/mumble/mumble.pro	2008-03-21 00:52:40.000000000 +0100
++++ mumble-1.1.3/src/mumble/mumble.pro	2008-03-21 00:53:58.000000000 +0100
+@@ -9,8 +9,7 @@
  SOURCES += ../ACL.cpp ../Group.cpp ../Channel.cpp ../Message.cpp ../Connection.cpp ../Player.cpp ../Timer.cpp ../CryptState.cpp
  SOURCES += smallft.cpp
  DIST		+= licenses.h smallft.h mumble.ico mumble.xpm plugins/mumble_plugin.h mumble-overlay mumble.desktop mumble.protocol murmur_pch.h
 -INCLUDEPATH	+= ../../speex/include ../../speex/libspeex ../../speexbuild
- LIBS 		+= -lspeex
+-LIBS 		+= -lspeex
++LIBS 		+= -lspeex -lspeexdsp
  RESOURCES	+= mumble.qrc
  FORMS	+= ConfigDialog.ui MainWindow.ui ConnectDialog.ui BanEditor.ui ACLEditor.ui Plugins.ui Overlay.ui LookConfig.ui AudioConfigDialog.ui Log.ui TextMessage.ui AudioStats.ui NetworkConfig.ui
+ TRANSLATIONS	= mumble_en.ts mumble_es.ts mumble_de.ts mumble_tr.ts mumble_id.ts mumble_fr.ts mumble_ru.ts mumble_it.ts mumble_pt.ts mumble_nb.ts mumble_nl.ts mumble_cs.ts mumble_ja.ts
 @@ -61,10 +60,6 @@
    #		QMAKE_CXXFLAGS += -mmmx -msse
    #	}




More information about the Pkg-voip-commits mailing list