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/horgand: ChangeLog horgand-1.14.ebuild
Date: Sat, 19 Apr 2008 15:24:40
Message-Id: E1JnEvd-0008Vy-6B@stork.gentoo.org
1 aballier 08/04/19 15:24:37
2
3 Modified: ChangeLog
4 Added: horgand-1.14.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.18 media-sound/horgand/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 13 Jan 2008 16:44:28 -0000 1.17
23 +++ ChangeLog 19 Apr 2008 15:24:36 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/horgand
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.17 2008/01/13 16:44:28 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.18 2008/04/19 15:24:36 aballier Exp $
29 +
30 +*horgand-1.14 (19 Apr 2008)
31 +
32 + 19 Apr 2008; Alexis Ballier <aballier@g.o> +horgand-1.14.ebuild:
33 + version bump
34
35 13 Jan 2008; Samuli Suominen <drac@g.o> horgand-1.11.ebuild:
36 Depend on alsa-utils for aconnect wrt #205648
37
38
39
40 1.1 media-sound/horgand/horgand-1.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: horgand-1.14.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.1 2008/04/19 15:24:36 aballier Exp $
50
51 inherit eutils toolchain-funcs
52
53 DESCRIPTION="Horgand is an opensource software organ."
54 HOMEPAGE="http://horgand.berlios.de"
55 SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=x11-libs/fltk-1.1.2
63 media-libs/libsndfile
64 media-libs/alsa-lib
65 media-sound/alsa-utils
66 media-sound/jack-audio-connection-kit"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_compile() {
71 econf
72 emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
73 $(pkg-config --cflags jack) $(pkg-config --cflags sndfile)" || die "emake failed."
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed."
78 dodoc AUTHORS ChangeLog NEWS README
79 doman man/${PN}.1
80 newicon src/${PN}128.xpm ${PN}.xpm
81 make_desktop_entry ${PN} Horgand ${PN}
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list