Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: audacity-2.0.5.ebuild ChangeLog
Date: Sat, 09 Nov 2013 13:38:16
Message-Id: 20131109133810.620192004B@flycatcher.gentoo.org
1 polynomial-c 13/11/09 13:38:10
2
3 Modified: ChangeLog
4 Added: audacity-2.0.5.ebuild
5 Log:
6 Version bump (bug #484896)
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.187 media-sound/audacity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.187&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.187&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.186&r2=1.187
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
20 retrieving revision 1.186
21 retrieving revision 1.187
22 diff -u -r1.186 -r1.187
23 --- ChangeLog 11 Jul 2013 19:25:22 -0000 1.186
24 +++ ChangeLog 9 Nov 2013 13:38:10 -0000 1.187
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/audacity
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.186 2013/07/11 19:25:22 vincent Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.187 2013/11/09 13:38:10 polynomial-c Exp $
30 +
31 +*audacity-2.0.5 (09 Nov 2013)
32 +
33 + 09 Nov 2013; Lars Wendler <polynomial-c@g.o> +audacity-2.0.5.ebuild:
34 + Non-maintainer commit: version bump (bug #484896).
35
36 11 Jul 2013; Vicente Olivert Riera <vincent@g.o> audacity-2.0.3.ebuild:
37 ppc, ppc64 keywords added, bug 457140
38
39
40
41 1.1 media-sound/audacity/audacity-2.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: audacity-2.0.5.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v 1.1 2013/11/09 13:38:10 polynomial-c Exp $
51
52 EAPI=5
53
54 inherit eutils wxwidgets autotools versionator
55
56 MY_PV=$(replace_version_separator 3 -)
57 MY_P="${PN}-src-${MY_PV}"
58 MY_T="${PN}-minsrc-${MY_PV}"
59 DESCRIPTION="Free crossplatform audio editor"
60 HOMEPAGE="http://audacity.sourceforge.net/"
61 SRC_URI="http://audacity.googlecode.com/files/${MY_T}.tar.xz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
66 IUSE="alsa ffmpeg flac id3tag jack ladspa libsamplerate +libsoxr midi mp3 sbsms soundtouch twolame vamp vorbis"
67 RESTRICT="test"
68
69 COMMON_DEPEND="x11-libs/wxGTK:2.8[X]
70 >=app-arch/zip-2.3
71 >=media-libs/libsndfile-1.0.0
72 dev-libs/expat
73 libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
74 libsoxr? ( media-libs/soxr )
75 vorbis? ( >=media-libs/libvorbis-1.0 )
76 mp3? ( >=media-libs/libmad-0.14.2b )
77 flac? ( >=media-libs/flac-1.2.0[cxx] )
78 id3tag? ( media-libs/libid3tag )
79 sbsms? ( media-libs/libsbsms )
80 soundtouch? ( >=media-libs/libsoundtouch-1.3.1 )
81 vamp? ( >=media-libs/vamp-plugin-sdk-2.0 )
82 twolame? ( media-sound/twolame )
83 ffmpeg? ( virtual/ffmpeg )
84 alsa? ( media-libs/alsa-lib )
85 jack? ( >=media-sound/jack-audio-connection-kit-0.103.0 )"
86 # Crashes at startup here...
87 # lv2? ( >=media-libs/slv2-0.6.0 )
88 # Disabled upstream ATM
89 # ladspa? ( >=media-libs/liblrdf-0.4.0 )
90
91 RDEPEND="${COMMON_DEPEND}
92 mp3? ( >=media-sound/lame-3.70 )"
93 DEPEND="${COMMON_DEPEND}
94 app-arch/xz-utils
95 virtual/pkgconfig"
96
97 REQUIRED_USE="soundtouch? ( midi )"
98
99 S=${WORKDIR}/${MY_P}
100
101 src_prepare() {
102 epatch "${FILESDIR}"/${PN}-1.3.13-automagic.patch
103
104 AT_M4DIR="${S}/m4" eautoreconf
105 }
106
107 src_configure() {
108 WX_GTK_VER="2.8"
109 need-wxwidgets unicode
110
111 # * always use system libraries if possible
112 # * options listed in the order that configure --help lists them
113 # * if libsamplerate not requested, use libresample instead.
114 econf \
115 --enable-unicode \
116 --enable-nyquist \
117 --disable-dynamic-loading \
118 $(use_enable ladspa) \
119 --with-libsndfile=system \
120 --with-expat=system \
121 $(use_with libsamplerate) \
122 $(use_with !libsamplerate libresample) \
123 $(use_with libsoxr) \
124 $(use_with vorbis libvorbis) \
125 $(use_with mp3 libmad) \
126 $(use_with flac libflac) \
127 $(use_with id3tag libid3tag) \
128 $(use_with sbsms) \
129 $(use_with soundtouch) \
130 $(use_with vamp libvamp) \
131 $(use_with twolame libtwolame) \
132 $(use_with ffmpeg) \
133 $(use_with midi) \
134 $(use_with alsa) \
135 $(use_with jack)
136 }
137
138 # $(use_with lv2 slv2) \
139 # $(use_with ladspa liblrdf) \
140
141 src_install() {
142 emake DESTDIR="${D}" install
143
144 # Remove bad doc install
145 rm -rf "${D}"/usr/share/doc
146
147 # Install our docs
148 dodoc README.txt
149 }