Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mumble: mumble-1.1.1.ebuild ChangeLog
Date: Sun, 06 Jan 2008 20:55:26
Message-Id: E1JBcWh-0000W0-LK@stork.gentoo.org
1 drizzt 08/01/06 20:55:23
2
3 Modified: mumble-1.1.1.ebuild ChangeLog
4 Log:
5 Fix for speex 1.2_beta3.
6 Bug #204422 and #204462.
7
8 (Portage version: 2.1.4_rc10)
9
10 Revision Changes Path
11 1.3 media-sound/mumble/mumble-1.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild?r1=1.2&r2=1.3
16
17 Index: mumble-1.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- mumble-1.1.1.ebuild 23 Dec 2007 23:36:36 -0000 1.2
24 +++ mumble-1.1.1.ebuild 6 Jan 2008 20:55:23 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v 1.3 2008/01/06 20:55:23 drizzt Exp $
31
32 inherit eutils toolchain-funcs qt4
33
34 @@ -14,7 +14,7 @@
35 IUSE="pulseaudio vanilla"
36
37 DEPEND="$(qt4_min_version 4.3)
38 - >=media-libs/speex-1.2_beta2
39 + >=media-libs/speex-1.2_beta3
40 media-libs/alsa-lib
41 dev-libs/boost
42 x11-libs/libXevie
43 @@ -48,6 +48,9 @@
44 use pulseaudio || sed -i -e '/CONFIG += oss/s/ pulseaudio//' \
45 "${S}"/src/mumble/mumble.pro || die
46 use vanilla || epatch "${FILESDIR}"/${P}-path.patch
47 +
48 + sed -i -e '/LIBS /s/-lspeex/& -lspeexdsp/' \
49 + "${S}"/src/mumble/mumble.pro || die
50 }
51
52 src_compile() {
53
54
55
56 1.9 media-sound/mumble/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?rev=1.9&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?rev=1.9&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?r1=1.8&r2=1.9
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v
65 retrieving revision 1.8
66 retrieving revision 1.9
67 diff -u -r1.8 -r1.9
68 --- ChangeLog 23 Dec 2007 20:19:11 -0000 1.8
69 +++ ChangeLog 6 Jan 2008 20:55:23 -0000 1.9
70 @@ -1,6 +1,10 @@
71 # ChangeLog for media-sound/mumble
72 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.8 2007/12/23 20:19:11 drizzt Exp $
74 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.9 2008/01/06 20:55:23 drizzt Exp $
76 +
77 + 06 Jan 2008; Timothy Redaelli <drizzt@g.o> mumble-1.1.1.ebuild:
78 + Fix for speex 1.2_beta3.
79 + Bug #204422 and #204462.
80
81 *mumble-1.1.1 (23 Dec 2007)
82
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list