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/mhwaveedit: ChangeLog mhwaveedit-1.4.23.ebuild
Date: Tue, 27 Aug 2013 06:02:22
Message-Id: 20130827060219.3345D2004C@flycatcher.gentoo.org
1 radhermit 13/08/27 06:02:18
2
3 Modified: ChangeLog
4 Added: mhwaveedit-1.4.23.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.55 media-sound/mhwaveedit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mhwaveedit/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mhwaveedit/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mhwaveedit/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 17 Oct 2012 03:23:08 -0000 1.54
24 +++ ChangeLog 27 Aug 2013 06:02:18 -0000 1.55
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/mhwaveedit
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.54 2012/10/17 03:23:08 phajdan.jr Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.55 2013/08/27 06:02:18 radhermit Exp $
31 +
32 +*mhwaveedit-1.4.23 (27 Aug 2013)
33 +
34 + 27 Aug 2013; Tim Harder <radhermit@g.o> +mhwaveedit-1.4.23.ebuild:
35 + Version bump.
36
37 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@g.o>
38 mhwaveedit-1.4.22.ebuild:
39
40
41
42 1.1 media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mhwaveedit-1.4.23.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild,v 1.1 2013/08/27 06:02:18 radhermit Exp $
52
53 EAPI=5
54
55 DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
56 HOMEPAGE="https://gna.org/projects/mhwaveedit"
57 SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox"
63
64 RDEPEND="x11-libs/gtk+:2
65 x11-libs/pango
66 sndfile? ( >=media-libs/libsndfile-1.0.10 )
67 sdl? ( >=media-libs/libsdl-1.2.3 )
68 alsa? ( media-libs/alsa-lib )
69 jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
70 libsamplerate? ( media-libs/libsamplerate )
71 ladspa? ( media-libs/ladspa-sdk )
72 pulseaudio? ( >=media-sound/pulseaudio-0.9.10 )
73 sox? ( media-sound/sox )"
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig"
76
77 DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
78
79 src_configure() {
80 econf \
81 --without-arts \
82 --without-portaudio \
83 $(use_enable nls) \
84 $(use_with sndfile libsndfile) \
85 $(use_with libsamplerate) \
86 $(use_with sdl) \
87 $(use_with alsa alsalib) \
88 $(use_with oss) \
89 $(use_with jack) \
90 $(use_with pulseaudio pulse) \
91 --without-esound
92 }