Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: metadata.xml ChangeLog audacity-2.0.1.ebuild
Date: Sat, 30 Jun 2012 04:07:56
Message-Id: 20120630040745.15FB52004B@flycatcher.gentoo.org
1 radhermit 12/06/30 04:07:45
2
3 Modified: metadata.xml ChangeLog
4 Added: audacity-2.0.1.ebuild
5 Log:
6 Version bump. Add sbsms use flag.
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 media-sound/audacity/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/metadata.xml?r1=1.6&r2=1.7
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/metadata.xml,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- metadata.xml 31 Mar 2012 17:03:00 -0000 1.6
24 +++ metadata.xml 30 Jun 2012 04:07:44 -0000 1.7
25 @@ -10,7 +10,8 @@
26 <use>
27 <flag name="id3tag">Enables ID3 tagging with id3tag library</flag>
28 <flag name="midi">Enables MIDI support</flag>
29 - <flag name="soundtouch">Enables soundtouch library support</flag>
30 + <flag name="sbsms">Enables sbsms library support for pitch and tempo changing</flag>
31 + <flag name="soundtouch">Enables soundtouch library support for pitch and tempo changing</flag>
32 <flag name="twolame">Enables twolame support (MPEG Audio Layer 2 encoder)</flag>
33 <flag name="vamp">Enables vamp plugins support (Audio analysing plugins)</flag>
34 </use>
35
36
37
38 1.176 media-sound/audacity/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.176&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.176&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.175&r2=1.176
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
47 retrieving revision 1.175
48 retrieving revision 1.176
49 diff -u -r1.175 -r1.176
50 --- ChangeLog 3 Jun 2012 14:01:04 -0000 1.175
51 +++ ChangeLog 30 Jun 2012 04:07:44 -0000 1.176
52 @@ -1,6 +1,12 @@
53 # ChangeLog for media-sound/audacity
54 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.175 2012/06/03 14:01:04 blueness Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.176 2012/06/30 04:07:44 radhermit Exp $
57 +
58 +*audacity-2.0.1 (30 Jun 2012)
59 +
60 + 30 Jun 2012; Tim Harder <radhermit@g.o> +audacity-2.0.1.ebuild,
61 + metadata.xml:
62 + Version bump. Add sbsms use flag.
63
64 03 Jun 2012; Anthony G. Basile <blueness@g.o> audacity-2.0.0.ebuild:
65 Keyword ~mips
66
67
68
69 1.1 media-sound/audacity/audacity-2.0.1.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.1.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.1.ebuild?rev=1.1&content-type=text/plain
73
74 Index: audacity-2.0.1.ebuild
75 ===================================================================
76 # Copyright 1999-2012 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.1.ebuild,v 1.1 2012/06/30 04:07:44 radhermit Exp $
79
80 EAPI=4
81
82 inherit eutils wxwidgets autotools versionator
83
84 MY_PV=$(replace_version_separator 3 -)
85 MY_P="${PN}-src-${MY_PV}"
86 MY_T="${PN}-minsrc-${MY_PV}"
87 DESCRIPTION="Free crossplatform audio editor"
88 HOMEPAGE="http://audacity.sourceforge.net/"
89 SRC_URI="http://${PN}.googlecode.com/files/${MY_T}.tar.bz2"
90
91 LICENSE="GPL-2"
92 SLOT="0"
93 KEYWORDS="~amd64 ~x86"
94 IUSE="alsa ffmpeg flac id3tag jack ladspa libsamplerate midi mp3 sbsms soundtouch twolame vamp vorbis"
95 RESTRICT="test"
96
97 COMMON_DEPEND="x11-libs/wxGTK:2.8[X]
98 >=app-arch/zip-2.3
99 >=media-libs/libsndfile-1.0.0
100 dev-libs/expat
101 libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
102 vorbis? ( >=media-libs/libvorbis-1.0 )
103 mp3? ( >=media-libs/libmad-0.14.2b )
104 flac? ( >=media-libs/flac-1.2.0[cxx] )
105 id3tag? ( media-libs/libid3tag )
106 sbsms? ( media-libs/libsbsms )
107 soundtouch? ( >=media-libs/libsoundtouch-1.3.1 )
108 vamp? ( >=media-libs/vamp-plugin-sdk-2.0 )
109 twolame? ( media-sound/twolame )
110 ffmpeg? ( virtual/ffmpeg )
111 alsa? ( media-libs/alsa-lib )
112 jack? ( >=media-sound/jack-audio-connection-kit-0.103.0 )"
113 # Crashes at startup here...
114 # lv2? ( >=media-libs/slv2-0.6.0 )
115 # Disabled upstream ATM
116 # ladspa? ( >=media-libs/liblrdf-0.4.0 )
117
118 RDEPEND="${COMMON_DEPEND}
119 mp3? ( >=media-sound/lame-3.70 )"
120 DEPEND="${COMMON_DEPEND}
121 virtual/pkgconfig"
122
123 REQUIRED_USE="soundtouch? ( midi )"
124
125 S=${WORKDIR}/${MY_P}
126
127 src_prepare() {
128 epatch "${FILESDIR}"/${PN}-1.3.13-automagic.patch
129 epatch "${FILESDIR}"/${PN}-1.3.14-typecast.patch
130
131 if ! use ffmpeg ; then
132 sed -i -e "s:^#define EXPERIMENTAL_OD_FFMPEG://\0:" src/Experimental.h || die
133 fi
134
135 AT_M4DIR="${S}/m4" eautoreconf
136 }
137
138 src_configure() {
139 WX_GTK_VER="2.8"
140 need-wxwidgets unicode
141
142 # * always use system libraries if possible
143 # * options listed in the order that configure --help lists them
144 # * if libsamplerate not requested, use libresample instead.
145 econf \
146 --enable-unicode \
147 --enable-nyquist \
148 $(use_enable ladspa) \
149 --with-libsndfile=system \
150 --with-expat=system \
151 $(use_with libsamplerate) \
152 $(use_with !libsamplerate libresample) \
153 $(use_with vorbis libvorbis) \
154 $(use_with mp3 libmad) \
155 $(use_with flac libflac) \
156 $(use_with id3tag libid3tag) \
157 $(use_with sbsms) \
158 $(use_with soundtouch) \
159 $(use_with vamp libvamp) \
160 $(use_with twolame libtwolame) \
161 $(use_with ffmpeg) \
162 $(use_with midi) \
163 $(use_with alsa) \
164 $(use_with jack)
165 }
166
167 # $(use_with lv2 slv2) \
168 # $(use_with ladspa liblrdf) \
169
170 src_install() {
171 emake DESTDIR="${D}" install
172
173 # Remove bad doc install
174 rm -rf "${D}"/usr/share/doc
175
176 # Install our docs
177 dodoc README.txt
178 }