Changeset 0beae4b


Ignore:
Timestamp:
06/01/2013 07:22:39 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c12d0da
Parents:
7ba60b6e
Message:

FLAC-1.3.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7ba60b6e r0beae4b  
    750750<!ENTITY faad2-version                "2.7">
    751751<!ENTITY farstream-version            "0.2.3">
    752 <!ENTITY flac-version                 "1.2.1">
     752<!ENTITY flac-version                 "1.3.0">
    753753<!ENTITY gstreamer-version            "0.10.36">
    754754<!ENTITY gst-plugins-base-version     "0.10.36">
  • introduction/welcome/changelog.xml

    r7ba60b6e r0beae4b  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - FLAC-1.3.0.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[igor] - BIND-9.9.3.</para>
    5154        </listitem>
  • multimedia/libdriv/flac.xml

    r7ba60b6e r0beae4b  
    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.