Changeset c33c599 for multimedia


Ignore:
Timestamp:
10/13/2016 04:25:58 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
1a518e97
Parents:
7830c481
Message:

Yet another run of option vs parameter fixes

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

Location:
multimedia/libdriv
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-utils.xml

    r7830c481 rc33c599  
    122122
    123123    <para>
    124       <option>--disable-alsaconf</option>: This switch disables building the
    125       <command>alsaconf</command> configuration tool which is incompatible with
    126       <application>Udev</application>.
    127     </para>
    128 
    129     <para>
    130       <option>--disable-xmlto</option>: Omit this switch if you have installed
    131       <xref linkend="xmlto"/> and want to regenerate the man pages.
    132     </para>
    133 
    134     <para>
    135       <option>--disable-bat</option>: Omit this switch if you have installed
    136       <ulink url="http://www.fftw.org/">FFTW</ulink> and wish to install
    137       the Basic Audio Tester (BAT).
    138     </para>
    139 
    140     <para>
    141       <option>--with-curses=ncursesw</option>: This switch forces the use of
    142       wide-character ncurses libraries.
     124      <parameter>--disable-alsaconf</parameter>: This switch disables building
     125      the <command>alsaconf</command> configuration tool which is incompatible
     126      with <application>Udev</application>.
     127    </para>
     128
     129    <para>
     130      <parameter>--disable-xmlto</parameter>: Omit this switch if you have
     131      installed <xref linkend="xmlto"/> and wish to regenerate the man pages.
     132    </para>
     133
     134    <para>
     135      <parameter>--disable-bat</parameter>: Omit this switch if you have
     136      installed <ulink url="http://www.fftw.org/">FFTW</ulink> and wish to
     137      install the Basic Audio Tester (BAT).
     138    </para>
     139
     140    <para>
     141      <parameter>--with-curses=ncursesw</parameter>: This switch forces the
     142      use of wide-character ncurses libraries.
    143143    </para>
    144144
  • multimedia/libdriv/gavl.xml

    r7830c481 rc33c599  
    100100    <title>Command Explanations</title>
    101101
    102     <para><parameter>--disable-doxygen</parameter>: This switch disables use of
    103     Doxygen. Omit if you have Doxygen install and wish to build the API
     102    <para><parameter>--without-doxygen</parameter>: This switch disables use of
     103    Doxygen. Omit if Doxygen is installed and you wish to build the API
    104104    documentation.</para>
    105105
  • multimedia/libdriv/gst10-plugins-bad.xml

    r7830c481 rc33c599  
    204204
    205205    <para>
    206       <option>--disable-wayland</option>: This options is required
     206      <parameter>--disable-wayland</parameter>: This switch is required
    207207      without a full wayland based desktop environment.
    208208    </para>
  • multimedia/libdriv/liba52.xml

    r7830c481 rc33c599  
    9898    compile <application>liba52</application> on x86_64.</para>
    9999
    100     <para><option>--disable-static</option>: This option stops it installing
    101     the static version of the library.</para>
     100    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     101      href="../../xincludes/static-libraries.xml"/>
    102102
    103103    <para><command>cp liba52/a52_internal.h ...</command>: Copying this header
Note: See TracChangeset for help on using the changeset viewer.