summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-02-08 18:47:48 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-02-08 18:47:48 +0000
commit2da0ed664a6c900eb3d979036bdf4fd4a3cd706f (patch)
treeb53092f48e43603e1897f70645138fd3324bc245 /media-sound/mumble
parentCall kde_pkg_setup in pkg_setup (diff)
downloadhistorical-2da0ed664a6c900eb3d979036bdf4fd4a3cd706f.tar.gz
historical-2da0ed664a6c900eb3d979036bdf4fd4a3cd706f.tar.bz2
historical-2da0ed664a6c900eb3d979036bdf4fd4a3cd706f.zip
Removed mumble-0.9.4_missing-typdefs.patch thanks to Gorch wrt bug #165927
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'media-sound/mumble')
-rw-r--r--media-sound/mumble/ChangeLog6
-rw-r--r--media-sound/mumble/files/mumble-0.9.4-missing_typedefs.patch14
-rw-r--r--media-sound/mumble/mumble-0.9.4.ebuild5
3 files changed, 7 insertions, 18 deletions
diff --git a/media-sound/mumble/ChangeLog b/media-sound/mumble/ChangeLog
index 03529e0e446b..ab8d3a8adf0c 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.2 2007/01/20 17:14:43 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.3 2007/02/08 18:47:48 drizzt Exp $
+
+ 08 Feb 2007; Timothy Redaelli <drizzt@gentoo.org>
+ -files/mumble-0.9.4-missing_typedefs.patch, mumble-0.9.4.ebuild:
+ Removed mumble-0.9.4_missing-typdefs.patch thanks to Gorch wrt bug #165927
20 Jan 2007; Timothy Redaelli <drizzt@gentoo.org>
+files/mumble-0.9.4-missing_typedefs.patch, mumble-0.9.4.ebuild:
diff --git a/media-sound/mumble/files/mumble-0.9.4-missing_typedefs.patch b/media-sound/mumble/files/mumble-0.9.4-missing_typedefs.patch
deleted file mode 100644
index 9f8ef06ee5bb..000000000000
--- a/media-sound/mumble/files/mumble-0.9.4-missing_typedefs.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur mumble-0.9.4.orig/AudioStats.cpp mumble-0.9.4/AudioStats.cpp
---- mumble-0.9.4.orig/AudioStats.cpp 2006-10-30 12:20:38.000000000 +0100
-+++ mumble-0.9.4/AudioStats.cpp 2006-11-17 14:12:55.000000000 +0100
-@@ -38,7 +38,10 @@
- typedef float spx_word16_t;
- typedef float spx_word32_t;
- typedef float spx_float_t;
-+typedef long int spx_int32_t;
-+typedef short int spx_int16_t;
- typedef spx_word32_t spx_mem_t;
-+
- /** Speex echo cancellation state. */
- struct CloneSpeexEchoState {
- int frame_size; /**< Number of samples processed each time */
diff --git a/media-sound/mumble/mumble-0.9.4.ebuild b/media-sound/mumble/mumble-0.9.4.ebuild
index a62618e2f557..16ae5ee1dad2 100644
--- a/media-sound/mumble/mumble-0.9.4.ebuild
+++ b/media-sound/mumble/mumble-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.2 2007/01/20 17:14:43 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.3 2007/02/08 18:47:48 drizzt Exp $
inherit eutils toolchain-funcs
@@ -15,7 +15,7 @@ IUSE=""
DEPEND="dev-libs/boost
=x11-libs/qt-4*
- media-libs/speex
+ >=media-libs/speex-1.1.12
media-libs/alsa-lib
x11-libs/libXevie"
@@ -35,7 +35,6 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-path.patch
- epatch "${FILESDIR}"/${P}-missing_typedefs.patch
}
src_compile() {