Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    rda54a62 rae4cd03  
    77<!--Using archive URL, because when a new version is released, older and new
    88can be found there, no need to change directory -->
    9   <!ENTITY mupdf-download-http "https://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
     9  <!ENTITY mupdf-download-http "http://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
    1010  <!ENTITY mupdf-download-ftp  " ">
    1111  <!ENTITY mupdf-md5sum        "6f42be1365350f05270f8776517a3872">
    1212  <!ENTITY mupdf-size          "69 MB">
    13   <!ENTITY mupdf-buildsize     "320 MB">
     13  <!ENTITY mupdf-buildsize     "322 MB">
    1414  <!ENTITY mupdf-time          "0.2 SBU (Using parallelism=4)">
    1515]>
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7172    </itemizedlist>
    7273
    73     <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
    74     <itemizedlist spacing="compact">
    75       <listitem>
    76         <para>
    77           Required patch: <ulink
    78           url="&patch-root;/mupdf-&mupdf-version;-security_fix-1.patch"/>
    79         </para>
    80       </listitem>
    81     </itemizedlist>
    82 
    8374    <bridgehead renderas="sect3">MuPDF Dependencies</bridgehead>
    8475
    8576    <bridgehead renderas="sect4">Required</bridgehead>
    8677    <para role="required">
    87       <xref linkend="glu"/> and <!-- previously recommended via system freeglut -->
     78      <xref linkend="glu"/>, <!-- previously recommended via system freeglut -->
    8879      <xref linkend="xorg7-lib"/>
    8980    </para>
     
    127118        s/$/ -lmupdf -L$(OUT)/
    128119        }' Makefile</userinput></screen>
     120
    129121
    130122    <para>
     
    148140EOF
    149141
    150 export XCFLAGS=-fPIC                               &amp;&amp;
    151 patch -Np1 -i ../mupdf-&mupdf-version;-security_fix-1.patch &amp;&amp;
    152 make build=release shared=yes                      &amp;&amp;
     142export XCFLAGS=-fPIC          &amp;&amp;
     143make build=release shared=yes &amp;&amp;
    153144unset XCFLAGS</userinput></screen>
    154145
     
    192183      <seglistitem>
    193184        <seg>
    194           mupdf (symlink),
     185          mupdf(symlink),
    195186          mupdf-gl,
    196187          mupdf-x11,
     
    219210          <para>
    220211            is a program for viewing PDF, XPS, EPUB, and CBZ documents,
    221             and various image formats such as PNG, JPEG, GIFF, and TIFF
     212            and various image formats such as PNG, JPEG, GIFF, and TIFF.
    222213          </para>
    223214          <indexterm zone="mupdf mupdf-prog">
     
    231222        <listitem>
    232223          <para>
    233             same as <command>mupdf</command>, using an opengl renderer
     224            same as <command>mupdf</command>, using an opengl renderer.
    234225          </para>
    235226          <indexterm zone="mupdf mupdf-gl">
     
    243234        <listitem>
    244235          <para>
    245             same as <command>mupdf</command>, using an X Window renderer
     236            same as <command>mupdf</command>, using an X Window renderer.
    246237          </para>
    247238          <indexterm zone="mupdf mupdf-x11">
     
    256247          <para>
    257248            is a program used to perform rasterization tasks with PDF
    258             documents
     249            documents.
    259250          </para>
    260251          <indexterm zone="mupdf muraster">
     
    269260          <para>
    270261            is a program to perform various operations on PDF files, such
    271             as merging and cleaning PDF documents
     262            as merging and cleaning PDF documents.
    272263          </para>
    273264          <indexterm zone="mupdf mutool">
     
    281272        <listitem>
    282273          <para>
    283             contains the mupdf API functions
     274            contains the mupdf API functions.
    284275          </para>
    285276          <indexterm zone="mupdf libmupdf">
Note: See TracChangeset for help on using the changeset viewer.