Changeset f67554b0 for multimedia


Ignore:
Timestamp:
08/20/2019 03:55:54 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
21699c7e
Parents:
cdbf1b46
Message:

Various tweaks for the sake of jhalfs:
dconf, speex, sane: change the second package information to

"Additional Downloads". Include unpack instructions
for the second package in all cases. Also remove
the requirement that the user be in group sane for
building (works without that)

faac, faad2: add remap="test" to tests
rox-filer, logrotate: make some configuration instruction nodump
gnome-menus: make the (almost deprecated) gsettings instruction nodump
ncftp: make second method nodump

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

Location:
multimedia/libdriv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/faac.xml

    rcdbf1b46 rf67554b0  
    7878    file is installed by the <xref linkend="alsa-utils"/> package:</para>
    7979
    80 <screen><userinput>./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav</userinput></screen>
     80<screen remap="test"><userinput>./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav</userinput></screen>
    8181
    8282    <para>Then, decode the result using the <command>faad</command> program
     
    8585    <xref linkend="alsa-utils"/> package:</para>
    8686
    87 <screen><userinput>faad Front_Left.mp4
     87<screen remap="test"><userinput>faad Front_Left.mp4
    8888aplay Front_Left.wav</userinput></screen>
    8989
  • multimedia/libdriv/faad2.xml

    rcdbf1b46 rf67554b0  
    8585    functionality can be tested by decoding the sample AAC file:</para>
    8686
    87 <screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
     87<screen remap="test"><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
    8888
    8989    <para>This should display a copyright message and the following
     
    105105    from the <xref linkend="alsa-utils"/> package):</para>
    106106
    107 <screen><userinput>aplay sample.wav</userinput></screen>
     107<screen remap="test"><userinput>aplay sample.wav</userinput></screen>
    108108
    109109    <para><command>aplay</command> should identify the file as
  • multimedia/libdriv/speex.xml

    rcdbf1b46 rf67554b0  
    6767    </itemizedlist>
    6868
    69     <bridgehead renderas="sect3">Additional Package Information</bridgehead>
     69    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7070    <itemizedlist spacing="compact">
    7171      <listitem>
Note: See TracChangeset for help on using the changeset viewer.