* [gentoo-commits] gentoo-x86 commit in media-sound/mhwaveedit: ChangeLog mhwaveedit-1.4.15.ebuild
@ 2008-05-11 19:13 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-05-11 19:13 UTC (permalink / raw
To: gentoo-commits
aballier 08/05/11 19:13:39
Modified: ChangeLog
Added: mhwaveedit-1.4.15.ebuild
Log:
version bump
(Portage version: 2.1.5_rc10)
Revision Changes Path
1.34 media-sound/mhwaveedit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 29 Feb 2008 20:08:01 -0000 1.33
+++ ChangeLog 11 May 2008 19:13:39 -0000 1.34
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/mhwaveedit
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.33 2008/02/29 20:08:01 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.34 2008/05/11 19:13:39 aballier Exp $
+
+*mhwaveedit-1.4.15 (11 May 2008)
+
+ 11 May 2008; Alexis Ballier <aballier@gentoo.org>
+ +mhwaveedit-1.4.15.ebuild:
+ version bump
29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> mhwaveedit-1.4.14.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.
1.1 media-sound/mhwaveedit/mhwaveedit-1.4.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.15.ebuild?rev=1.1&content-type=text/plain
Index: mhwaveedit-1.4.15.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.15.ebuild,v 1.1 2008/05/11 19:13:39 aballier Exp $
inherit eutils
IUSE="alsa arts esd jack ladspa libsamplerate nls oss portaudio sdl sndfile sox"
DESCRIPTION="GTK2 Sound file editor (wav, and a few others.)"
HOMEPAGE="https://gna.org/projects/mhwaveedit/"
SRC_URI="http://download.gna.org/mhwaveedit/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND=">=x11-libs/gtk+-2
sndfile? ( >=media-libs/libsndfile-1.0.10 )
sdl? ( >=media-libs/libsdl-1.2.3 )
alsa? ( media-libs/alsa-lib )
portaudio? ( >=media-libs/portaudio-18 )
jack? ( >=media-sound/jack-audio-connection-kit-0.98.0 )
esd? ( >=media-sound/esound-0.2.0 )
libsamplerate? ( media-libs/libsamplerate )
ladspa? ( media-libs/ladspa-sdk )
sox? ( media-sound/sox )
arts? ( >=kde-base/arts-3.4.1 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf \
$(use_enable nls) \
$(use_with sndfile libsndfile) \
$(use_with libsamplerate) \
$(use_with portaudio) \
$(use_with sdl) \
$(use_with alsa alsalib) \
$(use_with oss) \
$(use_with jack) \
$(use_with esd esound) \
$(use_with arts) || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-11 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-11 19:13 [gentoo-commits] gentoo-x86 commit in media-sound/mhwaveedit: ChangeLog mhwaveedit-1.4.15.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox