Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: wxsvg-1.4.2.ebuild ChangeLog
Date: Tue, 29 Jul 2014 16:35:21
Message-Id: 20140729163515.7021A2004E@flycatcher.gentoo.org
1 ssuominen 14/07/29 16:35:14
2
3 Modified: ChangeLog
4 Added: wxsvg-1.4.2.ebuild
5 Log:
6 Version bump. TODO: Possible switch wxGTK from 2.8 to 3.0 if media-video/dvdstyler is OK with such an change.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.46 media-libs/wxsvg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 23 Jan 2014 04:30:03 -0000 1.45
24 +++ ChangeLog 29 Jul 2014 16:35:14 -0000 1.46
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/wxsvg
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.45 2014/01/23 04:30:03 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.46 2014/07/29 16:35:14 ssuominen Exp $
30 +
31 +*wxsvg-1.4.2 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Samuli Suominen <ssuominen@g.o> +wxsvg-1.4.2.ebuild:
34 + Version bump. TODO: Possible switch wxGTK from 2.8 to 3.0 if media-
35 + video/dvdstyler is OK with such an change.
36
37 *wxsvg-1.2.1 (23 Jan 2014)
38
39
40
41
42 1.1 media-libs/wxsvg/wxsvg-1.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wxsvg-1.4.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.4.2.ebuild,v 1.1 2014/07/29 16:35:14 ssuominen Exp $
52
53 EAPI=5
54 WX_GTK_VER=2.8
55 inherit eutils wxwidgets
56
57 DESCRIPTION="C++ library to create, manipulate and render SVG files"
58 HOMEPAGE="http://wxsvg.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
60
61 LICENSE="wxWinLL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="static-libs"
65
66 RDEPEND=">=dev-libs/expat-2:=
67 >=dev-libs/glib-2.28:2=
68 dev-libs/libxml2:=
69 media-libs/fontconfig:=
70 media-libs/freetype:2=
71 x11-libs/cairo:=
72 x11-libs/pango:=
73 x11-libs/wxGTK:2.8=[X]
74 virtual/ffmpeg"
75 DEPEND="${RDEPEND}
76 virtual/pkgconfig"
77
78 DOCS=( AUTHORS ChangeLog TODO )
79
80 src_configure() {
81 econf \
82 $(use_enable static-libs static) \
83 --with-wx-config=${WX_CONFIG}
84 }
85
86 src_install() {
87 default
88 prune_libtool_files
89 }