summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2008-01-06 20:55:23 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2008-01-06 20:55:23 +0000
commit8217029194c0c561932cb987829da6847f13282b (patch)
treef335a55a9395c186a0fa8fbb3f5fc0977ca2400b /media-sound/mumble
parentx86 stable, bug #204355 (diff)
downloadgentoo-2-8217029194c0c561932cb987829da6847f13282b.tar.gz
gentoo-2-8217029194c0c561932cb987829da6847f13282b.tar.bz2
gentoo-2-8217029194c0c561932cb987829da6847f13282b.zip
Fix for speex 1.2_beta3.
Bug #204422 and #204462. (Portage version: 2.1.4_rc10)
Diffstat (limited to 'media-sound/mumble')
-rw-r--r--media-sound/mumble/ChangeLog8
-rw-r--r--media-sound/mumble/mumble-1.1.1.ebuild9
2 files changed, 12 insertions, 5 deletions
diff --git a/media-sound/mumble/ChangeLog b/media-sound/mumble/ChangeLog
index 7e904cfe4574..8adfec2bd2d0 100644
--- a/media-sound/mumble/ChangeLog
+++ b/media-sound/mumble/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mumble
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.8 2007/12/23 20:19:11 drizzt Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.9 2008/01/06 20:55:23 drizzt Exp $
+
+ 06 Jan 2008; Timothy Redaelli <drizzt@gentoo.org> mumble-1.1.1.ebuild:
+ Fix for speex 1.2_beta3.
+ Bug #204422 and #204462.
*mumble-1.1.1 (23 Dec 2007)
diff --git a/media-sound/mumble/mumble-1.1.1.ebuild b/media-sound/mumble/mumble-1.1.1.ebuild
index 82dbc10edd7c..d4af0e8e7555 100644
--- a/media-sound/mumble/mumble-1.1.1.ebuild
+++ b/media-sound/mumble/mumble-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v 1.2 2007/12/23 23:36:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v 1.3 2008/01/06 20:55:23 drizzt Exp $
inherit eutils toolchain-funcs qt4
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="pulseaudio vanilla"
DEPEND="$(qt4_min_version 4.3)
- >=media-libs/speex-1.2_beta2
+ >=media-libs/speex-1.2_beta3
media-libs/alsa-lib
dev-libs/boost
x11-libs/libXevie
@@ -48,6 +48,9 @@ src_unpack() {
use pulseaudio || sed -i -e '/CONFIG += oss/s/ pulseaudio//' \
"${S}"/src/mumble/mumble.pro || die
use vanilla || epatch "${FILESDIR}"/${P}-path.patch
+
+ sed -i -e '/LIBS /s/-lspeex/& -lspeexdsp/' \
+ "${S}"/src/mumble/mumble.pro || die
}
src_compile() {