Changeset 03de2e3 for multimedia


Ignore:
Timestamp:
10/18/2015 07:00:01 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
f19b432b
Parents:
96598583
Message:

Update to libsoup-2.52.1.
Update to pygobject-3.18.0.
Update to pulseaudio-7.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    r96598583 r03de2e3  
    1010  <!ENTITY pulseaudio-md5sum        "b691e83b7434c678dffacfa3a027750e">
    1111  <!ENTITY pulseaudio-size          "1.4 MB">
    12   <!ENTITY pulseaudio-buildsize     "95 MB">
    13   <!ENTITY pulseaudio-time          "1.0 SBU (additional 0.6 SBU for tests)">
     12  <!ENTITY pulseaudio-buildsize     "91 MB (additional 20 MB for tests)">
     13  <!ENTITY pulseaudio-time          "1.7 SBU (additional 0.7 SBU for tests)">
    1414]>
    1515
     
    215215
    216216      <para>
    217         The default configuration files allow to set up a working installation,
    218         except that you need to remove a reference to Console-Kit if it is
     217        The default configuration files allow setting up a working installation.
     218        However, a reference to Console-Kit needs to be removed if it is
    219219        not installed. For example, issue the following command as the
    220220        <systemitem class="username">root</systemitem> user:
    221221      </para>
    222222
    223 <screen role="root"><userinput>sed '/load-module module-console-kit/s/^/#/' \
    224                     -i /etc/pulse/default.pa</userinput></screen>
     223<screen role="root"><userinput>sed -i '/load-module module-console-kit/s/^/#/' /etc/pulse/default.pa</userinput></screen>
    225224
    226225      <para>
    227         You may also have to configure the audio system. You may start
     226        You may also have to configure the audio system. You can start
    228227        <application>pulseaudio</application> in command line mode using
    229         <command>pulseaudio -C</command>. You can then list various
    230         informations and change some settings. See
     228        <command>pulseaudio -C</command> and then list various
     229        information and change settings. See
    231230        <command>man pulse-cli-syntax</command>.
    232231      </para>
     
    244243      <seglistitem>
    245244        <seg>
    246           esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink),
    247           paplay (symlink), parec (symlink), parecord (symlink), pasuspender,
     245          esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat),
     246          paplay (symlink to pacat), parec (symlink to pacat),
     247          parecord (symlink to pacat), pasuspender,
    248248          pax11publish, pulseaudio, and
    249249          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
     
    252252        <seg>
    253253          libpulse.so,
     254          libpulsecommon-7.0.so,
     255          libpulsedsp.so,
    254256          libpulse-mainloop-glib.so,
    255257          libpulse-simple.so, and
     
    259261          /etc/pulse,
    260262          /usr/include/pulse,
    261           /usr/lib/{pulseaudio,pulse-6.0},
     263          /usr/lib/{pulseaudio,pulse-7.0},
    262264          /usr/lib/cmake/PulseAudio,
    263           /usr/libexec/pulse, and
     265          /usr/libexec/pulse, an 
    264266          /usr/share/pulseaudio
    265267        </seg>
     
    438440      </varlistentry>
    439441-->
     442<!-- Not found in PA 7.0
    440443      <varlistentry id="start-pulseaudio-kde">
    441444        <term><command>start-pulseaudio-kde</command></term>
     
    450453        </listitem>
    451454      </varlistentry>
    452 
     455-->
    453456      <varlistentry id="start-pulseaudio-x11">
    454457        <term><command>start-pulseaudio-x11</command></term>
Note: See TracChangeset for help on using the changeset viewer.