Changeset 209b020
- Timestamp:
- 11/06/2015 09:06:48 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bfdd32ae
- Parents:
- 83ef2a4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r83ef2a4 r209b020 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 4th &year;">9 <!ENTITY releasedate "November 6th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/bluez.xml
r83ef2a4 r209b020 7 7 <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz"> 8 8 <!ENTITY bluez-download-ftp "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz"> 9 <!ENTITY bluez-md5sum "9 981441d7a61e2ad849b01106fa73445">9 <!ENTITY bluez-md5sum "9a0ee479cacc44fac68f6a65b1cd3eba"> 10 10 <!ENTITY bluez-size "1.6 MB"> 11 <!ENTITY bluez-buildsize "59 MB (additional 2 6MB for tests)">11 <!ENTITY bluez-buildsize "59 MB (additional 27 MB for tests)"> 12 12 <!ENTITY bluez-time "0.6 SBU (additional 0.2 SBU for tests)"> 13 13 ]> -
introduction/welcome/changelog.xml
r83ef2a4 r209b020 46 46 47 47 <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> 48 62 <para>November 4th, 2015</para> 49 63 <itemizedlist> -
multimedia/libdriv/pulseaudio.xml
r83ef2a4 r209b020 8 8 "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz"> 9 9 <!ENTITY pulseaudio-download-ftp " "> 10 <!ENTITY pulseaudio-md5sum " 09668b660ffb32f2639cfd6fdc9d3b37">10 <!ENTITY pulseaudio-md5sum "9d0a9817b632cac8e3f3834d7eb1c99d"> 11 11 <!ENTITY pulseaudio-size "1.4 MB"> 12 12 <!ENTITY pulseaudio-buildsize "91 MB (additional 20 MB for tests)"> 13 <!ENTITY pulseaudio-time "1.7 SBU (additional 0. 7SBU for tests)">13 <!ENTITY pulseaudio-time "1.7 SBU (additional 0.8 SBU for tests)"> 14 14 ]> 15 15 … … 124 124 <sect2 role="installation"> 125 125 <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> 126 132 127 133 <para>
Note:
See TracChangeset
for help on using the changeset viewer.