public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: ChangeLog wxsvg-1.0.2-r1.ebuild
@ 2010-02-20  5:30 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-02-20  5:30 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/02/20 05:30:59

  Modified:             ChangeLog
  Added:                wxsvg-1.0.2-r1.ebuild
  Log:
  Add support for building against system expat. (bug #249625 by Diego)
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-libs/wxsvg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Feb 2010 09:51:24 -0000	1.13
+++ ChangeLog	20 Feb 2010 05:30:58 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/wxsvg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.13 2010/02/07 09:51:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.14 2010/02/20 05:30:58 dirtyepic Exp $
+
+*wxsvg-1.0.2-r1 (20 Feb 2010)
+
+  20 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> +wxsvg-1.0.2-r1.ebuild,
+  +files/wxsvg-1.0.2-external-expat.patch:
+  Add support for building against system expat. (bug #249625 by Diego)
 
 *wxsvg-1.0.2 (07 Feb 2010)
 



1.1                  media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: wxsvg-1.0.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v 1.1 2010/02/20 05:30:59 dirtyepic Exp $

EAPI=2
WX_GTK_VER="2.8"

inherit autotools eutils wxwidgets

MY_P=${P}_1

DESCRIPTION="C++ library to create, manipulate and render SVG files."
HOMEPAGE="http://wxsvg.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"

LICENSE="wxWinLL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

RDEPEND="x11-libs/wxGTK:2.8[X]
	>=dev-libs/expat-2.0.1-r3
	>=dev-libs/glib-2.12
	>=dev-libs/libxml2-2.6.26
	>=media-libs/fontconfig-2.4
	>=media-libs/freetype-2.2.0
	>=media-libs/libart_lgpl-2.3.17
	>=media-video/ffmpeg-0.4.9_p20080326
	>=x11-libs/pango-1.14.9"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-external-expat.patch
	eautoreconf
}

src_configure() {
	econf --with-sys-expat || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog TODO
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: ChangeLog wxsvg-1.0.2-r1.ebuild
@ 2010-07-04 22:15 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-04 22:15 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/04 22:15:29

  Modified:             ChangeLog wxsvg-1.0.2-r1.ebuild
  Log:
  Stable on amd64 wrt bug #326835
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-libs/wxsvg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 Jul 2010 08:43:58 -0000	1.15
+++ ChangeLog	4 Jul 2010 22:15:29 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/wxsvg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.15 2010/07/04 08:43:58 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.16 2010/07/04 22:15:29 hwoarang Exp $
+
+  04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> wxsvg-1.0.2-r1.ebuild:
+  Stable on amd64 wrt bug #326835
 
 *wxsvg-1.0.4 (04 Jul 2010)
 



1.2                  media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?r1=1.1&r2=1.2

Index: wxsvg-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxsvg-1.0.2-r1.ebuild	20 Feb 2010 05:30:59 -0000	1.1
+++ wxsvg-1.0.2-r1.ebuild	4 Jul 2010 22:15:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v 1.1 2010/02/20 05:30:59 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v 1.2 2010/07/04 22:15:29 hwoarang Exp $
 
 EAPI=2
 WX_GTK_VER="2.8"
@@ -15,7 +15,7 @@
 
 LICENSE="wxWinLL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: ChangeLog wxsvg-1.0.2-r1.ebuild
@ 2010-07-10 15:15 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-10 15:15 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/10 15:15:00

  Modified:             ChangeLog wxsvg-1.0.2-r1.ebuild
  Log:
  stable x86, bug 326835
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.17                 media-libs/wxsvg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Jul 2010 22:15:29 -0000	1.16
+++ ChangeLog	10 Jul 2010 15:15:00 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/wxsvg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.16 2010/07/04 22:15:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.17 2010/07/10 15:15:00 fauli Exp $
+
+  10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  wxsvg-1.0.2-r1.ebuild:
+  stable x86, bug 326835
 
   04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> wxsvg-1.0.2-r1.ebuild:
   Stable on amd64 wrt bug #326835



1.3                  media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild?r1=1.2&r2=1.3

Index: wxsvg-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxsvg-1.0.2-r1.ebuild	4 Jul 2010 22:15:29 -0000	1.2
+++ wxsvg-1.0.2-r1.ebuild	10 Jul 2010 15:15:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v 1.2 2010/07/04 22:15:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.0.2-r1.ebuild,v 1.3 2010/07/10 15:15:00 fauli Exp $
 
 EAPI=2
 WX_GTK_VER="2.8"
@@ -15,7 +15,7 @@
 
 LICENSE="wxWinLL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-10 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20  5:30 [gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: ChangeLog wxsvg-1.0.2-r1.ebuild Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-04 22:15 Markos Chandras (hwoarang)
2010-07-10 15:15 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox