diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-04-26 18:31:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-04-26 18:31:46 +0000 |
commit | 73b6ceb2abce6ac47e8fc731be993cf113f74347 (patch) | |
tree | 86406de3d4eab17c93410207b016e40fad7023f1 /media-sound/timemachine | |
parent | Use gnome2-utils.eclass to update the cache instead of calling gtk-update-ico... (diff) | |
download | gentoo-2-73b6ceb2abce6ac47e8fc731be993cf113f74347.tar.gz gentoo-2-73b6ceb2abce6ac47e8fc731be993cf113f74347.tar.bz2 gentoo-2-73b6ceb2abce6ac47e8fc731be993cf113f74347.zip |
version bump
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/timemachine')
-rw-r--r-- | media-sound/timemachine/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/timemachine/timemachine-0.3.3.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/media-sound/timemachine/ChangeLog b/media-sound/timemachine/ChangeLog index 8e4572e6fb9a..5cfd6c396b61 100644 --- a/media-sound/timemachine/ChangeLog +++ b/media-sound/timemachine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/timemachine -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.17 2009/07/16 09:01:02 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.18 2011/04/26 18:31:46 aballier Exp $ + +*timemachine-0.3.3 (26 Apr 2011) + + 26 Apr 2011; Alexis Ballier <aballier@gentoo.org> +timemachine-0.3.3.ebuild: + version bump 16 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> timemachine-0.3.1.ebuild: diff --git a/media-sound/timemachine/timemachine-0.3.3.ebuild b/media-sound/timemachine/timemachine-0.3.3.ebuild new file mode 100644 index 000000000000..dd42f782bc41 --- /dev/null +++ b/media-sound/timemachine/timemachine-0.3.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.3.ebuild,v 1.1 2011/04/26 18:31:46 aballier Exp $ + +EAPI=2 + +DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed." +HOMEPAGE="http://plugin.org.uk/timemachine/" +SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="lash" + +RDEPEND=">=media-sound/jack-audio-connection-kit-0.80 + x11-libs/gtk+:2 + >=media-libs/libsndfile-1.0.5 + media-libs/liblo + lash? ( >=media-sound/lash-0.5 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_configure() { + econf \ + $(use_enable lash) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc ChangeLog +} |