Changeset 2946338a for multimedia


Ignore:
Timestamp:
02/01/2013 10:31:14 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
1af010b2
Parents:
85171088
Message:

Added gtk-update-icon-cache and update-desktop-database commands to various packages

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

Location:
multimedia
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/audacious.xml

    r85171088 r2946338a  
    246246
    247247<screen role="root"><userinput>make install</userinput></screen>
     248
     249    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     250      href="../../xincludes/update-icons-and-desktop.xml"/>
    248251  </sect2>
    249252
  • multimedia/libdriv/xine-lib.xml

    r85171088 r2946338a  
    3535      The <application>xine Libraries</application> package contains xine
    3636      libraries. These are useful for interfacing with external plug-ins that
    37       allow the flow of information from the source to the screen and
    38       speakers.
     37      allow the flow of information from the source to the audio and video
     38      hardware.
    3939    </para>
    4040
     
    149149
    150150    <para>
    151       <option>--disable-vcd</option>: This option is required to compile Xine
    152       Lib without
     151      <parameter>--disable-vcd</parameter>: This option is required to compile
     152      <application>Xine Lib</application> without
    153153      <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
    154154      installed. Remove this option if you have installed VCDImager.
     
    156156
    157157    <para>
    158       <option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>: This
     158      <parameter>--docdir=/usr/share/xine-lib-&xine-lib-version;</parameter>: This
    159159      switch causes the documentation to be installed into a versioned
    160160      directory instead of the default
  • multimedia/videoutils/ffmpeg.xml

    r85171088 r2946338a  
    105105      <ulink url="http://sourceforge.net/projects/opencvlibrary/">libopencv</ulink>,
    106106      <ulink url="http://sourceforge.net/projects/libdc1394/">libdc1394</ulink>,
    107       <ulink url="http://linuxtv.org/downloads/v4l-utils/">libv4l2</ulink>, and
     107      <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>, and
    108108      <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink>
    109109        (to build HTML documentation).</para>
  • multimedia/videoutils/mplayer.xml

    r85171088 r2946338a  
    101101    <note>
    102102      <para>
    103         Skins are only required to use the Gtk+ 2 user interface.
     103        Skins are only required to use the <application>Gtk+ 2</application>
     104        user interface.
    104105      </para>
    105106    </note>
     
    125126      <ulink url="http://rtmpdump.mplayerhq.hu/">RTMPDump</ulink>,
    126127      <ulink url="http://code.google.com/p/vstream-client/">TiVo vstream client</ulink>
    127         and
     128      and
    128129      <ulink url="http://www.xmms.org/">XMMS</ulink>
    129130    </para>
     
    276277
    277278<screen role="root"><userinput>install -v -m644 etc/*.conf /etc/mplayer</userinput></screen>
     279
     280    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     281      href="../../xincludes/update-icons-and-desktop.xml"/>
    278282    </sect3>
    279283
  • multimedia/videoutils/xine-ui.xml

    r85171088 r2946338a  
    103103
    104104<screen role="root"><userinput>make docsdir=/usr/share/doc/xine-ui-&xine-ui-version; install</userinput></screen>
     105
     106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     107      href="../../xincludes/update-icons-and-desktop.xml"/>
    105108  </sect2>
    106109
     
    142145
    143146      <para>
    144         If you have a DVB TV card you can watch TV with the command
    145         <command>xine dvb://</command> and change channel with the scroll wheel
    146         on your mouse
     147        If you have a DVB TV card, you can watch TV with the command
     148        <command>xine dvb://</command> and change channels with the scroll wheel
     149        on your mouse.
    147150      </para>
    148151    </sect3>
Note: See TracChangeset for help on using the changeset viewer.