Author: ken
Date: Fri Jun  5 16:21:27 2015
New Revision: 16087

Log:
asymptote-2.35

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/other/asymptote.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jun  5 14:58:43 
2015        (r16086)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jun  5 16:21:27 
2015        (r16087)
@@ -48,8 +48,12 @@
       <para>June 5th, 2015</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbs] - Update to kde-15.04.2. Fixes
-          <ulink url="&blfs-ticket-root;6410">#6410</ulink>.</para>
+          <para>[ken] - Update to asymptote-2.35, Fixes
+          <ulink url="&blfs-ticket-root;6489">#6496</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to kde-15.04.2.8Fixes
+          <ulink url="&blfs-ticket-root;6410">#6419</ulink>.</para>
         </listitem>
         <listitem>
           <para>[bdubbs] - Update to libraw-0.16.2. Fixes

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Jun  5 14:58:43 2015        (r16086)
+++ trunk/BOOK/packages.ent     Fri Jun  5 16:21:27 2015        (r16087)
@@ -599,7 +599,7 @@
 <!ENTITY firefox-version              "38.0.5">
 
 <!-- Chapter 36 -->
-<!ENTITY asymptote-version            "2.32">
+<!ENTITY asymptote-version            "2.35">
 <!ENTITY balsa-version                "2.5.2">
 <!ENTITY ekiga-version                "4.0.1">
 <!ENTITY feh-version                  "2.13.1">

Modified: trunk/BOOK/xsoft/other/asymptote.xml
==============================================================================
--- trunk/BOOK/xsoft/other/asymptote.xml        Fri Jun  5 14:58:43 2015        
(r16086)
+++ trunk/BOOK/xsoft/other/asymptote.xml        Fri Jun  5 16:21:27 2015        
(r16087)
@@ -6,10 +6,10 @@
 
   <!ENTITY asymptote-download-http 
"&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz">
   <!ENTITY asymptote-download-ftp  " ">
-  <!ENTITY asymptote-md5sum        "9c817c2a9763294d3b66e4b57054eed3">
-  <!ENTITY asymptote-size          "1.8 MB">
-  <!ENTITY asymptote-buildsize     "163 MB">
-  <!ENTITY asymptote-time          "2.1 SBU">
+  <!ENTITY asymptote-md5sum        "199e971792072527bd0cb1583d8ef3fb">
+  <!ENTITY asymptote-size          "3.2 MB">
+  <!ENTITY asymptote-buildsize     "162 MB">
+  <!ENTITY asymptote-time          "1.8 SBU">
 ]>
 
 <sect1 id="asymptote" xreflabel="asymptote-&asymptote-version;">
@@ -35,7 +35,7 @@
       technical drawing. Labels and equations can be typeset with LaTeX.
     </para>
 
-    &lfs77_checked; &gcc5_checked;
+    &gcc5_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -71,16 +71,6 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>
-          Required patch:
-          <ulink 
url="&patch-root;/asymptote-&asymptote-version;-ghostscript_fix-1.patch"/>
-        </para>
-      </listitem>
-    </itemizedlist>
-
     <bridgehead renderas="sect3">Asymptote Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -91,7 +81,8 @@
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
-      <xref linkend="freeglut"/> (for 3D drawing)
+      <xref linkend="freeglut"/> (for 3D drawing),
+      <xref linkend="gc"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -126,12 +117,14 @@
     </para>
 
 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 
's/$/-linux/') &amp;&amp;
-patch -Np1 -i ../asymptote-&asymptote-version;-ghostscript_fix-1.patch 
&amp;&amp;
 ./configure --prefix=/opt/texlive/&texlive-year; \
  --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
  --datarootdir=/opt/texlive/&texlive-year; \
  --libdir=/opt/texlive/&texlive-year;/texmf-dist \
- --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
+ --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
+ --enable-gc=system \
+ --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
+ --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third 
&amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -156,6 +149,15 @@
     This parameter ensures that the <filename 
class="directory">asymptote</filename>
     directory will similarly overwrite any files installed by 
install-tl-unx.</para>
 
+    <para><parameter>--enable-gc=system</parameter>: this ensures that the 
system
+    version of <filename class="libraryfile">libgc.so</filename> will be used
+    instead of the version shipped with this package.</para>
+
+    <para><parameter>--with-latex= ... --with-context=</parameter>: These 
switches
+    ensure that style files and a tex file will be installed into the
+    <application>texlive</application> directories instead of creating a
+    <filename class="directory">texmf-local</filename> directory for 
them.</para>
+
   </sect2>
 
   <sect2 role="content">
-- 
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