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/qsampler: ChangeLog qsampler-0.2.1.ebuild
Date: Sat, 12 Jan 2008 10:49:21
Message-Id: E1JDdvT-0005bK-6G@stork.gentoo.org
1 aballier 08/01/12 10:49:19
2
3 Modified: ChangeLog
4 Added: qsampler-0.2.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.12 media-sound/qsampler/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qsampler/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qsampler/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qsampler/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 19 Aug 2007 19:16:55 -0000 1.11
23 +++ ChangeLog 12 Jan 2008 10:49:18 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/qsampler
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.11 2007/08/19 19:16:55 drac Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.12 2008/01/12 10:49:18 aballier Exp $
30 +
31 +*qsampler-0.2.1 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Alexis Ballier <aballier@g.o> +qsampler-0.2.1.ebuild:
34 + version bump
35
36 *qsampler-0.1.3 (19 Aug 2007)
37
38
39
40
41 1.1 media-sound/qsampler/qsampler-0.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qsampler/qsampler-0.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qsampler/qsampler-0.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qsampler-0.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.2.1.ebuild,v 1.1 2008/01/12 10:49:18 aballier Exp $
51
52 EAPI="1"
53
54 inherit qt4
55
56 DESCRIPTION="QSampler is a graphical frontend to the LinuxSampler engine."
57 HOMEPAGE="http://www.linuxsampler.org"
58 SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug +libgig"
64
65 RDEPEND="$(qt4_min_version 4.1)
66 >=media-libs/liblscp-0.5.5
67 libgig? ( >=media-libs/libgig-3.2.1 )
68 >=media-sound/linuxsampler-0.5
69 media-libs/alsa-lib"
70 DEPEND="${RDEPEND}"
71
72 src_compile() {
73 econf $(use_enable debug) \
74 $(use_enable libgig)
75 emake || die "emake failed."
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed."
80 dodoc AUTHORS ChangeLog README TODO
81 doman debian/${PN}.1
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list