Changeset 06a5391


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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4a21942 r06a5391  
    2323<itemizedlist>
    2424
    25 <listitem><para>February 14th, 2005 [randy]: Added md5sums to half of
    26 Chapter 37 package instructions.</para></listitem>
     25<listitem><para>February 14th, 2005 [randy]: Added md5sums to Chapter 37
     26package instructions.</para></listitem>
    2727
    2828<listitem><para>February 13th, 2005 [randy]: Added md5sums to AbiWord,
  • 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
  • multimedia/libdriv/id3lib.xml

    r4a21942 r06a5391  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY id3lib-download-http "http://prdownloads.sourceforge.net/id3lib/id3lib-&id3lib-version;.tar.gz">
    77  <!ENTITY id3lib-download-ftp  " ">
     8  <!ENTITY id3lib-md5sum        "19f27ddd2dda4b2d26a559a4f0f402a7">
    89  <!ENTITY id3lib-size          "928 KB">
    910  <!ENTITY id3lib-buildsize     "39 MB">
     
    2223<title>Introduction to <application>id3lib</application></title>
    2324
    24 <para><application>id3lib</application> is a library for reading, writing and manipulating ID3v1
    25 and ID3v2 tags.</para>
     25<para><application>id3lib</application> is a library for reading, writing and
     26manipulating ID3v1 and ID3v2 tags.</para>
    2627
    2728<sect3><title>Package information</title>
    2829<itemizedlist spacing='compact'>
    29 <listitem><para>Download (HTTP): <ulink url="&id3lib-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink url="&id3lib-download-ftp;"/></para></listitem>
     30<listitem><para>Download (HTTP):
     31<ulink url="&id3lib-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP):
     33<ulink url="&id3lib-download-ftp;"/></para></listitem>
     34<listitem><para>Download MD5 sum: &id3lib-md5sum;</para></listitem>
    3135<listitem><para>Download size: &id3lib-size;</para></listitem>
    32 <listitem><para>Estimated disk space required: &id3lib-buildsize;</para></listitem>
    33 <listitem><para>Estimated build time: &id3lib-time;</para></listitem></itemizedlist>
     36<listitem><para>Estimated disk space required:
     37&id3lib-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&id3lib-time;</para></listitem></itemizedlist>
    3440</sect3>
    3541
  • multimedia/libdriv/liba52.xml

    r4a21942 r06a5391  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY liba52-download-http "http://liba52.sourceforge.net/files/a52dec-&liba52-version;.tar.gz">
    77  <!ENTITY liba52-download-ftp  " ">
     8  <!ENTITY liba52-md5sum        "caa9f5bc44232dc8aeea773fea56be80">
    89  <!ENTITY liba52-size          "236 KB">
    910  <!ENTITY liba52-buildsize     "2.8 MB">
     
    2930<sect3><title>Package information</title>
    3031<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&liba52-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&liba52-download-ftp;"/></para></listitem>
     32<listitem><para>Download (HTTP):
     33<ulink url="&liba52-download-http;"/></para></listitem>
     34<listitem><para>Download (FTP):
     35<ulink url="&liba52-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &liba52-md5sum;</para></listitem>
    3337<listitem><para>Download size: &liba52-size;</para></listitem>
    34 <listitem><para>Estimated disk space required: &liba52-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &liba52-time;</para></listitem></itemizedlist>
     38<listitem><para>Estimated disk space required:
     39&liba52-buildsize;</para></listitem>
     40<listitem><para>Estimated build time:
     41&liba52-time;</para></listitem></itemizedlist>
    3642</sect3>
    3743
     
    6874
    6975<sect3><title>extract_a52</title>
    70 <para><command>extract_a52</command> extracts <acronym>ATSC</acronym> A/52 audio from a
    71 <acronym>MPEG</acronym> stream.</para></sect3>
     76<para><command>extract_a52</command> extracts <acronym>ATSC</acronym> A/52
     77audio from an <acronym>MPEG</acronym> stream.</para></sect3>
    7278
    7379<sect3><title>liba52</title>
  • multimedia/libdriv/libdv.xml

    r4a21942 r06a5391  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY libdv-download-http "http://prdownloads.sourceforge.net/libdv/libdv-&libdv-version;.tar.gz">
    77  <!ENTITY libdv-download-ftp  " ">
     8  <!ENTITY libdv-md5sum        "b5c7d0db672a76528e100828dd866a79">
    89  <!ENTITY libdv-size          "520 KB">
    910  <!ENTITY libdv-buildsize     "9.4 MB">
     
    2829<sect3><title>Package information</title>
    2930<itemizedlist spacing='compact'>
    30 <listitem><para>Download (HTTP): <ulink url="&libdv-download-http;"/></para></listitem>
    31 <listitem><para>Download (FTP): <ulink url="&libdv-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&libdv-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&libdv-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &libdv-md5sum;</para></listitem>
    3236<listitem><para>Download size: &libdv-size;</para></listitem>
    33 <listitem><para>Estimated disk space required: &libdv-buildsize;</para></listitem>
    34 <listitem><para>Estimated build time: &libdv-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&libdv-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&libdv-time;</para></listitem></itemizedlist>
    3541</sect3>
    3642
    3743<sect3><title><application>libdv</application> dependencies</title>
    3844<sect4><title>Optional</title>
    39 <para><xref linkend="popt"/>, <xref linkend="pkgconfig"/>, <xref linkend="sdl"/>,
    40 <xref linkend="GTK"/> and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
    41 </para></sect4>
     45<para><xref linkend="popt"/>,
     46<xref linkend="pkgconfig"/>,
     47<xref linkend="sdl"/>,
     48<xref linkend="GTK"/> and
     49X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
     50</sect4>
    4251</sect3>
    4352
  • multimedia/libdriv/libdvdcss.xml

    r4a21942 r06a5391  
    66  <!ENTITY libdvdcss-download-http "http://www.videolan.org/pub/libdvdcss/&libdvdcss-version;/libdvdcss-&libdvdcss-version;.tar.bz2">
    77  <!ENTITY libdvdcss-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-&libdvdcss-version;.tar.bz2">
     8  <!ENTITY libdvdcss-md5sum        "0749d05f4cc14daaf20af9e40fd6a2f0">
    89  <!ENTITY libdvdcss-size          "205 KB">
    910  <!ENTITY libdvdcss-buildsize     "2.6 MB">
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&libdvdcss-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &libdvdcss-md5sum;</para></listitem>
    3436<listitem><para>Download size: &libdvdcss-size;</para></listitem>
    3537<listitem><para>Estimated disk space required:
  • multimedia/libdriv/libdvdread.xml

    r4a21942 r06a5391  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY libdvdread-download-http "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-&libdvdread-version;.tar.gz">
    77  <!ENTITY libdvdread-download-ftp  " ">
     8  <!ENTITY libdvdread-md5sum        "06353d7b14541ff8b431e69ad404db84">
    89  <!ENTITY libdvdread-size          "251 KB">
    910  <!ENTITY libdvdread-buildsize     "4.0 MB">
     
    2829<sect3><title>Package information</title>
    2930<itemizedlist spacing='compact'>
    30 <listitem><para>Download (HTTP): <ulink url="&libdvdread-download-http;"/></para></listitem>
    31 <listitem><para>Download (FTP): <ulink url="&libdvdread-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&libdvdread-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&libdvdread-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &libdvdread-md5sum;</para></listitem>
    3236<listitem><para>Download size: &libdvdread-size;</para></listitem>
    33 <listitem><para>Estimated disk space required: &libdvdread-buildsize;</para></listitem>
    34 <listitem><para>Estimated build time: &libdvdread-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&libdvdread-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&libdvdread-time;</para></listitem></itemizedlist>
    3541</sect3>
    3642
    3743<sect3><title><application>libdvdread</application> dependencies</title>
    3844<sect4><title>Optional</title>
    39 <para><xref linkend="libdvdcss"/>
    40 </para></sect4>
     45<para><xref linkend="libdvdcss"/></para>
     46</sect4>
    4147</sect3>
    4248
     
    5864<title>Command explanations</title>
    5965
    60 <para><option>--with-libdvdcss</option>:
    61 This switch is needed if you want <application>libdvdread</application> to be able to read
     66<para><option>--with-libdvdcss</option>: This switch is needed if you want
     67<application>libdvdread</application> to be able to read
    6268<acronym>CSS</acronym> encrypted <acronym>DVD</acronym>s.</para>
    6369
     
    6773<title>Contents</title>
    6874
    69 <para>The libdvdread package contains the <filename
    70 class="libraryfile">libdvdread</filename> library.</para>
     75<para>The libdvdread package contains the
     76<filename class="libraryfile">libdvdread</filename> library.</para>
    7177
    7278</sect2>
  • multimedia/libdriv/libfame.xml

    r4a21942 r06a5391  
    66  <!ENTITY libfame-download-http "http://prdownloads.sourceforge.net/fame/libfame-&libfame-version;.tar.gz">
    77  <!ENTITY libfame-download-ftp  " ">
     8  <!ENTITY libfame-md5sum        "880085761e17a3b4fc41f4f6f198fd3b">
    89  <!ENTITY libfame-size          "290 KB">
    910  <!ENTITY libfame-buildsize     "4.9 MB">
     
    2930<sect3><title>Package information</title>
    3031<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&libfame-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&libfame-download-ftp;"/></para></listitem>
     32<listitem><para>Download (HTTP):
     33<ulink url="&libfame-download-http;"/></para></listitem>
     34<listitem><para>Download (FTP):
     35<ulink url="&libfame-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &libfame-md5sum;</para></listitem>
    3337<listitem><para>Download size: &libfame-size;</para></listitem>
    34 <listitem><para>Estimated disk space required: &libfame-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &libfame-time;</para></listitem></itemizedlist>
     38<listitem><para>Estimated disk space required:
     39&libfame-buildsize;</para></listitem>
     40<listitem><para>Estimated build time:
     41&libfame-time;</para></listitem></itemizedlist>
    3642</sect3>
    3743
    3844<sect3><title>Additional downloads</title>
    3945<itemizedlist spacing='compact'>
    40 <listitem><para>Required Patch (if compiled with
    41 <application><acronym>GCC</acronym></application>-3.4.x): <ulink
     46<listitem><para>Required Patch: <ulink
    4247url="&patch-root;/libfame-&libfame-version;-gcc34-1.patch"/></para></listitem>
    4348</itemizedlist>
  • multimedia/libdriv/libmikmod.xml

    r4a21942 r06a5391  
    66  <!ENTITY libmikmod-download-http "http://mikmod.raphnet.net/files/libmikmod-&libmikmod-version;.tar.gz">
    77  <!ENTITY libmikmod-download-ftp  "ftp://ftp.raphnet.net/pub/libmikmod/libmikmod-&libmikmod-version;.tar.gz">
     8  <!ENTITY libmikmod-md5sum        "705106da305e8de191549f1e7393185c">
    89  <!ENTITY libmikmod-size          "611 KB">
    910  <!ENTITY libmikmod-buildsize     "9.6 MB">
     
    3132<sect3><title>Package information</title>
    3233<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink url="&libmikmod-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink url="&libmikmod-download-ftp;"/></para></listitem>
     34<listitem><para>Download (HTTP):
     35<ulink url="&libmikmod-download-http;"/></para></listitem>
     36<listitem><para>Download (FTP):
     37<ulink url="&libmikmod-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &libmikmod-md5sum;</para></listitem>
    3539<listitem><para>Download size: &libmikmod-size;</para></listitem>
    36 <listitem><para>Estimated disk space required: &libmikmod-buildsize;</para></listitem>
    37 <listitem><para>Estimated build time: &libmikmod-time;</para></listitem></itemizedlist>
     40<listitem><para>Estimated disk space required:
     41&libmikmod-buildsize;</para></listitem>
     42<listitem><para>Estimated build time:
     43&libmikmod-time;</para></listitem></itemizedlist>
    3844</sect3>
    3945
  • multimedia/libdriv/speex.xml

    r4a21942 r06a5391  
    66  <!ENTITY speex-download-http "http://www.speex.org/download/speex-&speex-version;.tar.gz">
    77  <!ENTITY speex-download-ftp  " ">
     8  <!ENTITY speex-md5sum        "15a0686b7e1f81d352a648044b350fcc">
    89  <!ENTITY speex-size          "546 KB">
    910  <!ENTITY speex-buildsize     "4.6 MB">
     
    2930<sect3><title>Package information</title>
    3031<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&speex-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&speex-download-ftp;"/></para></listitem>
     32<listitem><para>Download (HTTP):
     33<ulink url="&speex-download-http;"/></para></listitem>
     34<listitem><para>Download (FTP):
     35<ulink url="&speex-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &speex-md5sum;</para></listitem>
    3337<listitem><para>Download size: &speex-size;</para></listitem>
    34 <listitem><para>Estimated disk space required: &speex-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &speex-time;</para></listitem></itemizedlist>
     38<listitem><para>Estimated disk space required:
     39&speex-buildsize;</para></listitem>
     40<listitem><para>Estimated build time:
     41&speex-time;</para></listitem></itemizedlist>
    3642</sect3>
    3743
    3844<sect3><title><application>Speex</application> dependencies</title>
    3945<sect4><title>Optional</title>
    40 <para><xref linkend="libogg"/>
    41 </para></sect4>
     46<para><xref linkend="libogg"/></para>
     47</sect4>
    4248</sect3>
    4349
  • multimedia/libdriv/xine-lib.xml

    r4a21942 r06a5391  
    66  <!ENTITY xine-lib-download-http "http://prdownloads.sourceforge.net/xine/xine-lib-&xine-lib-version;.tar.gz">
    77  <!ENTITY xine-lib-download-ftp  " ">
     8  <!ENTITY xine-lib-md5sum        "96e5195c366064e7778af44c3e71f43a">
    89  <!ENTITY xine-lib-size          "7.3 MB">
    910  <!ENTITY xine-lib-buildsize     "82 MB">
     
    3435<listitem><para>Download (FTP):
    3536<ulink url="&xine-lib-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &xine-lib-md5sum;</para></listitem>
    3638<listitem><para>Download size: &xine-lib-size;</para></listitem>
    3739<listitem><para>Estimated disk space required:
Note: See TracChangeset for help on using the changeset viewer.