polynomial-c    14/03/11 10:06:48

  Modified:             podofo-0.9.2.ebuild ChangeLog
  Log:
  Fixed compilation with >=freetype-2.5.1 (bug #493584)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.11                 app-text/podofo/podofo-0.9.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild?r1=1.10&r2=1.11

Index: podofo-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- podofo-0.9.2.ebuild 5 Aug 2013 09:32:31 -0000       1.10
+++ podofo-0.9.2.ebuild 11 Mar 2014 10:06:48 -0000      1.11
@@ -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 @@
 DOCS="AUTHORS ChangeLog TODO"
 
 src_prepare() {
+       epatch "${DISTDIR}"/${PN}-0.9.2-freetype251.patch
+
        local x sed_args
 
        sed -i \



1.44                 app-text/podofo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   5 Aug 2013 09:32:31 -0000       1.43
+++ ChangeLog   11 Mar 2014 10:06:48 -0000      1.44
@@ -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 <polynomia...@gentoo.org> podofo-0.9.2.ebuild:
+  Fixed compilation with >=freetype-2.5.1 (bug #493584).
 
   05 Aug 2013; Samuli Suominen <ssuomi...@gentoo.org> podofo-0.9.2.ebuild:
   Update the jpeg and openssl dependencies use correct SLOT.




Reply via email to