Author: ken
Date: Sun Aug 20 17:49:53 2017
New Revision: 19048

Log:
Let mupdf build again.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/mupdf.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Aug 20 15:06:11 2017        (r19047)
+++ trunk/BOOK/general.ent      Sun Aug 20 17:49:53 2017        (r19048)
@@ -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 -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 20 15:06:11 
2017        (r19047)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 20 17:49:53 
2017        (r19048)
@@ -43,6 +43,17 @@
 -->
 
     <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>
         <listitem>

Modified: trunk/BOOK/pst/ps/mupdf.xml
==============================================================================
--- trunk/BOOK/pst/ps/mupdf.xml Sun Aug 20 15:06:11 2017        (r19047)
+++ trunk/BOOK/pst/ps/mupdf.xml Sun Aug 20 17:49:53 2017        (r19048)
@@ -82,7 +82,7 @@
       <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/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>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to