Changeset a3b2641 for multimedia/libdriv


Ignore:
Timestamp:
06/05/2004 12:10:26 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eac1ee9
Parents:
692e12c
Message:

multimedia grammar

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

Location:
multimedia/libdriv
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/arts.xml

    r692e12c ra3b2641  
    99creating waveforms, various filters, modules for playing data on your speakers,
    1010mixers, and faders. You can build a complete setup with the <acronym>GUI
    11 </acronym> of the system, using the modules - generators, effects and output -
    12 connected to each other.</para>
     11</acronym> of the system, using the modules: generators, effects and
     12output -- connected to each other.</para>
    1313
    1414<para><acronym>aRts</acronym> provides necessary libraries
  • multimedia/libdriv/esound/esound-intro.xml

    r692e12c ra3b2641  
    22<title>Introduction to <application>EsounD</application></title>
    33
    4 <para>The <application>EsounD</application> package contains Enlightened Sound
     4<para>The <application>EsounD</application> package contains the Enlightened Sound
    55Daemon. This is useful for mixing together several digitized audio streams for
    66playback by a single device.</para>
  • multimedia/libdriv/flac/flac-intro.xml

    r692e12c ra3b2641  
    44<para><application><acronym>FLAC</acronym></application> is an audio
    55<acronym>CODEC</acronym> similar to <filename>MP3</filename>, but
    6 lossless, meaning that audio is compressed without throwing away any
     6lossless, meaning that audio is compressed without losing any
    77information.</para>
    88
  • multimedia/libdriv/libdv/libdv-inst.xml

    r692e12c ra3b2641  
    1010
    1111<note><para>The configure check for <application>GTK+</application> is
    12 broken. If <application>GTK+</application> is not installed also pass
    13 <parameter>--without-gtk</parameter> to the configure script.</para></note>
     12broken. If <application>GTK+</application> is not installed, also pass
     13<option>--without-gtk</option> to the configure script.</para></note>
    1414
    1515</sect2>
  • multimedia/libdriv/libdvdcss/libdvdcss-intro.xml

    r692e12c ra3b2641  
    33
    44<para><application>libdvdcss</application> is a
    5 simple library designed for accessing <acronym>DVD</acronym>s like a block
     5simple library designed for accessing <acronym>DVD</acronym>s as a block
    66device without having to bother about the decryption.</para>
    77
  • multimedia/libdriv/openquicktime/openquicktime-desc.xml

    r692e12c ra3b2641  
    2323
    2424<sect3><title>qtdump</title>
    25 <para><command>qtdump</command> dumps all tables in movie.
     25<para><command>qtdump</command> dumps all tables in a movie.
    2626</para></sect3>
    2727
  • multimedia/libdriv/xvid/xvid-exp.xml

    r692e12c ra3b2641  
    44<para><command>ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
    55This command makes applications linked against
    6 <filename class="libraryfile">.so</filename> in fact linked to
     6<filename class="libraryfile">.so</filename> names, link to
    77<filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.
    8 This ensures better binary compatibility as
     8This ensures better binary compatibility, as
    99<application>XviD</application> developers take care not changing the
    1010<replaceable>MAJOR</replaceable> number until there is an incompatible
Note: See TracChangeset for help on using the changeset viewer.