Changeset 8e4d9e6e
- Timestamp:
- 06/25/2020 06:16:17 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a69ca8e
- Parents:
- 44ce01f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r44ce01f r8e4d9e6e 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to mariadb-10.5.4. Fixes 49 <ulink url="&blfs-ticket-root;13720">#13720</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to exempi-2.5.2. Fixes 49 53 <ulink url="&blfs-ticket-root;13715">#13715</ulink>.</para> -
multimedia/libdriv/pulseaudio.xml
r44ce01f r8e4d9e6e 127 127 commands: 128 128 </para> 129 <!-- 130 <para> 131 First, adapt Pulseaudio to upstream ALSA API changes: 132 </para> 133 --> 134 <!-- This is due to it becoming FATAL to include ALSA headers from 135 /usr/include instead of /usr/include/alsa. Only one of these 136 files uses pkg-config to get it's headers, and as a result, 137 the hardcoded paths need to be updated. In this case, I developed 138 three seds and a call to ./bootstrap.sh to fix this. Other packages 139 may be affected by this upstream ALSA change as well. --> 140 <!-- 141 <screen><userinput>Esed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} && 142 sed -i "s:use-case.h:alsa/use-case.h:" configure.ac && 143 sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen> 144 --> 129 145 130 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 146 131 --sysconfdir=/etc \ 147 132 --localstatedir=/var \ 148 --disable-bluez4 \149 133 --disable-bluez5 \ 150 134 --disable-rpath \ … … 155 139 --sysconfdir=/etc \ 156 140 --localstatedir=/var \ 157 --disable-bluez4 \158 141 --disable-bluez5 \ 159 142 --disable-rpath && … … 162 145 <para> 163 146 To test the results, issue: <command>make check</command>. 164 <!-- The volume-test may fail for unknown reasons.165 Works OK for pa-13.0 -->166 167 <!-- apparently, the max deviation is higher than expected, i.e. assertion168 failed, result of 280 > 253 : but it seems to work -->169 147 </para> 170 148 … … 189 167 <sect2 role="commands"> 190 168 <title>Command Explanations</title> 191 <!--192 <para>193 <command>AUTOPOINT='intltoolize ...</command>:194 <command>autoreconf</command> needs to be run after applying the195 patch. Running <command>intltoolize</command> instead of196 <command>autopoint</command> prevents an error when running197 <command>configure</command> afterwards.198 </para>199 -->200 201 <para>202 <parameter>--disable-bluez4</parameter>: This switch disables203 support for <application>BlueZ</application> version 4 in favour204 of <application>BlueZ</application> version 5 since the latter205 also installs compatibility library for the earlier version.206 </para>207 169 208 170 <para> -
packages.ent
r44ce01f r8e4d9e6e 660 660 <!ENTITY db-version "5.3.28"> 661 661 <!ENTITY lmdb-version "0.9.24"> 662 <!ENTITY mariadb-version "10. 4.13">662 <!ENTITY mariadb-version "10.5.4"> 663 663 <!ENTITY postgresql-version "12.3"> 664 664 <!ENTITY sqlite-version "3.32.3"> -
server/databases/mariadb.xml
r44ce01f r8e4d9e6e 8 8 <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> 9 9 <!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> 10 <!ENTITY mariadb-md5sum " 89e832d6d89dc9bd4c98657a954e0f2c">11 <!ENTITY mariadb-size " 77MB">12 <!ENTITY mariadb-buildsize "1. 6 GB">13 <!ENTITY mariadb-time " 8.5SBU (with parallelism=4, add 0.4 SBU for tests)">10 <!ENTITY mariadb-md5sum "056c7351d99f2dff579f8ab40ee4a463"> 11 <!ENTITY mariadb-size "83 MB"> 12 <!ENTITY mariadb-buildsize "1.7 GB (637 MB installed)"> 13 <!ENTITY mariadb-time "7.8 SBU (with parallelism=4, add 0.4 SBU for tests)"> 14 14 ]> 15 15 … … 148 148 </para> 149 149 150 <screen><userinput>sed -i "s@data/test@\${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt && 151 152 mkdir build && 150 <screen><userinput>mkdir build && 153 151 cd build && 154 152 … … 187 185 188 186 <para> 189 Where N is the number of tests to run in parallel. A little190 over 3700 tests are run in about 14 SBU with N=4. Threetests187 Where N is the number of tests to run in parallel. 188 Over 5400 tests are run in about 24 SBU with N=4. Two tests 191 189 are known to fail due to character set issues. 192 190 </para></note> … … 202 200 <sect2 role="commands"> 203 201 <title>Command Explanations</title> 204 205 <para>206 <command>sed -i ... sql/CMakeLists.txt</command>: Set correct installation207 directory for some components.208 </para>209 202 210 203 <para>
Note:
See TracChangeset
for help on using the changeset viewer.