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.1.ebuild
Date: Sun, 13 Apr 2008 20:47:40
Message-Id: E1Jl96t-0001vE-OP@stork.gentoo.org
1 aballier 08/04/13 20:47:35
2
3 Modified: ChangeLog sox-14.0.1.ebuild
4 Log:
5 Add a patch to let it build with latest ffmpeg headers layout, bug #215926
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.87 media-sound/sox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.87&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.87&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?r1=1.86&r2=1.87
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v
18 retrieving revision 1.86
19 retrieving revision 1.87
20 diff -u -r1.86 -r1.87
21 --- ChangeLog 13 Apr 2008 19:30:54 -0000 1.86
22 +++ ChangeLog 13 Apr 2008 20:47:35 -0000 1.87
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/sox
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.86 2008/04/13 19:30:54 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.87 2008/04/13 20:47:35 aballier Exp $
28 +
29 + 13 Apr 2008; Alexis Ballier <aballier@g.o>
30 + +files/sox-14.0.1-ffmpegheaders.patch, sox-14.0.1.ebuild:
31 + Add a patch to let it build with latest ffmpeg headers layout, bug #215926
32
33 13 Apr 2008; Alexis Ballier <aballier@g.o>
34 -files/sox-12.17.9-destdir.patch, -files/sox-12.17.9-largefile.patch,
35
36
37
38 1.9 media-sound/sox/sox-14.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild?r1=1.8&r2=1.9
43
44 Index: sox-14.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- sox-14.0.1.ebuild 22 Mar 2008 17:54:56 -0000 1.8
51 +++ sox-14.0.1.ebuild 13 Apr 2008 20:47:35 -0000 1.9
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild,v 1.8 2008/03/22 17:54:56 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild,v 1.9 2008/04/13 20:47:35 aballier Exp $
57
58 -inherit flag-o-matic eutils
59 +inherit flag-o-matic eutils autotools
60
61 DESCRIPTION="The swiss army knife of sound processing programs"
62 HOMEPAGE="http://sox.sourceforge.net"
63 @@ -28,6 +28,13 @@
64 amrnb? ( media-libs/amrnb )
65 amrwb? ( media-libs/amrwb )"
66
67 +src_unpack() {
68 + unpack ${A}
69 + cd "${S}"
70 + epatch "${FILESDIR}/${P}-ffmpegheaders.patch"
71 + AT_M4DIR="m4" eautoreconf
72 +}
73 +
74 src_compile () {
75 # Fixes wav segfaults. See Bug #35745.
76 append-flags -fsigned-char
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list