Changeset 8558044 for multimedia/libdriv


Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.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:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

Location:
multimedia/libdriv
Files:
23 edited

Legend:

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

    r7999839 r8558044  
    256256          </indexterm>
    257257        </listitem>
    258       </varlistentry> 
     258      </varlistentry>
    259259
    260260    </variablelist>
  • multimedia/libdriv/alsa-utils.xml

    r7999839 r8558044  
    216216
    217217      <para>
    218         To automatically store and restore volume settings (if the udev rule 
     218        To automatically store and restore volume settings (if the udev rule
    219219        doesn't work for you) when the system is rebooted, install the
    220220        <filename>/etc/rc.d/init.d/alsa</filename> boot script from the
    221         <xref linkend="bootscripts" revision="sysv"/> 
     221        <xref linkend="bootscripts" revision="sysv"/>
    222222        <xref linkend="systemd-units" revision="systemd"/> package.
    223223      </para>
     
    240240        <seg>
    241241          aconnect, alsactl, alsaloop, alsamixer, alsatplg,
    242           alsaucm, alsa-info.sh, amidi, amixer, aplay, aplaymidi, 
    243           arecord (symlink), arecordmidi, aseqdump, aseqnet, axfer, 
     242          alsaucm, alsa-info.sh, amidi, amixer, aplay, aplaymidi,
     243          arecord (symlink), arecordmidi, aseqdump, aseqnet, axfer,
    244244          iecset, and speaker-test
    245245        </seg>
  • multimedia/libdriv/audiofile.xml

    r7999839 r8558044  
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="asciidoc"/> and 
     87      <xref linkend="asciidoc"/> and
    8888      <xref linkend="valgrind"/>
    8989    </para>
  • multimedia/libdriv/frei0r.xml

    r7999839 r8558044  
    7575    <bridgehead renderas="sect4">Recommended</bridgehead>
    7676    <para>
    77        <xref linkend='gavl'/> 
     77       <xref linkend='gavl'/>
    7878    </para>
    7979
     
    125125    <para>
    126126      <command>sed ... facebl0r.cpp</command>: This command fixes a build
    127       problem with the current opencv dependency. 
     127      problem with the current opencv dependency.
    128128    </para>
    129129
  • multimedia/libdriv/gavl.xml

    r7999839 r8558044  
    121121
    122122    <para>
    123       <envar>LIBS=-lm</envar>: This variable ensures the math library is 
     123      <envar>LIBS=-lm</envar>: This variable ensures the math library is
    124124      searched when linking.
    125125    </para>
  • multimedia/libdriv/gst10-libav.xml

    r7999839 r8558044  
    103103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    104104      href="../../xincludes/gst10-objc-error.xml"/>
    105    
     105
    106106    <para>
    107107      Install <application>GStreamer Libav</application> by running the following
  • multimedia/libdriv/gst10-plugins-bad.xml

    r7999839 r8558044  
    181181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    182182      href="../../xincludes/gst10-objc-error.xml"/>
    183    
     183
    184184    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    185185      href="../../xincludes/gst10-plugins.xml"/>
     
    201201    <para>
    202202      To test the results, issue: <command>ninja test</command>. Several tests
    203       need a terminal emulator in a graphical session. 
     203      need a terminal emulator in a graphical session.
    204204    </para>
    205205
     
    244244          libgstsctp-1.0.so,
    245245          libgsttranscoder-1.0.so,
    246           libgsturidownloader-1.0.so, 
     246          libgsturidownloader-1.0.so,
    247247          libgstwayland-1.0.so,
    248248          libgstwebrtc-1.0.so, and
  • multimedia/libdriv/gst10-plugins-base.xml

    r7999839 r8558044  
    201201        <seg>
    202202          libgstallocators-1.0.so, libgstapp-1.0.so, libgstaudio-1.0.so,
    203           libgstfft-1.0.so, libgstgl-1.0.so, libgstpbutils-1.0.so, 
    204           libgstriff-1.0.so, libgstrtp-1.0.so, libgstrtsp-1.0.so, 
    205           libgstsdp-1.0.so, libgsttag-1.0.so, libgstvideo-1.0.so 
     203          libgstfft-1.0.so, libgstgl-1.0.so, libgstpbutils-1.0.so,
     204          libgstriff-1.0.so, libgstrtp-1.0.so, libgstrtsp-1.0.so,
     205          libgstsdp-1.0.so, libgsttag-1.0.so, libgstvideo-1.0.so,
    206206          and several plugins under /usr/lib/gstreamer-1.0
    207207        </seg>
  • multimedia/libdriv/gst10-plugins-good.xml

    r7999839 r8558044  
    171171    <para>
    172172      To test the results, issue: <command>ninja test</command>.
    173       <!--One test, <filename>elements_souphttpsrc</filename> is known to 
     173      <!--One test, <filename>elements_souphttpsrc</filename> is known to
    174174      fail due to API changes in <application>libsoup</application>.--></para>
    175175
  • multimedia/libdriv/gstreamer10-vaapi.xml

    r7999839 r8558044  
    3333      <application>gstreamer</application> plugin for hardware accelerated
    3434      video decode/encode for the prevailing coding standards today (MPEG-2,
    35       MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). 
     35      MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
    3636    </para>
    3737
  • multimedia/libdriv/gstreamer10.xml

    r7999839 r8558044  
    317317        <listitem>
    318318          <para>
    319             provides all of the core <application>gstreamer</application> 
    320             services, including initialization, plugin management and types, 
    321             as well as the object hierarchy that defines elements and bins, 
     319            provides all of the core <application>gstreamer</application>
     320            services, including initialization, plugin management and types,
     321            as well as the object hierarchy that defines elements and bins,
    322322            along with some more specialized elements
    323323          </para>
  • multimedia/libdriv/id3lib.xml

    r7999839 r8558044  
    137137      <seglistitem>
    138138        <seg>
    139           id3convert, 
    140           id3cp, 
    141           id3info, and 
     139          id3convert,
     140          id3cp,
     141          id3info, and
    142142          id3tag
    143143        </seg>
     
    146146        </seg>
    147147        <seg>
    148            /usr/include/id3 and 
     148           /usr/include/id3 and
    149149           /usr/share/doc/id3lib-&id3lib-version;
    150150        </seg>
  • multimedia/libdriv/libmpeg2.xml

    r7999839 r8558044  
    158158<!--
    159159     Don't fill this one in. It's designed for a user to corrupt their own
    160      mpeg files, which can be used for malice.     
     160     mpeg files, which can be used for malice.
    161161     <varlistentry id="corrupt_mpeg2">
    162162        <term><command>corrupt_mpeg2</command></term>
  • multimedia/libdriv/libvpx.xml

    r7999839 r8558044  
    7575    <bridgehead renderas="sect4">Recommended</bridgehead>
    7676    <para role="recommended">
    77       <xref linkend="yasm"/> or <xref role="nodep" linkend="nasm"/>, and 
     77      <xref linkend="yasm"/> or <xref role="nodep" linkend="nasm"/>, and
    7878      <xref linkend="which"/> (so <command>configure</command> can find yasm)
    7979    </para>
     
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional">
    83       <xref linkend="curl"/> (to download test files) and 
     83      <xref linkend="curl"/> (to download test files) and
    8484      <xref linkend="doxygen"/> (to build documentation)
    8585    </para>
  • multimedia/libdriv/mlt.xml

    r7999839 r8558044  
    118118    <para>
    119119      This package does not come with a test suite. However a test .mp4
    120       file can be played in a local graphical environment with 
     120      file can be played in a local graphical environment with
    121121      <command>./src/melt/melt &lt;filename&gt;.mp4</command>.
    122122    </para>
     
    147147
    148148      <seglistitem>
    149         <seg>melt-7 and 
     149        <seg>melt-7 and
    150150             melt (symlink to melt-7)</seg>
    151151        <seg>libmlt-7.so,
  • multimedia/libdriv/opus.xml

    r7999839 r8558044  
    55  %general-entities;
    66
    7   <!ENTITY opus-download-http 
     7  <!ENTITY opus-download-http
    88           "&mozilla-http;/opus/opus-&opus-version;.tar.gz">
    99  <!ENTITY opus-download-ftp  " ">
  • multimedia/libdriv/pipewire.xml

    r7999839 r8558044  
    144144
    145145    <para>
    146       <parameter>-Dpipewire-jack=false</parameter>: This switch prevents 
     146      <parameter>-Dpipewire-jack=false</parameter>: This switch prevents
    147147      building <application>JACK</application> support into pipewire since
    148148      <application>JACK</application> is not in BLFS.
     
    199199          spa-inspect,
    200200          spa-json-dump,
    201           spa-monitor, 
     201          spa-monitor,
    202202          spa-resample, and
    203203          pw-midiplay, pw-midirecord, pw-play, and pw-record (symlinks to pw-cat)
     
    208208     [pierre July 29th, 2020]: all the following libs are in subdirectories
    209209     of /usr/lib. I'm not sure they should appear. But if they should, there
    210      are many more libs to list... 
     210     are many more libs to list...
    211211          libpulse-mainloop-glib-pw.so,
    212212          libpulse.so,
    213213          libpulse-simple.so,
    214214          libasound_module_pcm_pipewire.so, and
    215           libgstpipewire.so 
     215          libgstpipewire.so
    216216      [bdubbs Sep 29th, 2020]: add
    217217          libpipewire-module-{access,adapter,client-device,client-node,
     
    227227        <seg>
    228228          /etc/pipewire,
    229           /usr/include/pipewire-0.3, 
     229          /usr/include/pipewire-0.3,
    230230          /usr/include/spa-0.2,
    231231          /usr/lib/alsa-lib,
     
    272272        <listitem>
    273273          <para>
    274             starts a Pulseaudio-compatible version of 
     274            starts a Pulseaudio-compatible version of
    275275            the pipewire service
    276276          </para>
  • multimedia/libdriv/pulseaudio.xml

    r7999839 r8558044  
    172172
    173173    <!-- http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ -->
    174     <para>Running PulseAudio as a system-wide daemon is possible but not 
    175       recommended. See <ulink 
     174    <para>Running PulseAudio as a system-wide daemon is possible but not
     175      recommended. See <ulink
    176176      url="https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/"/>
    177177      for more information.
     
    306306      <seglistitem>
    307307        <seg>
    308           <!--esdcompat,--> pacat, pacmd, pactl, padsp, 
    309           pamon (symlink to pacat), paplay (symlink to pacat), 
    310           parec (symlink to pacat), parecord (symlink to pacat), qpaeq, 
     308          <!--esdcompat,--> pacat, pacmd, pactl, padsp,
     309          pamon (symlink to pacat), paplay (symlink to pacat),
     310          parec (symlink to pacat), parecord (symlink to pacat), qpaeq,
    311311          pasuspender, pax11publish, pulseaudio, and
    312312          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
     
    318318          libpulse-simple.so,
    319319          libpulsecommon-&pulseaudio-major-version;.so,
    320           libpulsecore-&pulseaudio-major-version;.so, and 
     320          libpulsecore-&pulseaudio-major-version;.so, and
    321321          libpulsedsp.so
    322322        </seg>
     
    510510          <para>
    511511            is an equalizer interface for
    512             <application>PulseAudio</application> equalizer sinks 
     512            <application>PulseAudio</application> equalizer sinks
    513513            (Requires <xref linkend="fftw"/> at build time)
    514514          </para>
  • multimedia/libdriv/sdl2.xml

    r7999839 r8558044  
    192192
    193193    <para>
    194       <command>rm -v /usr/lib/libSDL2*.a</command>: Normally 
     194      <command>rm -v /usr/lib/libSDL2*.a</command>: Normally
    195195      static libraries can be disabled with a <option>--disable-static</option>
    196196      option to configure, but that breaks the build in this package.
     
    239239        <seg>sdl2-config</seg>
    240240        <seg>libSDL2.so</seg>
    241         <seg>/usr/include/SDL2 and 
     241        <seg>/usr/include/SDL2 and
    242242             /usr/share/doc/SDL-&sdl2-version;</seg>
    243243      </seglistitem>
  • multimedia/libdriv/soundtouch.xml

    r7999839 r8558044  
    8686    <caution>
    8787      <para>
    88         The <command>bootstrap</command> command below fails if the ACLOCAL 
     88        The <command>bootstrap</command> command below fails if the ACLOCAL
    8989        environment variable is set as specified in <xref linkend="xorg7"/>.
    90         If it is used, ACLOCAL needs to be unset for this package and then 
     90        If it is used, ACLOCAL needs to be unset for this package and then
    9191        reset for other packages.
    9292      </para>
  • multimedia/libdriv/speex.xml

    r7999839 r8558044  
    215215        <seg>
    216216          /usr/include/speex and
    217           /usr/share/doc/speex-&speex-version; 
     217          /usr/share/doc/speex-&speex-version;
    218218        </seg>
    219219      </seglistitem>
  • multimedia/libdriv/v4l-utils.xml

    r7999839 r8558044  
    111111
    112112    <para>
    113       First, apply a patch to fix building with GCC-11.1 if 
     113      First, apply a patch to fix building with GCC-11.1 if
    114114      <xref role="nodep" linkend="qt5"/> is installed:
    115115    </para>
  • multimedia/libdriv/x265.xml

    r7999839 r8558044  
    125125      <para>
    126126        <command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend
    127         using static libraries. 
     127        using static libraries.
    128128      </para>
    129129  </sect2>
Note: See TracChangeset for help on using the changeset viewer.