Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sox: ChangeLog sox-14.0.0.ebuild
Date: Tue, 18 Sep 2007 18:29:50
Message-Id: E1IXhi1-0003sm-F7@stork.gentoo.org
1 aballier 07/09/18 18:22:05
2
3 Modified: ChangeLog sox-14.0.0.ebuild
4 Log:
5 disable support for external gsm lib for now until it installs correct libs (pic), bug #192736
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.67 media-sound/sox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?r1=1.66&r2=1.67
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- ChangeLog 11 Sep 2007 21:05:35 -0000 1.66
22 +++ ChangeLog 18 Sep 2007 18:22:04 -0000 1.67
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-sound/sox
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.66 2007/09/11 21:05:35 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.67 2007/09/18 18:22:04 aballier Exp $
28 +
29 + 18 Sep 2007; Alexis Ballier <aballier@g.o>
30 + +files/sox-14.0.0-noexternalgsm.patch, sox-14.0.0.ebuild:
31 + disable support for external gsm lib for now until it installs correct libs
32 + (pic), bug #192736
33
34 *sox-14.0.0 (11 Sep 2007)
35
36
37
38
39 1.2 media-sound/sox/sox-14.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.0.ebuild?r1=1.1&r2=1.2
44
45 Index: sox-14.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- sox-14.0.0.ebuild 11 Sep 2007 21:05:35 -0000 1.1
52 +++ sox-14.0.0.ebuild 18 Sep 2007 18:22:04 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.0.ebuild,v 1.1 2007/09/11 21:05:35 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.0.ebuild,v 1.2 2007/09/18 18:22:04 aballier Exp $
58
59 inherit flag-o-matic eutils autotools
60
61 @@ -27,6 +27,16 @@
62 # amrnb? ( media-libs/amrnb )
63 # amrwb? ( media-libs/amrwb )
64
65 +src_unpack() {
66 + unpack ${A}
67 + cd "${S}"
68 +
69 + # Disable external gsm lib support until it installs properly the lib
70 + # Bug #192736
71 + epatch "${FILESDIR}/${P}-noexternalgsm.patch"
72 + AT_M4DIR="${S}/m4" eautoreconf
73 +}
74 +
75 src_compile () {
76 # Fixes wav segfaults. See Bug #35745.
77 append-flags -fsigned-char
78
79
80
81 --
82 gentoo-commits@g.o mailing list