Changeset 110481b


Ignore:
Timestamp:
06/05/2015 11:21:27 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
69a39a2
Parents:
715a1335
Message:

asymptote-2.35

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r715a1335 r110481b  
    4949      <itemizedlist>
    5050        <listitem>
    51           <para>[bdubbs] - Update to kde-15.04.2. Fixes
    52           <ulink url="&blfs-ticket-root;6410">#6410</ulink>.</para>
     51          <para>[ken] - Update to asymptote-2.35, Fixes
     52          <ulink url="&blfs-ticket-root;6489">#6496</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to kde-15.04.2.8Fixes
     56          <ulink url="&blfs-ticket-root;6410">#6419</ulink>.</para>
    5357        </listitem>
    5458        <listitem>
  • packages.ent

    r715a1335 r110481b  
    600600
    601601<!-- Chapter 36 -->
    602 <!ENTITY asymptote-version            "2.32">
     602<!ENTITY asymptote-version            "2.35">
    603603<!ENTITY balsa-version                "2.5.2">
    604604<!ENTITY ekiga-version                "4.0.1">
  • xsoft/other/asymptote.xml

    r715a1335 r110481b  
    77  <!ENTITY asymptote-download-http "&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "9c817c2a9763294d3b66e4b57054eed3">
    10   <!ENTITY asymptote-size          "1.8 MB">
    11   <!ENTITY asymptote-buildsize     "163 MB">
    12   <!ENTITY asymptote-time          "2.1 SBU">
     9  <!ENTITY asymptote-md5sum        "199e971792072527bd0cb1583d8ef3fb">
     10  <!ENTITY asymptote-size          "3.2 MB">
     11  <!ENTITY asymptote-buildsize     "162 MB">
     12  <!ENTITY asymptote-time          "1.8 SBU">
    1313]>
    1414
     
    3636    </para>
    3737
    38     &lfs77_checked; &gcc5_checked;
     38    &gcc5_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6868        <para>
    6969          Estimated build time: &asymptote-time;
    70         </para>
    71       </listitem>
    72     </itemizedlist>
    73 
    74     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    75     <itemizedlist spacing="compact">
    76       <listitem>
    77         <para>
    78           Required patch:
    79           <ulink url="&patch-root;/asymptote-&asymptote-version;-ghostscript_fix-1.patch"/>
    8070        </para>
    8171      </listitem>
     
    9282    <bridgehead renderas="sect4">Recommended</bridgehead>
    9383    <para role="recommended">
    94       <xref linkend="freeglut"/> (for 3D drawing)
     84      <xref linkend="freeglut"/> (for 3D drawing),
     85      <xref linkend="gc"/>
    9586    </para>
    9687
     
    127118
    128119<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    129 patch -Np1 -i ../asymptote-&asymptote-version;-ghostscript_fix-1.patch &amp;&amp;
    130120./configure --prefix=/opt/texlive/&texlive-year; \
    131121 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
    132122 --datarootdir=/opt/texlive/&texlive-year; \
    133123 --libdir=/opt/texlive/&texlive-year;/texmf-dist \
    134  --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
     124 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
     125 --enable-gc=system \
     126 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
     127 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third &amp;&amp;
    135128make</userinput></screen>
    136129
     
    156149    This parameter ensures that the <filename class="directory">asymptote</filename>
    157150    directory will similarly overwrite any files installed by install-tl-unx.</para>
     151
     152    <para><parameter>--enable-gc=system</parameter>: this ensures that the system
     153    version of <filename class="libraryfile">libgc.so</filename> will be used
     154    instead of the version shipped with this package.</para>
     155
     156    <para><parameter>--with-latex= ... --with-context=</parameter>: These switches
     157    ensure that style files and a tex file will be installed into the
     158    <application>texlive</application> directories instead of creating a
     159    <filename class="directory">texmf-local</filename> directory for them.</para>
    158160
    159161  </sect2>
Note: See TracChangeset for help on using the changeset viewer.