diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-08-14 09:11:51 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-08-14 09:11:51 +0000 |
commit | c0883ce9585a5e9afe9a1823bd56afea3b9d9987 (patch) | |
tree | 0375fd0b39f521b53fc40671f9b163dacc08adf1 /media-sound/kmidimon | |
parent | Also mask rox-extra/rox-rename for using obsolete ruby-gnome2 packages. (diff) | |
download | gentoo-2-c0883ce9585a5e9afe9a1823bd56afea3b9d9987.tar.gz gentoo-2-c0883ce9585a5e9afe9a1823bd56afea3b9d9987.tar.bz2 gentoo-2-c0883ce9585a5e9afe9a1823bd56afea3b9d9987.zip |
Version bump wrt bug #480486.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-sound/kmidimon')
-rw-r--r-- | media-sound/kmidimon/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/kmidimon/kmidimon-0.7.5.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/media-sound/kmidimon/ChangeLog b/media-sound/kmidimon/ChangeLog index 35b274553857..760e8d96f7a7 100644 --- a/media-sound/kmidimon/ChangeLog +++ b/media-sound/kmidimon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/kmidimon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/ChangeLog,v 1.8 2013/06/11 15:52:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/ChangeLog,v 1.9 2013/08/14 09:11:51 kensington Exp $ + +*kmidimon-0.7.5 (14 Aug 2013) + + 14 Aug 2013; Michael Palimaka <kensington@gentoo.org> +kmidimon-0.7.5.ebuild: + Version bump wrt bug #480486. 11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> kmidimon-0.7.4.ebuild: Stable for x86, wrt bug #472986 diff --git a/media-sound/kmidimon/kmidimon-0.7.5.ebuild b/media-sound/kmidimon/kmidimon-0.7.5.ebuild new file mode 100644 index 000000000000..cd5ec9a7190f --- /dev/null +++ b/media-sound/kmidimon/kmidimon-0.7.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.5.ebuild,v 1.1 2013/08/14 09:11:51 kensington Exp $ + +EAPI=5 +KDE_LINGUAS="cs es ja" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="A MIDI monitor for ALSA sequencer" +HOMEPAGE="http://kmetronome.sourceforge.net/kmidimon/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + media-libs/alsa-lib + >=media-sound/drumstick-0.5 +" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) + +src_configure() { + local mycmakeargs=( + -DSTATIC_DRUMSTICK=OFF + ) + + kde4-base_src_configure +} |