Changeset 996f4f23
- Timestamp:
- 12/13/2007 11:04:40 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ca4ed0b0
- Parents:
- 0b2b70a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0b2b70a r996f4f23 4 4 --> 5 5 6 <!ENTITY day " 07"> <!-- Always 2 digits -->6 <!ENTITY day "13"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> … … 625 625 <!ENTITY speex-version "1.0.5"> 626 626 <!ENTITY id3lib-version "3.8.3"> 627 <!ENTITY flac-version "1. 1.4">627 <!ENTITY flac-version "1.2.1"> 628 628 <!ENTITY libdvdcss-version "1.2.9"> 629 629 <!ENTITY libdvdread-version "0.9.7"> -
introduction/welcome/changelog.xml
r0b2b70a r996f4f23 41 41 42 42 --> 43 <listitem> 44 <para>December 13th, 2007</para> 45 <itemizedlist> 46 <listitem> 47 <para>[ag] - Updated to Flac-1.2.1.</para> 48 </listitem> 49 </itemizedlist> 50 </listitem> 43 51 44 52 <listitem> … … 50 58 </itemizedlist> 51 59 </listitem> 52 53 60 54 61 <listitem> -
multimedia/libdriv/flac.xml
r0b2b70a r996f4f23 7 7 <!ENTITY flac-download-http "http://downloads.sourceforge.net/flac/flac-&flac-version;.tar.gz"> 8 8 <!ENTITY flac-download-ftp " "> 9 <!ENTITY flac-md5sum " 3958cbd5b6ed8c14966792538e44223b">10 <!ENTITY flac-size "1. 8MB">11 <!ENTITY flac-buildsize " 136MB (includes running the test suite)">12 <!ENTITY flac-time "0.6 SBU (additional 1.8 SBU to run the test suite)">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)"> 13 13 ]> 14 14 … … 56 56 </itemizedlist> 57 57 58 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>59 <itemizedlist spacing="compact">60 <listitem>61 <para>Required patch: <ulink62 url="&patch-root;/flac-&flac-version;-xmms_plugin_fix-1.patch"/></para>63 </listitem>64 </itemizedlist> -->65 66 58 <bridgehead renderas="sect3">FLAC Dependencies</bridgehead> 67 59 … … 85 77 following commands:</para> 86 78 87 <screen><userinput>sed -i 's/^FLaC__INLINE/static\n&/' src/libFLAC/md5.c && 88 ./configure --prefix=/usr --disable-thorough-tests && 79 <screen><userinput>./configure --prefix=/usr --disable-thorough-tests && 89 80 make</userinput></screen> 90 91 <para>If you have <application>Valgrind</application> version 3.0.0 or92 higher installed and you plan on running the test suites after passing the93 <option>--enable-valgrind-testing</option> parameter to94 <command>configure</command>, you need to issue the following command to95 change some test scripts:</para>96 97 <screen><userinput>sed -i -e "s/logfile-fd/log-fd/" `grep -lr logfile-fd test/*sh`</userinput></screen>98 81 99 82 <para>To test the results, issue: <command>make check</command>. Note that … … 112 95 <sect2 role="commands"> 113 96 <title>Command Explanations</title> 114 115 <!-- <para><command>LIBS=-lm ./configure -prefix=/usr</command>:116 <filename class="libraryfile">libFLAC</filename> uses a function from the math117 library but is not linked with <filename class="libraryfile">libm</filename>.118 Passing the environment variable to <command>configure</command> satisfies119 this dependency.</para> -->120 121 <para><command>sed -i 's/.../' src/libFLAC/md5.c</command>: This command122 is used so that the byteswap symbol is not global.</para>123 97 124 98 <para><parameter>--disable-thorough-tests</parameter>: This parameter is
Note:
See TracChangeset
for help on using the changeset viewer.