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, 24 Feb 2008 15:09:47
Message-Id: E1JTIU5-00057z-41@stork.gentoo.org
1 aballier 08/02/24 15:09:45
2
3 Modified: ChangeLog sox-14.0.1.ebuild
4 Log:
5 Enable amr nb and wb now that is works, thanks to Sebastian <sebastian_ml@×××.net> in bug #210043
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.79 media-sound/sox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.79&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.79&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?r1=1.78&r2=1.79
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v
18 retrieving revision 1.78
19 retrieving revision 1.79
20 diff -u -r1.78 -r1.79
21 --- ChangeLog 30 Jan 2008 08:05:36 -0000 1.78
22 +++ ChangeLog 24 Feb 2008 15:09:44 -0000 1.79
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.78 2008/01/30 08:05:36 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.79 2008/02/24 15:09:44 aballier Exp $
28 +
29 + 24 Feb 2008; Alexis Ballier <aballier@g.o> sox-14.0.1.ebuild:
30 + Enable amr nb and wb now that is works, thanks to Sebastian
31 + <sebastian_ml@×××.net> in bug #210043
32
33 *sox-14.0.1 (30 Jan 2008)
34
35
36
37
38 1.2 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.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild?r1=1.1&r2=1.2
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.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- sox-14.0.1.ebuild 30 Jan 2008 08:05:36 -0000 1.1
51 +++ sox-14.0.1.ebuild 24 Feb 2008 15:09:44 -0000 1.2
52 @@ -1,6 +1,6 @@
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.1 2008/01/30 08:05:36 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.0.1.ebuild,v 1.2 2008/02/24 15:09:44 aballier Exp $
57
58 inherit flag-o-matic eutils
59
60 @@ -11,7 +11,7 @@
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 -IUSE="alsa ao debug encode ffmpeg flac id3tag ladspa mad libsamplerate ogg oss sndfile"
65 +IUSE="alsa amrnb amrwb ao debug encode ffmpeg flac id3tag ladspa mad libsamplerate ogg oss sndfile "
66
67 DEPEND="alsa? ( media-libs/alsa-lib )
68 encode? ( media-sound/lame )
69 @@ -24,10 +24,9 @@
70 ffmpeg? ( media-video/ffmpeg )
71 ladspa? ( media-libs/ladspa-sdk )
72 >=media-sound/gsm-1.0.12-r1
73 - id3tag? ( media-libs/libid3tag )"
74 -# Fails to compile here ...
75 -# amrnb? ( media-libs/amrnb )
76 -# amrwb? ( media-libs/amrwb )
77 + id3tag? ( media-libs/libid3tag )
78 + amrnb? ( media-libs/amrnb )
79 + amrwb? ( media-libs/amrwb )"
80
81 src_compile () {
82 # Fixes wav segfaults. See Bug #35745.
83 @@ -46,8 +45,8 @@
84 $(use_with ffmpeg) \
85 $(use_with ladspa) \
86 $(use_with id3tag) \
87 - --without-amr-wb \
88 - --without-amr-nb \
89 + $(use_with amrwb amr-wb) \
90 + $(use_with amrnb amr-nb) \
91 --enable-fast-ulaw \
92 --enable-fast-alaw \
93 || die "configure failed"
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list