diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-12 08:41:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-12 08:41:28 +0000 |
commit | 428716792e4bec73fcc1b11045738d79c69634f4 (patch) | |
tree | d8c66954a38a7539a2b758ee6c012cc9dcdbb59b /media-sound/glmix | |
parent | Version bump #358473 by BT. (diff) | |
download | gentoo-2-428716792e4bec73fcc1b11045738d79c69634f4.tar.gz gentoo-2-428716792e4bec73fcc1b11045738d79c69634f4.tar.bz2 gentoo-2-428716792e4bec73fcc1b11045738d79c69634f4.zip |
Remove old. Update to EAPI 2 and add slot dep for gtk+.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/glmix')
-rw-r--r-- | media-sound/glmix/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/glmix/glmix-0.1.ebuild | 31 | ||||
-rw-r--r-- | media-sound/glmix/glmix-0.3.ebuild | 10 |
3 files changed, 12 insertions, 37 deletions
diff --git a/media-sound/glmix/ChangeLog b/media-sound/glmix/ChangeLog index d383c7150d89..0f4edb2fd1a7 100644 --- a/media-sound/glmix/ChangeLog +++ b/media-sound/glmix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/glmix -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.10 2009/06/25 17:46:57 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.11 2011/03/12 08:41:28 radhermit Exp $ + + 12 Mar 2011; Tim Harder <radhermit@gentoo.org> -glmix-0.1.ebuild, + glmix-0.3.ebuild: + Remove old. Update to EAPI 2 and add slot dep for gtk+. 25 Jun 2009; Raúl Porcel <armin76@gentoo.org> glmix-0.3.ebuild: sparc stable wrt #272806 diff --git a/media-sound/glmix/glmix-0.1.ebuild b/media-sound/glmix/glmix-0.1.ebuild deleted file mode 100644 index ff787b296dbd..000000000000 --- a/media-sound/glmix/glmix-0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.6 2006/02/16 08:49:43 flameeyes Exp $ - -IUSE="" - -DESCRIPTION="A 3D widget for mixing up to eight JACK audio streams down to stereo" -HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/" -SRC_URI="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~ppc sparc" - -S="${WORKDIR}/glmix" - -RDEPEND="media-sound/jack-audio-connection-kit - >=x11-libs/gtkglext-1.0.0 - >=x11-libs/gtk+-2.0.0" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dobin glmix || die "dobin failed" - dodoc README TODO -} diff --git a/media-sound/glmix/glmix-0.3.ebuild b/media-sound/glmix/glmix-0.3.ebuild index 3db949e2e1cd..a6bea3a2c30a 100644 --- a/media-sound/glmix/glmix-0.3.ebuild +++ b/media-sound/glmix/glmix-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.3.ebuild,v 1.3 2009/06/25 17:46:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.3.ebuild,v 1.4 2011/03/12 08:41:28 radhermit Exp $ + +EAPI=2 inherit eutils toolchain-funcs @@ -14,8 +16,8 @@ KEYWORDS="amd64 ~ppc sparc x86" IUSE="" RDEPEND="media-sound/jack-audio-connection-kit - >=x11-libs/gtkglext-1 - >=x11-libs/gtk+-2" + >=x11-libs/gtkglext-1 + x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |