Changeset 7bb72e0 for multimedia


Ignore:
Timestamp:
08/23/2013 08:56:44 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
779ed51
Parents:
a6c6923
Message:

Move Video HW acceleration into Xorg drivers section
LFS 7.4 tags

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

Location:
multimedia
Files:
1 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/cdparanoia.xml

    ra6c6923 r7bb72e0  
    3737    </para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/audioutils/mpg123.xml

    ra6c6923 r7bb72e0  
    3535    </para>
    3636
    37     &lfs73_checked;
     37    &lfs74_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/faac.xml

    ra6c6923 r7bb72e0  
    3636    understand other sound compression schemes in video files.</para>
    3737
    38     &lfs73_checked;
     38    &lfs74_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/faad2.xml

    ra6c6923 r7bb72e0  
    3434    and known as Advanced Audio Coding (AAC).</para>
    3535
    36     &lfs73_checked;
     36    &lfs74_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst10-plugins-base.xml

    ra6c6923 r7bb72e0  
    4040    </para>
    4141
    42     &lfs73_checked;
     42    &lfs74_checked;
    4343
    4444    &gst-compat;
  • multimedia/libdriv/libmpeg2.xml

    ra6c6923 r7bb72e0  
    3737    MPEG-1 video streams.</para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/libtheora.xml

    ra6c6923 r7bb72e0  
    9595<screen role="root"><userinput>make install</userinput></screen>
    9696
    97     <para>If you built the examples and wish to install them (so that you can hack on
    98     <literal>theora</literal>):</para>
     97    <para>If you wish to install the examples (so that you can hack on
     98    <literal>theora</literal>), install them as the <systemitem
     99    class="username">root</systemitem> user:</para>
    99100
    100101<screen role="root"><userinput>cd examples/.libs &amp;&amp;
    101102for E in *; do
    102 install -v -m755 $E /usr/bin/theora_${E}; done</userinput></screen>
     103  install -v -m755 $E /usr/bin/theora_${E}
     104done</userinput></screen>
    103105
    104106  </sect2>
  • multimedia/libdriv/taglib.xml

    ra6c6923 r7bb72e0  
    3737    </para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/xvid.xml

    ra6c6923 r7bb72e0  
    3333    compliant video CODEC.</para>
    3434
    35     &lfs73_checked;
     35    &lfs74_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/multimedia.xml

    ra6c6923 r7bb72e0  
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdriv/libdriv.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hwaccel/hwaccel.xml"/>
    2019  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="audioutils/audioutils.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="videoutils/videoutils.xml"/>
Note: See TracChangeset for help on using the changeset viewer.