Changeset 39dcb8be for general/graphlib


Ignore:
Timestamp:
10/17/2016 04:10:40 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c94c03e
Parents:
1f1072c
Message:

Update to php-7.0.12.
Update to guile-2.0.13.
Update to jasper-1.900.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17890 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r1f1072c r39dcb8be  
    55  %general-entities;
    66
    7   <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-&jasper-version;.zip">
     7  <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "a342b2b4495b3e1394e161eb5d85d754">
    10   <!ENTITY jasper-size          "1.4 MB">
    11   <!ENTITY jasper-buildsize     "11.1 MB (without the static library)">
    12   <!ENTITY jasper-time          "0.3 SBU">
     9  <!ENTITY jasper-md5sum        "124a0d62df74d763af590fdcfb63afae">
     10  <!ENTITY jasper-size          "1.1 MB">
     11  <!ENTITY jasper-buildsize     "10.9 MB">
     12  <!ENTITY jasper-time          "0.1 SBU">
    1313]>
    1414
     
    5858    </itemizedlist>
    5959
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    61     <itemizedlist spacing="compact">
    62       <listitem>
    63         <para>Required patch: <ulink
    64         url="&patch-root;/jasper-&jasper-version;-security_fixes-2.patch"/></para>
    65       </listitem>
    66     </itemizedlist>
    67 
    6860    <bridgehead renderas="sect3">JasPer Dependencies</bridgehead>
    69 
    70     <bridgehead renderas="sect4">Required</bridgehead>
    71     <para role="required"><xref linkend="unzip"/></para>
    7261
    7362    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    8978    <title>Installation of JasPer</title>
    9079
    91 <note>
    92   <para>The package source is distributed in <filename class="extension">.zip</filename>
    93   format and requires <command>unzip</command>, but it has been correctly packaged
    94   and will create the jasper-&jasper-version; directory when you unzip it.</para>
    95 </note>
    96 
    97 <screen><userinput>patch -Np1 -i ../jasper-&jasper-version;-security_fixes-2.patch &amp;&amp;
    98 ./configure --prefix=/usr    \
     80<screen><userinput>./configure --prefix=/usr    \
    9981            --enable-shared  \
    10082            --disable-static \
     
    125107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126108      href="../../xincludes/static-libraries.xml"/>
    127 
    128     <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the
     109<!--
     110    <para><option>- -x-includes=DIR - -x-libraries=DIR</option>: These tell the
    129111    <command>configure</command> script where to find <application>Xorg</application>
    130112    if it is not in
     
    132114    <filename class='directory'>/usr/X11R6</filename>, or
    133115    <filename class='directory'>/usr</filename>.</para>
    134 
    135   </sect2>
    136 
    137   <!-- commented because make install has run ldconfig
    138   <sect2 role="configuration">
    139     <title>Configuring JasPer</title>
    140 
    141     <sect3>
    142       <title>Configuration Information</title>
    143 
    144       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145       href="../../xincludes/lib-config.xml"/>
    146 
    147     </sect3>
    148 
    149   </sect2>-->
     116-->
     117  </sect2>
    150118
    151119  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.