summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/phasex')
-rw-r--r--media-sound/phasex/ChangeLog10
-rw-r--r--media-sound/phasex/phasex-0.11.1.ebuild19
-rw-r--r--media-sound/phasex/phasex-0.12.0_beta3.ebuild29
3 files changed, 37 insertions, 21 deletions
diff --git a/media-sound/phasex/ChangeLog b/media-sound/phasex/ChangeLog
index f8efa6d0658b..f631fe6f509e 100644
--- a/media-sound/phasex/ChangeLog
+++ b/media-sound/phasex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/phasex
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/ChangeLog,v 1.1 2007/10/16 16:02:35 eldad Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/ChangeLog,v 1.2 2009/08/05 12:39:54 ssuominen Exp $
+
+*phasex-0.12.0_beta3 (05 Aug 2009)
+
+ 05 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +phasex-0.12.0_beta3.ebuild:
+ Version bump.
*phasex-0.11.1 (16 Oct 2007)
diff --git a/media-sound/phasex/phasex-0.11.1.ebuild b/media-sound/phasex/phasex-0.11.1.ebuild
deleted file mode 100644
index 3083adfce2e9..000000000000
--- a/media-sound/phasex/phasex-0.11.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/phasex-0.11.1.ebuild,v 1.2 2007/10/17 07:53:48 mr_bones_ Exp $
-
-DESCRIPTION="Software synthesizer (Phase Harmonic Advanced Synthesis EXperiment)"
-HOMEPAGE="http://sysex.net/phasex/"
-SRC_URI="http://sysex.net/phasex/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="media-sound/jack-audio-connection-kit"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README TODO doc/ROADMAP
-}
diff --git a/media-sound/phasex/phasex-0.12.0_beta3.ebuild b/media-sound/phasex/phasex-0.12.0_beta3.ebuild
new file mode 100644
index 000000000000..7cbfb905b716
--- /dev/null
+++ b/media-sound/phasex/phasex-0.12.0_beta3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/phasex-0.12.0_beta3.ebuild,v 1.1 2009/08/05 12:39:54 ssuominen Exp $
+
+EAPI=2
+
+DESCRIPTION="Software synthesizer (Phase Harmonic Advanced Synthesis EXperiment)"
+HOMEPAGE="http://sysex.net/phasex/"
+SRC_URI="http://sysex.net/phasex/beta/${P/_}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ media-sound/jack-audio-connection-kit
+ media-libs/alsa-lib
+ media-libs/libsamplerate
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S=${WORKDIR}/${P/_beta3}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README TODO doc/ROADMAP
+}