Changeset c8bb20a8
- Timestamp:
- 07/28/2013 01:32:25 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1152ff5e
- Parents:
- 6571d471
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6571d471 rc8bb20a8 4 4 --> 5 5 6 <!ENTITY day "2 5"> <!-- Always 2 digits -->6 <!ENTITY day "28"> <!-- Always 2 digits --> 7 7 <!ENTITY month "07"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2013"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "July 2 5th, &year;">12 <!ENTITY releasedate "July 28th, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r6571d471 rc8bb20a8 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[igor] - FAAD2: prevent installation of mp4ff library and header 51 files.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>July 25th, 2013</para> 58 <itemizedlist> 59 <listitem> 50 60 <para>[bdubbs] - Update to virtuoso-2.1.7.</para> 51 61 </listitem> -
multimedia/libdriv/faad2.xml
r6571d471 rc8bb20a8 5 5 %general-entities; 6 6 7 <!ENTITY faad2-download-http "&sourceforge-repo;/faac/faad2-&faad2-version;.tar. gz">8 <!ENTITY faad2-download-ftp " &gentoo-ftp-repo;/faad2-&faad2-version;.tar.gz">9 <!ENTITY faad2-md5sum " ee1b4d67ea2d76ee52c5621bc6dbf61e">10 <!ENTITY faad2-size " 1.1 MB">7 <!ENTITY faad2-download-http "&sourceforge-repo;/faac/faad2-&faad2-version;.tar.bz2"> 8 <!ENTITY faad2-download-ftp " "> 9 <!ENTITY faad2-md5sum "4c332fa23febc0e4648064685a3d4332"> 10 <!ENTITY faad2-size "880 KB"> 11 11 <!ENTITY faad2-buildsize "12 MB (without media player plugins)"> 12 12 <!ENTITY faad2-time "0.2 SBU (without media player plugins)"> … … 59 59 60 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 61 <itemizedlist spacing="compact"> 62 <listitem> 63 <para>Sample AAC file: <ulink url="http://www.nch.com.au/acm/sample.aac"/> (7 KB)</para> 64 </listitem> 61 <itemizedlist spacing="compact"> 62 <listitem> 63 <para> 64 Required patch: <ulink url="&patch-root;/faad2-&faad2-version;-mp4ff-1.patch"/> 65 </para> 66 </listitem> 67 <listitem> 68 <para> 69 Sample AAC file: <ulink url="http://www.nch.com.au/acm/sample.aac"/> (7 KB) 70 </para> 71 </listitem> 65 72 </itemizedlist> 66 73 … … 84 91 following commands:</para> 85 92 86 <screen><userinput>./configure --prefix=/usr && 93 <screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch && 94 autoreconf -fi && 95 ./configure --prefix=/usr --disable-static && 87 96 make</userinput></screen> 88 97 … … 129 138 required build files.</para> --> 130 139 140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 141 href="../../xincludes/static-libraries.xml"/> 142 131 143 <para><option>--with-drm</option>: This option is supposed to enable 132 144 support for decoding … … 147 159 <seglistitem> 148 160 <seg>faad</seg> 149 <seg>libfaad. {so,a}</seg>161 <seg>libfaad.so</seg> 150 162 <seg>None</seg> 151 163 </seglistitem> … … 168 180 169 181 <varlistentry id="libfaad"> 170 <term><filename class='libraryfile'>libfaad. {so,a}</filename></term>182 <term><filename class='libraryfile'>libfaad.so</filename></term> 171 183 <listitem> 172 184 <para>contains functions for decoding AAC streams.</para> 173 185 <indexterm zone="faad2 libfaad"> 174 <primary sortas="c-libfaad">libfaad. {so,a}</primary>186 <primary sortas="c-libfaad">libfaad.so</primary> 175 187 </indexterm> 176 188 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.