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-plugins/xsynth-dssi: xsynth-dssi-0.9.4.ebuild ChangeLog
Date: Fri, 01 Oct 2010 00:25:28
Message-Id: 20101001002521.B93F820051@flycatcher.gentoo.org
1 aballier 10/10/01 00:25:21
2
3 Modified: ChangeLog
4 Added: xsynth-dssi-0.9.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-plugins/xsynth-dssi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 24 Feb 2010 16:47:43 -0000 1.2
24 +++ ChangeLog 1 Oct 2010 00:25:21 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/xsynth-dssi
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog,v 1.2 2010/02/24 16:47:43 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/ChangeLog,v 1.3 2010/10/01 00:25:21 aballier Exp $
30 +
31 +*xsynth-dssi-0.9.4 (01 Oct 2010)
32 +
33 + 01 Oct 2010; Alexis Ballier <aballier@g.o>
34 + +xsynth-dssi-0.9.4.ebuild:
35 + version bump
36
37 24 Feb 2010; Markos Chandras <hwoarang@g.o>
38 xsynth-dssi-0.9.2.ebuild:
39
40
41
42 1.1 media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xsynth-dssi-0.9.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild,v 1.1 2010/10/01 00:25:21 aballier Exp $
52
53 DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface"
54 HOMEPAGE="http://dssi.sourceforge.net/download.html#Xsynth-DSSI"
55 SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64"
60 IUSE=""
61
62 RDEPEND="=x11-libs/gtk+-2*
63 media-libs/alsa-lib
64 >=media-libs/dssi-0.9
65 >=media-libs/liblo-0.12"
66 DEPEND="${RDEPEND}
67 media-libs/ladspa-sdk
68 dev-util/pkgconfig"
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "make install failed"
72 dodoc AUTHORS ChangeLog README TODO
73 }