Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: ChangeLog wxsvg-1.0.2.ebuild
Date: Sun, 07 Feb 2010 09:51:27
Message-Id: E1Ne3nZ-0000Q6-5T@stork.gentoo.org
1 dirtyepic 10/02/07 09:51:25
2
3 Modified: ChangeLog
4 Added: wxsvg-1.0.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 media-libs/wxsvg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 21 Oct 2009 02:27:12 -0000 1.12
23 +++ ChangeLog 7 Feb 2010 09:51:24 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/wxsvg
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.12 2009/10/21 02:27:12 dirtyepic Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.13 2010/02/07 09:51:24 dirtyepic Exp $
30 +
31 +*wxsvg-1.0.2 (07 Feb 2010)
32 +
33 + 07 Feb 2010; Ryan Hill <dirtyepic@g.o>
34 + -files/wxsvg-1.0_beta7-freetype.patch, +wxsvg-1.0.2.ebuild:
35 + Version bump.
36
37 21 Oct 2009; Ryan Hill <dirtyepic@g.o> wxsvg-1.0.ebuild:
38 Fix EAPI 2 dependency.
39
40
41
42 1.1 media-libs/wxsvg/wxsvg-1.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wxsvg-1.0.2.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-libs/wxsvg/wxsvg-1.0.2.ebuild,v 1.1 2010/02/07 09:51:24 dirtyepic Exp $
52
53 EAPI=2
54 WX_GTK_VER="2.8"
55
56 inherit wxwidgets
57
58 MY_P=${P}_1
59
60 DESCRIPTION="C++ library to create, manipulate and render SVG files."
61 HOMEPAGE="http://wxsvg.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
63
64 LICENSE="wxWinLL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 IUSE=""
68
69 S=${WORKDIR}/${MY_P}
70
71 RDEPEND="x11-libs/wxGTK:2.8[X]
72 >=dev-libs/glib-2.12
73 >=dev-libs/libxml2-2.6.26
74 >=media-libs/fontconfig-2.4
75 >=media-libs/freetype-2.2.0
76 >=media-libs/libart_lgpl-2.3.17
77 >=media-video/ffmpeg-0.4.9_p20080326
78 >=x11-libs/pango-1.14.9"
79 DEPEND="${RDEPEND}
80 dev-util/pkgconfig"
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "emake install failed"
84 dodoc AUTHORS ChangeLog TODO
85 }