mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to gjs-1.54.3
Update to libsecret-0.18.7 Add a note to cogl about the test suite using all CPUs regardless of MAKEFLAGS Add a systemd-specific section to the Command Explanations section in libinput regarding libwacom Comment out the --enable-drm option in FAAC. We don't recommend it, and in fact say - Don't use it, so let's not mention it Other small typo fixes git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20901 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d973faffa4
commit
979dcbd50f
@ -17,14 +17,14 @@
|
||||
<!-- Platform -->
|
||||
<!ENTITY gcr-version "3.28.0">
|
||||
<!ENTITY gsettings-desktop-schemas-version "3.28.1">
|
||||
<!ENTITY libsecret-version "0.18.6">
|
||||
<!ENTITY libsecret-version "0.18.7">
|
||||
<!ENTITY rest-version "0.8.1">
|
||||
<!ENTITY totem-pl-parser-version "3.26.1">
|
||||
<!ENTITY vte-version "0.54.2">
|
||||
<!ENTITY yelp-xsl-version "3.30.1">
|
||||
<!ENTITY GConf-version "3.2.6">
|
||||
<!ENTITY geocode-glib-version "3.26.0">
|
||||
<!ENTITY gjs-version "1.54.1">
|
||||
<!ENTITY gjs-version "1.54.3">
|
||||
<!ENTITY gnome-autoar-version "0.2.3">
|
||||
<!ENTITY gnome-desktop-version "3.28.2">
|
||||
<!ENTITY gnome-menus-version "3.13.3">
|
||||
|
@ -6,10 +6,9 @@
|
||||
|
||||
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-md5sum "54530c44fef502ac5a0fbc5772d77ace">
|
||||
<!ENTITY gjs-md5sum "387dd08d40d4f1f1ffec9546b52e7619">
|
||||
<!ENTITY gjs-size "636 KB">
|
||||
<!ENTITY gjs-buildsize "78 MB (with tests)">
|
||||
<!-- 100 MB less - seems fishy, but seems to work. -->
|
||||
<!ENTITY gjs-time "1.0 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -116,6 +115,7 @@ make</userinput></screen>
|
||||
tests will fail if not running in an Xorg session. Two tests that
|
||||
use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
|
||||
in our environment.
|
||||
<!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
|
||||
<!ENTITY libsecret-download-ftp "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
|
||||
<!ENTITY libsecret-md5sum "c6cf132a56bd346fbf49a43abb02e5c2">
|
||||
<!ENTITY libsecret-size "480 KB">
|
||||
<!ENTITY libsecret-buildsize "12 MB">
|
||||
<!ENTITY libsecret-time "0.2 SBU">
|
||||
<!ENTITY libsecret-md5sum "376153ece17081eb5410870e0dc5c031">
|
||||
<!ENTITY libsecret-size "500 KB">
|
||||
<!ENTITY libsecret-buildsize "17 MB">
|
||||
<!ENTITY libsecret-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libsecret" xreflabel="libsecret-&libsecret-version;">
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>January 1st, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libsecret-0.18.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;11491">#11491</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gjs-1.54.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;11276">#11276</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Update to make-ca-1.1. Complete configuration of P11-Kit
|
||||
trust-extract-compat to utilize both P11-kit and make-ca.</para>
|
||||
|
@ -104,15 +104,17 @@ aplay Front_Left.wav</userinput></screen>
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<!-- 1.28: This is still broken, it causes a segfault. -->
|
||||
|
||||
<para><option>--enable-drm</option>: This option is supposed to enable
|
||||
<!--
|
||||
<para><option>- -enable-drm</option>: This option is supposed to enable
|
||||
support for encoding files for
|
||||
<ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but
|
||||
actually breaks the base functionality of the package (e.g., the resulting
|
||||
<command>faac</command> program produces files that cannot be decoded
|
||||
by <xref linkend="faad2"/>, even if compiled with DRM support).
|
||||
Don't use it.</para>
|
||||
|
||||
-->
|
||||
<!-- Since we say "Don't use it", let's not even list it. That would open up
|
||||
the possibility of a user seeing it and enabling it anyway. -->
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
@ -86,7 +86,8 @@
|
||||
<xref linkend="mitkrb"/>,
|
||||
<ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
|
||||
<ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>
|
||||
<!-- Note - this URL is broken as of 08-16-2018 -->
|
||||
<!-- Note - this URL is broken as of 08-16-2018
|
||||
01-01-2019 - still broken. -->
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -220,11 +220,17 @@ cp -rv api/* /usr/share/doc/libinput-&libinput-version;/api</userinput
|
||||
installed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<para revision="sysv">
|
||||
<option>-Dlibwacom=false</option>: Remove this
|
||||
option if you have the external library libwacom installed.
|
||||
</para>
|
||||
|
||||
<para revision="systemd">
|
||||
<option>-Dlibwacom=false</option>: Remove this option if you
|
||||
have <xref linkend="libwacom"/> installed, or if you are installing
|
||||
GNOME.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 role="content">
|
||||
@ -237,7 +243,7 @@ cp -rv api/* /usr/share/doc/libinput-&libinput-version;/api</userinput
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
libinput,
|
||||
libinput
|
||||
<!-- libinput-debug-events, libinput-list-devices, libinput-measure*,
|
||||
libinput-record, libinput-replay Library Executables -->
|
||||
</seg>
|
||||
|
@ -139,7 +139,8 @@ make</userinput></screen>
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>. The
|
||||
tests should be run from an X terminal on the hardware accelerated
|
||||
Xorg Server.
|
||||
Xorg Server. A few tests will use all CPUs in parallel, regardless of
|
||||
parallellism settings.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -99,7 +99,7 @@
|
||||
<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>If you installed only Python 3 PyXDG module convert one of the
|
||||
<para>If you only installed the Python 3 PyXDG module convert one of the
|
||||
scripts to Python 3:</para>
|
||||
|
||||
<screen><userinput>2to3 -w data/autostart/openbox-xdg-autostart &&
|
||||
|
Loading…
Reference in New Issue
Block a user