Changeset 209b020


Ignore:
Timestamp:
11/06/2015 09:06:48 PM (8 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:
bfdd32ae
Parents:
83ef2a4
Message:

Update to pulseaudio-7.1.
Update to bluez-5.36.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r83ef2a4 r209b020  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 4th &year;">
     9<!ENTITY releasedate  "November 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/bluez.xml

    r83ef2a4 r209b020  
    77  <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    9   <!ENTITY bluez-md5sum        "9981441d7a61e2ad849b01106fa73445">
     9  <!ENTITY bluez-md5sum        "9a0ee479cacc44fac68f6a65b1cd3eba">
    1010  <!ENTITY bluez-size          "1.6 MB">
    11   <!ENTITY bluez-buildsize     "59 MB (additional 26 MB for tests)">
     11  <!ENTITY bluez-buildsize     "59 MB (additional 27 MB for tests)">
    1212  <!ENTITY bluez-time          "0.6 SBU (additional 0.2 SBU for tests)">
    1313]>
  • introduction/welcome/changelog.xml

    r83ef2a4 r209b020  
    4646
    4747    <listitem>
     48      <para>November 6th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to pulseaudio-7.1. Fixes
     52          <ulink url="&blfs-ticket-root;7066">#7066</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to bluez-5.36. Fixes
     56          <ulink url="&blfs-ticket-root;7060">#7060</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
    4862      <para>November 4th, 2015</para>
    4963      <itemizedlist>
  • multimedia/libdriv/pulseaudio.xml

    r83ef2a4 r209b020  
    88           "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "09668b660ffb32f2639cfd6fdc9d3b37">
     10  <!ENTITY pulseaudio-md5sum        "9d0a9817b632cac8e3f3834d7eb1c99d">
    1111  <!ENTITY pulseaudio-size          "1.4 MB">
    1212  <!ENTITY pulseaudio-buildsize     "91 MB (additional 20 MB for tests)">
    13   <!ENTITY pulseaudio-time          "1.7 SBU (additional 0.7 SBU for tests)">
     13  <!ENTITY pulseaudio-time          "1.7 SBU (additional 0.8 SBU for tests)">
    1414]>
    1515
     
    124124  <sect2 role="installation">
    125125    <title>Installation of PulseAudio</title>
     126
     127    <note><para>The build procedure emits a lot of invalid warnings.
     128    If desired, remove them with:</para>
     129
     130<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh libtool</userinput></screen>
     131    </note>
    126132
    127133    <para>
Note: See TracChangeset for help on using the changeset viewer.