diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-16 22:24:58 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-16 22:24:58 +0000 |
commit | 213837cb96834be96a0a4fac32e5eb0c53252fbd (patch) | |
tree | 1920fa1d3177f3124282f3bf619eb090afd6558f /app-text/llpp | |
parent | Remove old. (diff) | |
download | gentoo-2-213837cb96834be96a0a4fac32e5eb0c53252fbd.tar.gz gentoo-2-213837cb96834be96a0a4fac32e5eb0c53252fbd.tar.bz2 gentoo-2-213837cb96834be96a0a4fac32e5eb0c53252fbd.zip |
Update live build
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-text/llpp')
-rw-r--r-- | app-text/llpp/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/llpp/files/llpp-9999-fz_new_text_page.patch | 20 | ||||
-rw-r--r-- | app-text/llpp/llpp-9999.ebuild | 5 |
3 files changed, 28 insertions, 3 deletions
diff --git a/app-text/llpp/ChangeLog b/app-text/llpp/ChangeLog index b49ac8aca0d7..00aa9fa7d470 100644 --- a/app-text/llpp/ChangeLog +++ b/app-text/llpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/llpp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.45 2013/06/13 12:20:01 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.46 2013/06/16 22:24:58 xmw Exp $ + + 16 Jun 2013; Michael Weber <xmw@gentoo.org> + +files/llpp-9999-fz_new_text_page.patch, llpp-9999.ebuild: + Update live build 13 Jun 2013; Michael Weber <xmw@gentoo.org> llpp-9999.ebuild: Depend on SLOT=0 of media-libs/openjpeg (bug 440086) diff --git a/app-text/llpp/files/llpp-9999-fz_new_text_page.patch b/app-text/llpp/files/llpp-9999-fz_new_text_page.patch new file mode 100644 index 000000000000..ad32d54a3f01 --- /dev/null +++ b/app-text/llpp/files/llpp-9999-fz_new_text_page.patch @@ -0,0 +1,20 @@ +--- llpp-9999/link.c ++++ llpp-9999/link.c +@@ -1463,7 +1463,7 @@ + found: + + sheet = fz_new_text_sheet (state.ctx); +- text = fz_new_text_page (state.ctx, &fz_infinite_rect); ++ text = fz_new_text_page (state.ctx); + tdev = fz_new_text_device (state.ctx, sheet, text); + + switch (state.type) { +@@ -2522,7 +2522,7 @@ + fz_matrix ctm; + fz_device *tdev; + +- page->text = fz_new_text_page (state.ctx, &fz_infinite_rect); ++ page->text = fz_new_text_page (state.ctx); + page->sheet = fz_new_text_sheet (state.ctx); + tdev = fz_new_text_device (state.ctx, page->sheet, page->text); + ctm = pagectm (page); diff --git a/app-text/llpp/llpp-9999.ebuild b/app-text/llpp/llpp-9999.ebuild index 8cc9ae0c65ee..758813929ca3 100644 --- a/app-text/llpp/llpp-9999.ebuild +++ b/app-text/llpp/llpp-9999.ebuild @@ -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/app-text/llpp/llpp-9999.ebuild,v 1.22 2013/06/13 12:20:01 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.23 2013/06/16 22:24:58 xmw Exp $ EAPI=5 @@ -38,7 +38,8 @@ RESTRICT="!ocamlopt? ( strip )" src_prepare() { epatch "${FILESDIR}"/${PN}-11-WM_CLASS.patch \ - "${FILESDIR}"/${P}-mupdf_trailer.patch + "${FILESDIR}"/${P}-mupdf_trailer.patch \ + "${FILESDIR}"/${P}-fz_new_text_page.patch } src_compile() { |