mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to ModemManager-1.14.0
Update to libwacom-1.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23323 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b29eaed25b
commit
6aa4b2e803
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libwacom-download-http "https://github.com/linuxwacom/libwacom/releases/download/libwacom-&libwacom-version;/libwacom-&libwacom-version;.tar.bz2">
|
||||
<!ENTITY libwacom-download-ftp " ">
|
||||
<!ENTITY libwacom-md5sum "02c5ea92479faff2921b06634c079cc8">
|
||||
<!ENTITY libwacom-size "500 KB">
|
||||
<!ENTITY libwacom-buildsize "9.1 MB (with tests)">
|
||||
<!ENTITY libwacom-md5sum "eb208b8a5d84abc796665a691f3b812c">
|
||||
<!ENTITY libwacom-size "504 KB">
|
||||
<!ENTITY libwacom-buildsize "9.2 MB (with tests)">
|
||||
<!ENTITY libwacom-time "less than 0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
|
@ -110,6 +110,8 @@ makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen
|
||||
<para>
|
||||
To test the results, issue: <command>./check-guile</command>.
|
||||
</para>
|
||||
<!-- 10 of the numbers tests fail on i686. This should probably be looked
|
||||
into at a later point in time. -renodr -->
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY ModemManager-download-http "https://www.freedesktop.org/software/ModemManager/ModemManager-&ModemManager-version;.tar.xz">
|
||||
<!ENTITY ModemManager-download-ftp " ">
|
||||
<!ENTITY ModemManager-md5sum "35cf22849d243cd2a026caf9851959d3">
|
||||
<!ENTITY ModemManager-md5sum "e8bea68b0cce6fe19cc71237aa2915c1">
|
||||
<!ENTITY ModemManager-size "2.2 MB">
|
||||
<!ENTITY ModemManager-buildsize "133 MB (with tests)">
|
||||
<!ENTITY ModemManager-time "0.4 SBU (Using parallelism=4; with tests)">
|
||||
<!ENTITY ModemManager-buildsize "137 MB (with tests)">
|
||||
<!ENTITY ModemManager-time "0.5 SBU (Using parallelism=4; with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="ModemManager" xreflabel="ModemManager-&ModemManager-version;">
|
||||
@ -110,7 +110,6 @@
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-more-warnings=no \
|
||||
--with-systemd-journal=no \
|
||||
--with-systemd-suspend-resume &&
|
||||
make</userinput></screen>
|
||||
@ -118,7 +117,6 @@ make</userinput></screen>
|
||||
<screen revision="systemd"><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-more-warnings=no \
|
||||
--with-systemd-journal \
|
||||
--with-systemd-suspend-resume \
|
||||
--disable-static &&
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>June 24th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to ModemManager-1.14.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;13710">#13710</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libwacom-1.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;13708">#13708</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libjpeg-turbo-2.0.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;13709">#13709</ulink>.</para>
|
||||
|
@ -172,7 +172,7 @@ which is built separately after libxml2.so has been installed,
|
||||
to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libxml2-version "2.9.10">
|
||||
<!ENTITY libxslt-version "1.1.34">
|
||||
<!ENTITY libwacom-version "1.3">
|
||||
<!ENTITY libwacom-version "1.4">
|
||||
<!ENTITY lzo-version "2.10">
|
||||
<!ENTITY mtdev-version "1.1.6">
|
||||
<!ENTITY nodejs-version "12.18.1">
|
||||
@ -291,7 +291,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY logrotate-version "3.16.0">
|
||||
<!ENTITY lsb-tools-version "0.6">
|
||||
<!ENTITY mc-version "4.8.24">
|
||||
<!ENTITY ModemManager-version "1.12.10">
|
||||
<!ENTITY ModemManager-version "1.14.0">
|
||||
<!ENTITY notification-daemon-version "3.20.0">
|
||||
<!ENTITY obex-data-server-version "0.4.6">
|
||||
<!ENTITY p7zip-version "16.02">
|
||||
|
Loading…
Reference in New Issue
Block a user