Ignore:
Timestamp:
06/05/2013 09:28:44 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
5b00a2a
Parents:
13e0a61
Message:

Merge trunk and systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11264 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/flac.xml

    r13e0a61 raf73a280  
    55  %general-entities;
    66
    7   <!ENTITY flac-download-http "&sourceforge-repo;/flac/flac-&flac-version;.tar.gz">
    8   <!ENTITY flac-download-ftp  " ">
    9   <!ENTITY flac-md5sum        "153c8b15a54da428d1f0fadc756c22c7">
    10   <!ENTITY flac-size          "1.9 MB">
    11   <!ENTITY flac-buildsize     "205 MB (includes running the test suite)">
    12   <!ENTITY flac-time          "0.6 SBU (additional 8 SBU to run the test suite)">
     7  <!ENTITY flac-download-http "http://downloads.xiph.org/releases/flac/flac-&flac-version;.tar.xz">
     8  <!ENTITY flac-download-ftp  "ftp://downloads.xiph.org/pub/xiph/releases/flac/flac-&flac-version;.tar.xz">
     9  <!ENTITY flac-md5sum        "13b5c214cee8373464d3d65dee362cdd">
     10  <!ENTITY flac-size          "1.1 MB">
     11  <!ENTITY flac-buildsize     "22 MB (additional 77 MB to run the test suite)">
     12  <!ENTITY flac-time          "0.3 SBU (additional 0.9 SBU to run the test suite)">
    1313]>
    1414
     
    8989    following commands:</para>
    9090
    91 <screen><userinput>sed -i 's/#include &lt;stdio.h&gt;/&amp;\n#include &lt;string.h&gt;/' \
    92     examples/cpp/encode/file/main.cpp &amp;&amp;
    93 
    94 ./configure --prefix=/usr \
    95             --mandir=/usr/share/man \
    96             --disable-static \
     91<screen><userinput>./configure --prefix=/usr \
    9792            --disable-thorough-tests &amp;&amp;
    9893make</userinput></screen>
     
    113108  <sect2 role="commands">
    114109    <title>Command Explanations</title>
    115 
    116     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117       href="../../xincludes/static-libraries.xml"/>
    118110
    119111    <para><parameter>--disable-thorough-tests</parameter>: This parameter is
Note: See TracChangeset for help on using the changeset viewer.