Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r1.ebuild
Date: Thu, 04 Oct 2007 14:27:29
Message-Id: E1IdRWo-0005Zw-7w@stork.gentoo.org
1 drac 07/10/04 14:18:14
2
3 Modified: ChangeLog
4 Added: libvisual-0.4.0-r1.ebuild
5 Log:
6 Add USE flags nls, threads and debug wrt #194566 and matching deps for them. Use emake instead of make in src_install.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.28 media-libs/libvisual/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 7 Feb 2007 14:46:54 -0000 1.27
23 +++ ChangeLog 4 Oct 2007 14:18:13 -0000 1.28
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/libvisual
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.27 2007/02/07 14:46:54 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.28 2007/10/04 14:18:13 drac Exp $
29 +
30 +*libvisual-0.4.0-r1 (04 Oct 2007)
31 +
32 + 04 Oct 2007; Samuli Suominen <drac@g.o> +libvisual-0.4.0-r1.ebuild:
33 + Add USE flags nls, threads and debug wrt #194566 and matching deps for them.
34 + Use emake instead of make in src_install.
35
36 07 Feb 2007; Diego Pettenò <flameeyes@g.o> libvisual-0.2.0.ebuild:
37 Remove static useflag, thanks to Jakub Moc in bug #165766.
38
39
40
41 1.1 media-libs/libvisual/libvisual-0.4.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libvisual-0.4.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r1.ebuild,v 1.1 2007/10/04 14:18:13 drac Exp $
51
52 DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins."
53 HOMEPAGE="http://libvisual.sourceforge.net"
54 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0.4"
58 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE="debug nls threads"
60
61 RDEPEND="threads? ( >=dev-libs/glib-2 )"
62 DEPEND="${RDEPEND}
63 nls? ( sys-devel/gettext )
64 dev-util/pkgconfig"
65
66 src_compile() {
67 econf --enable-static --enable-shared \
68 $(use_enable nls) \
69 $(use_enable threads) \
70 $(use_enable debug)
71 emake || die "emake failed."
72 }
73
74 src_install() {
75 emake DESTDIR="${D}" install || die "emake install failed."
76 dodoc AUTHORS ChangeLog NEWS README TODO
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list