Changeset a9c0e8d
- Timestamp:
- 10/15/2017 09:22:27 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- f2e7e668
- Parents:
- d6aa5ce
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
rd6aa5ce ra9c0e8d 73 73 </itemizedlist> 74 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Optional patch: 80 <ulink url="&patch-root;/glib-&glib2-version;-skip_warnings-1.patch"/> 81 </para> 82 </listitem> 83 </itemizedlist> 84 75 85 <bridgehead renderas="sect3">GLib Dependencies</bridgehead> 76 77 86 <!-- 78 87 <bridgehead renderas="sect4">Required</bridgehead> … … 118 127 <sect2 role="installation"> 119 128 <title>Installation of GLib</title> 129 130 <para>If desired, appy the optional patch. In many cases, applications that 131 use this library, either directly or indirectly via other libraries such 132 as <xref linkend="gtk3"/>, output numerous warnings when run from the 133 command line. This patch enables the use of an environment variable, 134 GLIB_LOG_LEVEL, that supresses unwanted messages. The value of the 135 variable is a digit that corresponds to:</para> 136 137 <simplelist> 138 <member>1 Alert</member> 139 <member>2 Critical</member> 140 <member>3 Error</member> 141 <member>4 Warning</member> 142 <member>5 Notice</member> 143 </simplelist> 144 145 <para>For instance GLIB_LOG_LEVEL=4 will skip output of Warning and 146 Notice messages (and Info/Debug messages if they are turned on). 147 If GLIB_LOG_LEVEL is not defined, normal message output will not 148 be affected.</para> 149 150 <screen><userinput>patch -Np1 -i ../glib-&glib2-version;-skip_warnings-1.patch</userinput></screen> 120 151 121 152 <para> -
introduction/welcome/changelog.xml
rd6aa5ce ra9c0e8d 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Add an optional patch to glib to allow 50 user supression of unwanted warning messages.</para> 51 </listitem> 52 <listitem> 49 53 <para>[pierre] - Update to sddm-0.16.0. Fixes 50 54 <ulink url="&blfs-ticket-root;9865">#9865</ulink>.</para> -
stylesheets/lfs-xsl/lfs.css
rd6aa5ce ra9c0e8d 322 322 } 323 323 324 table.simplelist { 325 margin-left: 5em; 326 } 324 327 325 328 /* table */ -
x/lib/qtwebengine.xml
rd6aa5ce ra9c0e8d 42 42 <application>QtWebEngine</application> integrates 43 43 <application>chromium</application>"s web capabilities into Qt. It 44 ships with its own copy of ninja which it uses for the 45 build, and various copies of libraries from ffmpeg, icu, libvpx, and zlib46 (including libminizip) which have been forked by the44 ships with its own copy of ninja which it uses for the build if it cannot 45 find a system copy, and various copies of libraries from ffmpeg, icu, 46 libvpx, and zlib (including libminizip) which have been forked by the 47 47 <application>chromium</application> developers. 48 48 </para> -
xsoft/graphweb/chromium.xml
rd6aa5ce ra9c0e8d 124 124 <xref linkend="mitkrb"/>, 125 125 <xref linkend="mesa"/>, 126 <xref linkend="ninja"/>,127 126 <xref linkend="nodejs"/>, 128 127 <xref linkend="nss"/>,
Note:
See TracChangeset
for help on using the changeset viewer.