Changeset 55cc98f
- Timestamp:
- 04/27/2005 01:41:24 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/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:
- 6d1e8a3
- Parents:
- 593d644
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r593d644 r55cc98f 1 <!ENTITY day "2 6">1 <!ENTITY day "27"> 2 2 <!ENTITY month "04"> 3 3 <!ENTITY year "2005"> … … 439 439 <!ENTITY speex-version "1.0.4"> 440 440 <!ENTITY id3lib-version "3.8.3"> 441 <!ENTITY flac-version "1.1. 1">441 <!ENTITY flac-version "1.1.2"> 442 442 <!ENTITY libdvdcss-version "1.2.8"> 443 443 <!ENTITY libdvdread-version "0.9.4"> -
introduction/welcome/changelog.xml
r593d644 r55cc98f 23 23 <itemizedlist> 24 24 25 <listitem><para>April 27th, 2005 [randy]: Updated to 26 FLAC-1.1.2.</para></listitem> 27 25 28 <listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and 26 29 libao-0.8.6; added a download URL to the PassiveTeX dependency in the -
multimedia/libdriv/flac.xml
r593d644 r55cc98f 6 6 <!ENTITY flac-download-http "http://prdownloads.sourceforge.net/flac/flac-&flac-version;.tar.gz"> 7 7 <!ENTITY flac-download-ftp " "> 8 <!ENTITY flac-md5sum " c6ccddccf8ad344065698047c2fc7280">9 <!ENTITY flac-size "1. 4MB">10 <!ENTITY flac-buildsize " 33MB">11 <!ENTITY flac-time "0.7 1SBU">8 <!ENTITY flac-md5sum "2bfc127cdda02834d0491ab531a20960"> 9 <!ENTITY flac-size "1.5 MB"> 10 <!ENTITY flac-buildsize "49 MB"> 11 <!ENTITY flac-time "0.7 SBU"> 12 12 ]> 13 13 … … 65 65 66 66 <screen><userinput><command>LIBS=-lm ./configure --prefix=/usr && 67 make && 68 make install</command></userinput></screen> 67 make</command></userinput></screen> 69 68 70 <note><para>If you run the <command>make check</command> tests, it will take a 71 <emphasis>very</emphasis> long time (about 34 SBUs) and use about 100 72 <acronym>MB</acronym> of disk space.</para></note> 69 <para>Now, as the root user:</para> 70 71 <screen><userinput role='root'><command>make install</command></userinput></screen> 72 73 <note><para>If you passed the <option>--enable-exhaustive-tests</option> and 74 <option>--enable-valgrind-testing</option> parameters to 75 <command>configure</command> and then run the <command>make check</command> 76 tests, it will take a <emphasis>very</emphasis> long time (about 150 SBUs) 77 and use about 375 <acronym>MB</acronym> of disk space.</para></note> 73 78 74 79 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.