Let mupdf build again.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19048 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2017-08-21 00:49:53 +00:00
parent 5ae341601b
commit d5124cf930
3 changed files with 15 additions and 4 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "August 19th, &year;">
<!ENTITY releasedate "August 20th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -42,6 +42,17 @@
</listitem>
-->
<listitem>
<para>August 20th, 2017</para>
<itemizedlist>
<listitem>
<para>[ken] - Update the mupdf openjpeg patch so that it
builds when only openjpeg-2.2 has been installed. Fixes
<ulink url="&blfs-ticket-root;9646">#9646</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>August 19th, 2017</para>
<itemizedlist>

View File

@ -82,7 +82,7 @@ can be found there, no need to change directory -->
<listitem>
<para>
Recommended patch:
<ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg-1.patch"/>
<ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg-2.patch"/>
</para>
</listitem>
</itemizedlist>
@ -136,7 +136,7 @@ rm -rf thirdparty/libjpeg &amp;&amp;
rm -rf thirdparty/openjpeg &amp;&amp;
rm -rf thirdparty/zlib &amp;&amp;
patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg-1.patch &amp;&amp;
patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg-2.patch &amp;&amp;
patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
make build=release</userinput></screen>