Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: ChangeLog audacity-1.3.5-r1.ebuild
Date: Mon, 29 Sep 2008 05:49:46
Message-Id: E1KkBdf-0005ax-W7@stork.gentoo.org
1 flameeyes 08/09/29 05:49:43
2
3 Modified: ChangeLog
4 Added: audacity-1.3.5-r1.ebuild
5 Log:
6 Add a new revision using EAPI=2 and USE dependencies.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.105 media-sound/audacity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.104&r2=1.105
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- ChangeLog 30 Aug 2008 14:25:34 -0000 1.104
23 +++ ChangeLog 29 Sep 2008 05:49:43 -0000 1.105
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/audacity
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.104 2008/08/30 14:25:34 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.105 2008/09/29 05:49:43 flameeyes Exp $
29 +
30 +*audacity-1.3.5-r1 (29 Sep 2008)
31 +
32 + 29 Sep 2008; Diego Pettenò <flameeyes@g.o>
33 + +audacity-1.3.5-r1.ebuild:
34 + Add a new revision using EAPI=2 and USE dependencies.
35
36 30 Aug 2008; Brent Baude <ranger@g.o> audacity-1.3.5.ebuild:
37 stable ppc, bug 231497
38
39
40
41 1.1 media-sound/audacity/audacity-1.3.5-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: audacity-1.3.5-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild,v 1.1 2008/09/29 05:49:43 flameeyes Exp $
51
52 EAPI=2
53
54 inherit eutils wxwidgets autotools
55
56 IUSE="alsa flac id3tag jack ladspa libsamplerate mp3 soundtouch twolame vamp vorbis"
57
58 MY_P="${PN}-src-${PV}"
59 #MY_PA_P="pa_stable_v19_20071207"
60 DESCRIPTION="Free crossplatform audio editor"
61 HOMEPAGE="http://audacity.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
63 # http://www.portaudio.com/archives/${MY_PA_P}.tar.gz
64 # mirror://gentoo/${P}-portaudio-cvs-rev1.7.patch.bz2"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
69 RESTRICT="test"
70
71 COMMON_DEPEND="=x11-libs/wxGTK-2.8*
72 >=app-arch/zip-2.3
73 dev-libs/expat
74 >=media-libs/libsndfile-1.0.0
75 alsa? ( media-libs/alsa-lib )
76 jack? ( >=media-sound/jack-audio-connection-kit-0.103.0 )
77 soundtouch? ( >=media-libs/libsoundtouch-1.3.1 )
78 vorbis? ( >=media-libs/libvorbis-1.0 )
79 mp3? ( >=media-libs/libmad-0.14.2b )
80 id3tag? ( media-libs/libid3tag )
81 flac? ( >=media-libs/flac-1.2.0[cxx] )
82 libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
83 vamp? ( media-libs/vamp-plugin-sdk )
84 twolame? ( media-sound/twolame )"
85 RDEPEND="${COMMON_DEPEND}
86 mp3? ( >=media-sound/lame-3.70 )"
87 DEPEND="${COMMON_DEPEND}
88 dev-util/pkgconfig"
89
90 S="${WORKDIR}/${MY_P}-beta"
91
92 src_unpack() {
93 unpack ${A}
94
95 # einfo "Updating portaudio-v19 snapshot to ${MY_PA_P}"
96 # rm -r "${S}/lib-src/portaudio-v19" || die
97 # mv "${WORKDIR}/portaudio" "${S}/lib-src/portaudio-v19" || die
98
99 cd "${S}"
100
101 # cd lib-src/portaudio-v19
102 # epatch "${WORKDIR}/${P}-portaudio-cvs-rev1.7.patch"
103
104 # cd "${S}"
105 epatch "${FILESDIR}/${PN}-1.3.4-automagic.patch"
106 epatch "${FILESDIR}/${P}-cflags_with_non_standard_macros.patch"
107 epatch "${FILESDIR}/${P}-libtool22.patch"
108 epatch "${FILESDIR}/${P}-novorbis.patch"
109 eautoreconf
110 }
111
112 src_compile() {
113 WX_GTK_VER="2.8"
114 need-wxwidgets unicode
115
116 econf \
117 --with-libexpat=system \
118 --enable-unicode \
119 $(use_with ladspa) \
120 $(use_with vorbis libvorbis) \
121 $(use_with mp3 libmad) \
122 $(use_with id3tag libid3tag) \
123 $(use_with flac libflac) \
124 $(use_enable vamp) \
125 $(use_with twolame libtwolame) \
126 $(use_with soundtouch) \
127 $(use_with libsamplerate) \
128 $(use_with alsa) \
129 $(use_with jack)
130
131 emake || die
132 }
133
134 src_install() {
135 emake DESTDIR="${D}" install || die
136
137 # Remove bad doc install
138 rm -rf "${D}"/usr/share/doc
139
140 # Install our docs
141 dodoc README.txt
142 }