diff options
Diffstat (limited to 'media-sound/jackmaster/jackmaster-0.0.2.ebuild')
-rw-r--r-- | media-sound/jackmaster/jackmaster-0.0.2.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/media-sound/jackmaster/jackmaster-0.0.2.ebuild b/media-sound/jackmaster/jackmaster-0.0.2.ebuild index 1ff801c..881bfa5 100644 --- a/media-sound/jackmaster/jackmaster-0.0.2.ebuild +++ b/media-sound/jackmaster/jackmaster-0.0.2.ebuild @@ -1,25 +1,21 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 inherit eutils autotools savedconfig -IUSE="alsa lash" -RESTRICT="mirror" - DESCRIPTION="JACK audio mixer using GTK2 interface and made in C." HOMEPAGE="http://69b.org/cms/software/jackmaster" SRC_URI="http://69b.org/web69/dl/dev_${P}.cpio.7z" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="alsa lash" -# Not sure about the required swig version, report if 1.3.25 doesn't work RDEPEND=">=media-sound/jack-audio-connection-kit-0.80.0 ->=x11-libs/gtk+-2.4.0 +>=x11-libs/gtk+-2.4.0 x11-libs/gtk+:2 alsa? ( >=media-libs/alsa-lib-0.9.0 ) lash? ( >=media-sound/lash-0.5.0 ) " @@ -32,6 +28,7 @@ app-arch/p7zip src_unpack() { unpack ${A} cpio -i -I "${WORKDIR}/dev_${P}.cpio" + chmod 700 "${S}" } src_prepare() { @@ -44,6 +41,7 @@ src_configure() { econf \ $(use_enable alsa ) \ $(use_enable lash ) + mkdir "${S}/src/.deps" } src_install() { |