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.1.6.ebuild wxsvg-1.1.2.ebuild
Date: Mon, 20 Feb 2012 08:27:25
Message-Id: 20120220082715.033A42004B@flycatcher.gentoo.org
1 dirtyepic 12/02/20 08:27:14
2
3 Modified: ChangeLog
4 Added: wxsvg-1.1.6.ebuild
5 Removed: wxsvg-1.1.2.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.30 media-libs/wxsvg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.30&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.30&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.29&r2=1.30
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
21 retrieving revision 1.29
22 retrieving revision 1.30
23 diff -u -r1.29 -r1.30
24 --- ChangeLog 22 Dec 2011 21:08:44 -0000 1.29
25 +++ ChangeLog 20 Feb 2012 08:27:14 -0000 1.30
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/wxsvg
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.29 2011/12/22 21:08:44 ssuominen Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.30 2012/02/20 08:27:14 dirtyepic Exp $
32 +
33 +*wxsvg-1.1.6 (20 Feb 2012)
34 +
35 + 20 Feb 2012; Ryan Hill <dirtyepic@g.o> -wxsvg-1.1.2.ebuild,
36 + +wxsvg-1.1.6.ebuild:
37 + Version bump.
38
39 *wxsvg-1.1.5 (22 Dec 2011)
40
41
42
43
44 1.1 media-libs/wxsvg/wxsvg-1.1.6.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.1.6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.1.6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wxsvg-1.1.6.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.1.6.ebuild,v 1.1 2012/02/20 08:27:14 dirtyepic Exp $
54
55 EAPI=4
56 WX_GTK_VER=2.8
57 inherit eutils wxwidgets
58
59 DESCRIPTION="C++ library to create, manipulate and render SVG files"
60 HOMEPAGE="http://wxsvg.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
62
63 LICENSE="wxWinLL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="static-libs"
67
68 RDEPEND=">=dev-libs/expat-2.0.1-r3
69 >=dev-libs/glib-2.12
70 >=dev-libs/libxml2-2.6.26
71 >=media-libs/fontconfig-2.4
72 >=media-libs/freetype-2.2.0
73 x11-libs/cairo
74 >=x11-libs/pango-1.14.9
75 x11-libs/wxGTK:2.8[X]
76 virtual/ffmpeg"
77 DEPEND="${RDEPEND}
78 dev-util/pkgconfig"
79
80 DOCS=( AUTHORS ChangeLog TODO )
81
82 src_prepare() {
83 epatch "${FILESDIR}"/${PN}-1.1.2-libav.patch
84 }
85
86 src_configure() {
87 econf \
88 $(use_enable static-libs static) \
89 --with-wx-config=${WX_CONFIG}
90 }
91
92 src_install() {
93 default
94 rm -f "${ED}"usr/lib*/lib${PN}.la
95 }