Ignore:
Timestamp:
02/14/2005 03:12:36 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
89464ed
Parents:
4a21942
Message:

Finished adding md5sums to Chapter 37 package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/flac.xml

    r4a21942 r06a5391  
    66  <!ENTITY flac-download-http "http://prdownloads.sourceforge.net/flac/flac-&flac-version;.tar.gz">
    77  <!ENTITY flac-download-ftp  " ">
     8  <!ENTITY flac-md5sum        "c6ccddccf8ad344065698047c2fc7280">
    89  <!ENTITY flac-size          "1.4 MB">
    910  <!ENTITY flac-buildsize     "33 MB">
     
    3031<sect3><title>Package information</title>
    3132<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&flac-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&flac-download-ftp;"/></para></listitem>
     33<listitem><para>Download (HTTP):
     34<ulink url="&flac-download-http;"/></para></listitem>
     35<listitem><para>Download (FTP):
     36<ulink url="&flac-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &flac-md5sum;</para></listitem>
    3438<listitem><para>Download size: &flac-size;</para></listitem>
    35 <listitem><para>Estimated disk space required: &flac-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &flac-time;</para></listitem></itemizedlist>
     39<listitem><para>Estimated disk space required:
     40&flac-buildsize;</para></listitem>
     41<listitem><para>Estimated build time:
     42&flac-time;</para></listitem></itemizedlist>
    3743</sect3>
    3844
     
    6167make &amp;&amp;
    6268make install</command></userinput></screen>
    63 
    64 <!-- <para><filename class="libraryfile">libFLAC</filename> uses a function
    65 from the math library but is not linked with <filename
    66 class="libraryfile">libm</filename>. Simply adding
    67 <parameter>-lm</parameter> to <varname>LIBS</varname> variable in the relevant
    68 <filename>Makefile</filename> corrects this problem.</para>
    69 
    70 <screen><userinput><command>sed -i "s/^LIBS = /LIBS = -lm/" src/libFLAC/Makefile</command></userinput></screen>
    71 
    72 <para>Continue with the installation:</para> -->
    7369
    7470<note><para>If you run the <command>make check</command> tests, it will take a
Note: See TracChangeset for help on using the changeset viewer.