Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mupdf/files: mupdf-9999-openjpeg2.patch
Date: Thu, 06 Jun 2013 13:39:54
Message-Id: 20130606133951.2BF3C20081@flycatcher.gentoo.org
1 xmw 13/06/06 13:39:51
2
3 Added: mupdf-9999-openjpeg2.patch
4 Log:
5 update to openjpeg-2
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 app-text/mupdf/files/mupdf-9999-openjpeg2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-openjpeg2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-openjpeg2.patch?rev=1.1&content-type=text/plain
14
15 Index: mupdf-9999-openjpeg2.patch
16 ===================================================================
17 --- mupdf-9999/Makerules
18 +++ mupdf-9999/Makerules
19 @@ -52,8 +52,8 @@
20
21 SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2)
22 SYS_FREETYPE_LIBS = $(shell pkg-config --libs freetype2)
23 -SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg1)
24 -SYS_OPENJPEG_LIBS = $(shell pkg-config --libs libopenjpeg1)
25 +SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjp2)
26 +SYS_OPENJPEG_LIBS = $(shell pkg-config --libs libopenjp2)
27 SYS_JBIG2DEC_LIBS = -ljbig2dec
28 SYS_JPEG_LIBS = -ljpeg
29 SYS_ZLIB_LIBS = -lz