Changeset d8f80e9
- Timestamp:
- 09/14/2019 08:43:16 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e19f9bd
- Parents:
- f6be42d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rf6be42d rd8f80e9 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to pulseaudio-13.0. Fixes 50 <ulink url="&blfs-ticket-root;12535">#12535</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[dj] - Added docbook-xml-5.0 and docbook-xml-5.1. Fixes 50 54 <ulink url="&blfs-ticket-root;3717">#3717</ulink>.</para> -
multimedia/libdriv/pulseaudio.xml
rf6be42d rd8f80e9 8 8 "https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz"> 9 9 <!ENTITY pulseaudio-download-ftp " "> 10 <!ENTITY pulseaudio-md5sum " c42f1f1465e8df9859d023dc184734bf">11 <!ENTITY pulseaudio-size "1. 6MB">12 <!ENTITY pulseaudio-buildsize " 112MB (add 2 MB for tests)">13 <!ENTITY pulseaudio-time " 1.2 SBU (add 0.7SBU for tests)">10 <!ENTITY pulseaudio-md5sum "e41d606f90254ed45c90520faf83d95c"> 11 <!ENTITY pulseaudio-size "1.8 MB"> 12 <!ENTITY pulseaudio-buildsize "93 MB (add 2 MB for tests)"> 13 <!ENTITY pulseaudio-time "0.5 SBU (Using parallelism=4; add 0.6 SBU for tests)"> 14 14 ]> 15 15 … … 127 127 commands: 128 128 </para> 129 129 <!-- 130 130 <para> 131 131 First, adapt Pulseaudio to upstream ALSA API changes: 132 132 </para> 133 --> 133 134 <!-- This is due to it becoming FATAL to include ALSA headers from 134 135 /usr/include instead of /usr/include/alsa. Only one of these … … 137 138 three seds and a call to ./bootstrap.sh to fix this. Other packages 138 139 may be affected by this upstream ALSA change as well. --> 139 140 <screen><userinput> sed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} &&140 <!-- 141 <screen><userinput>Esed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} && 141 142 sed -i "s:use-case.h:alsa/use-case.h:" configure.ac && 142 143 sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen> 143 144 <screen revision="sysv"><userinput>NOCONFIGURE=1 ./bootstrap.sh && 145 ./configure --prefix=/usr \ 144 --> 145 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 146 146 --sysconfdir=/etc \ 147 147 --localstatedir=/var \ … … 152 152 make</userinput></screen> 153 153 154 <screen revision="systemd"><userinput>NOCONFIGURE=1 ./bootstrap.sh && 155 ./configure --prefix=/usr \ 154 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 156 155 --sysconfdir=/etc \ 157 156 --localstatedir=/var \ … … 163 162 <para> 164 163 To test the results, issue: <command>make check</command>. 165 The volume-test may fail for unknown reasons. 164 <!-- The volume-test may fail for unknown reasons. 165 Works OK for pa-13.0 --> 166 166 167 <!-- apparently, the max deviation is higher than expected, i.e. assertion 167 168 failed, result of 280 > 253 : but it seems to work --> … … 256 257 257 258 <sect3><title>Configuration Information</title> 258 259 <!-- 259 260 <para> 260 261 The default configuration files allow setting up a working installation. … … 266 267 <screen role="root"><userinput>sed -i '/load-module module-console-kit/s/^/#/' /etc/pulse/default.pa</userinput></screen> 267 268 269 In 13.0 this is protected via .ifexists module-console-kit.so 270 --> 268 271 <para> 269 You may alsohave to configure the audio system. You can start272 You may have to configure the audio system. You can start 270 273 <application>pulseaudio</application> in command line mode using 271 274 <command>pulseaudio -C</command> and then list various … … 315 318 esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat), 316 319 paplay (symlink to pacat), parec (symlink to pacat), 317 parecord (symlink to pacat), pasuspender,320 parecord (symlink to pacat), qpaeq, pasuspender, 318 321 pax11publish, pulseaudio, and 319 322 <!-- it looks like the equalizer needs FFTW: qpaeq, --> … … 497 500 </varlistentry> 498 501 499 <!-- only installed if FFTW is present 502 <!-- only installed if FFTW is present --> 500 503 <varlistentry id="qpaeq"> 501 504 <term><command>qpaeq</command></term> … … 503 506 <para> 504 507 is an equalizer interface for 505 <application>PulseAudio</application> equalizer sinks. 508 <application>PulseAudio</application> equalizer sinks 509 (Requires <xref linkend="fftw"/> at build time). 506 510 </para> 507 511 <indexterm zone="pulseaudio qpaeq"> … … 510 514 </listitem> 511 515 </varlistentry> 512 --> 516 513 517 <!-- Not found in PA 7.0 514 518 <varlistentry id="start-pulseaudio-kde"> -
packages.ent
rf6be42d rd8f80e9 949 949 <!ENTITY opus-version "1.3.1"> 950 950 <!ENTITY pipewire-version "0.2.6"> 951 <!ENTITY pulseaudio-major-version "1 2.2">951 <!ENTITY pulseaudio-major-version "13.0"> 952 952 <!ENTITY pulseaudio-version "&pulseaudio-major-version;"> 953 953 <!ENTITY sdl-version "1.2.15">
Note:
See TracChangeset
for help on using the changeset viewer.