mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
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:
parent
5ae341601b
commit
d5124cf930
@ -1,12 +1,12 @@
|
|||||||
<!-- $LastChangedBy$ $Date$ -->
|
<!-- $LastChangedBy$ $Date$ -->
|
||||||
|
|
||||||
<!ENTITY day "19"> <!-- Always 2 digits -->
|
<!ENTITY day "20"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "08"> <!-- Always 2 digits -->
|
<!ENTITY month "08"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2017">
|
<!ENTITY year "2017">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
<!ENTITY copyholder "The BLFS Development Team">
|
<!ENTITY copyholder "The BLFS Development Team">
|
||||||
<!ENTITY version "&year;-&month;-&day;">
|
<!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 pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||||
|
@ -42,6 +42,17 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>August 19th, 2017</para>
|
<para>August 19th, 2017</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -82,7 +82,7 @@ can be found there, no need to change directory -->
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Recommended patch:
|
Recommended patch:
|
||||||
<ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg-1.patch"/>
|
<ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg-2.patch"/>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -136,7 +136,7 @@ rm -rf thirdparty/libjpeg &&
|
|||||||
rm -rf thirdparty/openjpeg &&
|
rm -rf thirdparty/openjpeg &&
|
||||||
rm -rf thirdparty/zlib &&
|
rm -rf thirdparty/zlib &&
|
||||||
|
|
||||||
patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg-1.patch &&
|
patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg-2.patch &&
|
||||||
patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &&
|
patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &&
|
||||||
|
|
||||||
make build=release</userinput></screen>
|
make build=release</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user