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/mhwaveedit: ChangeLog mhwaveedit-1.4.14.ebuild
Date: Wed, 19 Dec 2007 10:43:23
Message-Id: E1J4wOS-0008Dt-Gv@stork.gentoo.org
1 aballier 07/12/19 10:43:16
2
3 Modified: ChangeLog
4 Added: mhwaveedit-1.4.14.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.26 media-sound/mhwaveedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 8 Oct 2007 17:36:21 -0000 1.25
23 +++ ChangeLog 19 Dec 2007 10:43:15 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/mhwaveedit
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.25 2007/10/08 17:36:21 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.26 2007/12/19 10:43:15 aballier Exp $
29 +
30 +*mhwaveedit-1.4.14 (19 Dec 2007)
31 +
32 + 19 Dec 2007; Alexis Ballier <aballier@g.o>
33 + +mhwaveedit-1.4.14.ebuild:
34 + version bump
35
36 *mhwaveedit-1.4.13 (08 Oct 2007)
37
38
39
40
41 1.1 media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mhwaveedit-1.4.14.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild,v 1.1 2007/12/19 10:43:15 aballier Exp $
51
52 inherit eutils
53
54 IUSE="alsa arts esd jack ladspa libsamplerate nls oss portaudio sdl sndfile sox"
55
56 DESCRIPTION="GTK2 Sound file editor (wav, and a few others.)"
57 HOMEPAGE="https://gna.org/projects/mhwaveedit/"
58 SRC_URI="http://download.gna.org/mhwaveedit/${P}.tar.bz2"
59
60 SLOT="0"
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63
64 DEPEND=">=x11-libs/gtk+-2
65 sndfile? ( >=media-libs/libsndfile-1.0.10 )
66 sdl? ( >=media-libs/libsdl-1.2.3 )
67 alsa? ( media-libs/alsa-lib )
68 portaudio? ( >=media-libs/portaudio-18 )
69 jack? ( >=media-sound/jack-audio-connection-kit-0.98.0 )
70 esd? ( >=media-sound/esound-0.2.0 )
71 libsamplerate? ( media-libs/libsamplerate )
72 ladspa? ( media-libs/ladspa-sdk )
73 sox? ( media-sound/sox )
74 arts? ( >=kde-base/arts-3.4.1 )"
75
76 src_compile() {
77 econf \
78 $(use_enable nls) \
79 $(use_with sndfile libsndfile) \
80 $(use_with libsamplerate) \
81 $(use_with portaudio) \
82 $(use_with sdl) \
83 $(use_with alsa alsalib) \
84 $(use_with oss) \
85 $(use_with jack) \
86 $(use_with esd esound) \
87 $(use_with arts) || die "econf failed"
88 emake || die "emake failed"
89 }
90
91 src_install() {
92 emake DESTDIR="${D}" install || die
93
94 dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO
95
96 newicon src/icon.xpm ${PN}.xpm
97 make_desktop_entry mhwaveedit mhWaveEdit ${PN}.xpm AudioVideo
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list