Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vmpk: metadata.xml ChangeLog vmpk-0.2.5.ebuild
Date: Fri, 26 Jun 2009 16:13:51
Message-Id: E1MKE3h-0007ux-Av@stork.gentoo.org
1 aballier 09/06/26 16:13:49
2
3 Added: metadata.xml ChangeLog vmpk-0.2.5.ebuild
4 Log:
5 Initial import, ebuild by me
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/vmpk/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>proaudio</herd>
20 <longdescription lang="en">
21 Virtual MIDI Piano Keyboard is a MIDI event generator and receiver. It
22 doesn't produce any sound by itself, but can be used to drive a MIDI
23 synthesizer (either hardware or software, internal or external). You can use
24 the computer's keyboard to play MIDI notes, and also the mouse. You can use
25 the Virtual MIDI Piano Keyboard to display the played MIDI notes from
26 another instrument or MIDI file player. To do so, connect the other MIDI
27 port to the input port of VMPK.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 media-sound/vmpk/ChangeLog
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for media-sound/vmpk
41 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.1 2009/06/26 16:13:49 aballier Exp $
43
44 *vmpk-0.2.5 (26 Jun 2009)
45
46 26 Jun 2009; Alexis Ballier <aballier@g.o> +vmpk-0.2.5.ebuild,
47 +metadata.xml:
48 Initial import, ebuild by me
49
50
51
52
53 1.1 media-sound/vmpk/vmpk-0.2.5.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/vmpk-0.2.5.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/vmpk-0.2.5.ebuild?rev=1.1&content-type=text/plain
57
58 Index: vmpk-0.2.5.ebuild
59 ===================================================================
60 # Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.2.5.ebuild,v 1.1 2009/06/26 16:13:49 aballier Exp $
63
64 inherit cmake-utils eutils
65
66 DESCRIPTION="Virtual MIDI Piano Keyboard"
67 HOMEPAGE="http://vmpk.sourceforge.net/"
68 SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"
69
70 LICENSE="GPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64"
73 IUSE=""
74
75 RDEPEND="x11-libs/qt-core
76 x11-libs/qt-gui
77 media-libs/alsa-lib"
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig"
80
81 DOCS="AUTHORS ChangeLog NEWS README TODO"
82
83
84 src_install() {
85 cmake-utils_src_install
86 rm -rf "${D}/usr/share/doc/packages"
87 }