public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler (polynomial-c)" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.4-r1.ebuild
Date: Tue, 10 Dec 2013 09:58:33 +0000 (UTC)	[thread overview]
Message-ID: <20131210095833.31BDF2004B@flycatcher.gentoo.org> (raw)

polynomial-c    13/12/10 09:58:33

  Modified:             ChangeLog inkscape-0.48.4-r1.ebuild
  Log:
  Fixed compilation with >=media-libs/freetype-2.5.1 (bug #493478)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.201                media-gfx/inkscape/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.200&r2=1.201

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog	22 Sep 2013 10:30:03 -0000	1.200
+++ ChangeLog	10 Dec 2013 09:58:32 -0000	1.201
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/inkscape
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.200 2013/09/22 10:30:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.201 2013/12/10 09:58:32 polynomial-c Exp $
+
+  10 Dec 2013; Lars Wendler <polynomial-c@gentoo.org>
+  inkscape-0.48.4-r1.ebuild:
+  Fixed compilation with >=media-libs/freetype-2.5.1 (bug #493478).
 
   22 Sep 2013; Andreas K. Huettel <dilfridge@gentoo.org>
   inkscape-0.48.4.ebuild, inkscape-0.48.4-r1.ebuild:



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild?r1=1.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- inkscape-0.48.4-r1.ebuild	22 Sep 2013 10:30:03 -0000	1.5
+++ inkscape-0.48.4-r1.ebuild	10 Dec 2013 09:58:32 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.5 2013/09/22 10:30:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild,v 1.6 2013/12/10 09:58:32 polynomial-c Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,8 @@
 
 DESCRIPTION="A SVG based generic vector-drawing program"
 HOMEPAGE="http://www.inkscape.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2
+	https://launchpadlibrarian.net/157792073/1255830-fix-freetype-includes-backport-0.48.x-v1.diff -> ${P}-freetype251.patch"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
@@ -78,7 +79,8 @@
 		"${FILESDIR}"/${PN}-0.48.3.1-desktop.patch \
 		"${FILESDIR}"/${PN}-0.48.4-epython.patch \
 		"${FILESDIR}"/${PN}-0.48.4-fix-member-decl.patch \
-		"${FILESDIR}"/${PN}-0.48.4-automake-1.13.patch
+		"${FILESDIR}"/${PN}-0.48.4-automake-1.13.patch \
+		"${DISTDIR}"/${P}-freetype251.patch
 
 	sed -i \
 		-e "s#@EPYTHON@#${EPYTHON}#" \





             reply	other threads:[~2013-12-10  9:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-10  9:58 Lars Wendler (polynomial-c) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-14 10:09 [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.4-r1.ebuild PaweA Hajdan (phajdan.jr)
2014-03-05 11:26 JosA MarAa Alonso (nimiux)
2014-01-08 11:54 Justin Lecher (jlec)
2013-12-26 14:46 Markus Meier (maekke)
2013-05-30  7:26 Tim Harder (radhermit)
2013-05-03 22:30 Tim Harder (radhermit)
2013-05-01 13:33 Julian Ospald (hasufell)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131210095833.31BDF2004B@flycatcher.gentoo.org \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox