summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/podofo/ChangeLog7
-rw-r--r--app-text/podofo/podofo-0.9.2.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/app-text/podofo/ChangeLog b/app-text/podofo/ChangeLog
index 859c26926ad4..1a12be95981a 100644
--- a/app-text/podofo/ChangeLog
+++ b/app-text/podofo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/podofo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.43 2013/08/05 09:32:31 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.44 2014/03/11 10:06:48 polynomial-c Exp $
+
+ 11 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> podofo-0.9.2.ebuild:
+ Fixed compilation with >=freetype-2.5.1 (bug #493584).
05 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> podofo-0.9.2.ebuild:
Update the jpeg and openssl dependencies use correct SLOT.
diff --git a/app-text/podofo/podofo-0.9.2.ebuild b/app-text/podofo/podofo-0.9.2.ebuild
index a1da29994735..2ea6b1a512a3 100644
--- a/app-text/podofo/podofo-0.9.2.ebuild
+++ b/app-text/podofo/podofo-0.9.2.ebuild
@@ -1,13 +1,14 @@
-# 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/app-text/podofo/podofo-0.9.2.ebuild,v 1.10 2013/08/05 09:32:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.11 2014/03/11 10:06:48 polynomial-c Exp $
EAPI=5
inherit cmake-utils flag-o-matic multilib toolchain-funcs
DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
HOMEPAGE="http://sourceforge.net/projects/podofo/"
-SRC_URI="mirror://sourceforge/podofo/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/podofo/${P}.tar.gz
+ http://dev.gentoo.org/~polynomial-c/${PN}-0.9.2-freetype251.patch"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
@@ -31,6 +32,8 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog TODO"
src_prepare() {
+ epatch "${DISTDIR}"/${PN}-0.9.2-freetype251.patch
+
local x sed_args
sed -i \