public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/vmpk: ChangeLog vmpk-0.5.0.ebuild
@ 2012-08-02 12:46 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-08-02 12:46 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/02 12:46:41

  Modified:             ChangeLog
  Added:                vmpk-0.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-sound/vmpk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	31 Jul 2012 16:17:30 -0000	1.13
+++ ChangeLog	2 Aug 2012 12:46:41 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/vmpk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.13 2012/07/31 16:17:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.14 2012/08/02 12:46:41 aballier Exp $
+
+*vmpk-0.5.0 (02 Aug 2012)
+
+  02 Aug 2012; Alexis Ballier <aballier@gentoo.org> +vmpk-0.5.0.ebuild:
+  version bump
 
   31 Jul 2012; Michael Palimaka <kensington@gentoo.org> vmpk-0.3.1.ebuild,
   vmpk-0.3.2.ebuild, vmpk-0.3.3.ebuild, vmpk-0.4.0.ebuild:



1.1                  media-sound/vmpk/vmpk-0.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.5.0.ebuild?rev=1.1&content-type=text/plain

Index: vmpk-0.5.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.5.0.ebuild,v 1.1 2012/08/02 12:46:41 aballier Exp $

EAPI=4

inherit cmake-utils eutils

DESCRIPTION="Virtual MIDI Piano Keyboard"
HOMEPAGE="http://vmpk.sourceforge.net/"
SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa dbus jack"

RDEPEND=">=x11-libs/qt-core-4.8:4
	>=x11-libs/qt-gui-4.8:4
	>=x11-libs/qt-svg-4.8:4
	alsa? ( media-libs/alsa-lib )
	dbus? ( >=x11-libs/qt-dbus-4.8:4 )
	jack? ( media-sound/jack-audio-connection-kit )"
DEPEND="${RDEPEND}
	app-text/docbook-xsl-stylesheets
	virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog NEWS README TODO )

src_configure() {
	local mycmakeargs=(
		"$(cmake-utils_use_enable alsa ALSA)"
		"$(cmake-utils_use_enable dbus DBUS)"
		"$(cmake-utils_use_enable jack JACK)"
		)
	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install
	rm -rf "${D}/usr/share/doc/packages"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-02 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 12:46 [gentoo-commits] gentoo-x86 commit in media-sound/vmpk: ChangeLog vmpk-0.5.0.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox