Changeset c8bb20a8


Ignore:
Timestamp:
07/28/2013 01:32:25 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:
1152ff5e
Parents:
6571d471
Message:

FAAD2: prevent installation of mp4ff library and header files

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6571d471 rc8bb20a8  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "28">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "July 25th, &year;">
     12<!ENTITY releasedate  "July 28th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6571d471 rc8bb20a8  
    4848      <itemizedlist>
    4949        <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>
    5060          <para>[bdubbs] - Update to virtuoso-2.1.7.</para>
    5161        </listitem>
  • multimedia/libdriv/faad2.xml

    r6571d471 rc8bb20a8  
    55  %general-entities;
    66
    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">
    1111  <!ENTITY faad2-buildsize     "12 MB (without media player plugins)">
    1212  <!ENTITY faad2-time          "0.2 SBU (without media player plugins)">
     
    5959
    6060    <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>
    6572    </itemizedlist>
    6673
     
    8491    following commands:</para>
    8592
    86 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     93<screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch &amp;&amp;
     94autoreconf -fi &amp;&amp;
     95./configure --prefix=/usr --disable-static &amp;&amp;
    8796make</userinput></screen>
    8897
     
    129138    required build files.</para> -->
    130139
     140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     141      href="../../xincludes/static-libraries.xml"/>
     142
    131143    <para><option>--with-drm</option>: This option is supposed to enable
    132144    support for decoding
     
    147159      <seglistitem>
    148160        <seg>faad</seg>
    149         <seg>libfaad.{so,a}</seg>
     161        <seg>libfaad.so</seg>
    150162        <seg>None</seg>
    151163      </seglistitem>
     
    168180
    169181      <varlistentry id="libfaad">
    170         <term><filename class='libraryfile'>libfaad.{so,a}</filename></term>
     182        <term><filename class='libraryfile'>libfaad.so</filename></term>
    171183        <listitem>
    172184          <para>contains functions for decoding AAC streams.</para>
    173185          <indexterm zone="faad2 libfaad">
    174             <primary sortas="c-libfaad">libfaad.{so,a}</primary>
     186            <primary sortas="c-libfaad">libfaad.so</primary>
    175187          </indexterm>
    176188        </listitem>
Note: See TracChangeset for help on using the changeset viewer.