dilfridge 14/05/24 00:07:16
Modified: inkscape-0.48.4-r1.ebuild inkscape-0.48.4.ebuild
ChangeLog
Log:
Fix build with poppler-0.26, bug 509280
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EBE6A336BE19039C!)
Revision Changes Path
1.11 media-gfx/inkscape/inkscape-0.48.4-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild?r1=1.10&r2=1.11
Index: inkscape-0.48.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- inkscape-0.48.4-r1.ebuild 5 Mar 2014 11:26:30 -0000 1.10
+++ inkscape-0.48.4-r1.ebuild 24 May 2014 00:07:15 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild,v 1.10
2014/03/05 11:26:30 nimiux Exp $
+# $Header:
/var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild,v 1.11
2014/05/24 00:07:15 dilfridge Exp $
EAPI=5
@@ -86,7 +86,8 @@
"${FILESDIR}"/${PN}-0.48.4-automake-1.13.patch \
"${FILESDIR}"/${P}-gc74-configure.patch \
"${FILESDIR}"/${P}-gc74.patch \
- "${DISTDIR}"/${P}-freetype251.patch
+ "${DISTDIR}"/${P}-freetype251.patch \
+ "${FILESDIR}"/${P}-poppler26.patch
sed -i \
-e "s#@EPYTHON@#${EPYTHON}#" \
1.9 media-gfx/inkscape/inkscape-0.48.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4.ebuild?r1=1.8&r2=1.9
Index: inkscape-0.48.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- inkscape-0.48.4.ebuild 22 Sep 2013 10:30:03 -0000 1.8
+++ inkscape-0.48.4.ebuild 24 May 2014 00:07:15 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4.ebuild,v
1.8 2013/09/22 10:30:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4.ebuild,v
1.9 2014/05/24 00:07:15 dilfridge Exp $
EAPI=5
@@ -79,7 +79,8 @@
"${FILESDIR}"/${PN}-0.48.2-libwpg.patch \
"${FILESDIR}"/${PN}-0.48.3.1-desktop.patch \
"${FILESDIR}"/${P}-python2.patch \
- "${FILESDIR}"/${PN}-0.48.4-fix-member-decl.patch
+ "${FILESDIR}"/${PN}-0.48.4-fix-member-decl.patch \
+ "${FILESDIR}"/${P}-poppler26.patch
eautoreconf
1.206 media-gfx/inkscape/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.206&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.206&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.205&r2=1.206
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog 5 Mar 2014 11:26:30 -0000 1.205
+++ ChangeLog 24 May 2014 00:07:16 -0000 1.206
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.205
2014/03/05 11:26:30 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.206
2014/05/24 00:07:16 dilfridge Exp $
+
+ 24 May 2014; Andreas K. Huettel <[email protected]>
+ inkscape-0.48.4.ebuild, inkscape-0.48.4-r1.ebuild,
+ +files/inkscape-0.48.4-poppler26.patch:
+ Fix build with poppler-0.26, bug 509280
05 Mar 2014; Chema Alonso <[email protected]> inkscape-0.48.4-r1.ebuild:
Stable for amd64 wrt bug #492244