Changeset b327731
- Timestamp:
- 12/03/2022 11:13:17 AM (4 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- d1901e49
- Parents:
- faf21451
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
rfaf21451 rb327731 7 7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz"> 8 8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz"> 9 <!ENTITY glib2-md5sum " 06745709784eddb4a3860e1814f795e8">9 <!ENTITY glib2-md5sum "fb204b89b0004110911dede3441597a1"> 10 10 <!ENTITY glib2-size "4.9 MB"> 11 <!ENTITY glib2-buildsize "1 19 MB (add 7MB for tests)">12 <!ENTITY glib2-time "0. 4 SBU (add 0.5SBU for tests; both using parallelism=4)">11 <!ENTITY glib2-buildsize "140 MB (add 8 MB for tests)"> 12 <!ENTITY glib2-time "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)"> 13 13 ]> 14 14 … … 89 89 <bridgehead renderas="sect4">Optional</bridgehead> 90 90 <para role="optional"> 91 <xref linkend="dbus"/> and 91 <xref linkend="dbus"/> (for some tests), 92 <xref linkend="fuse3"/> and 92 93 <ulink url="https://bindfs.org/">bindfs</ulink> 93 (both may be used in some tests),94 (both needed for one test), 94 95 <xref linkend="gdb"/> (for bindings), 95 96 <xref linkend="DocBook"/>, … … 124 125 <sect2 role="installation"> 125 126 <title>Installation of GLib</title> 126 <!-- Remove the next para and screen for glib-2.72.3 or above 127 <para> 128 First, fix an issue in MIME file content lookup, which may prevent 129 displaying <command>file://</command> URL's in webkitgtk based browsers. 130 </para> 131 132 <screen><userinput>patch -Np1 -i ../glib-&glib2-version;-fix_xdgmime-1.patch</userinput></screen> 133 --> 127 134 128 <para> 135 129 If desired, apply the optional patch. In many cases, applications that … … 237 231 238 232 NOTE: systemd implements this as a hard requirement. --> 239 <!-- with 2.60.4 on systemd, all tests pass. --> 233 <!-- one test, g-file-info-filesystem-readonly.c, needs both 234 bindfs and fusermount. With fuse3, you need to either create 235 a fusermount->fusermount3 symlink or alter the source of the 236 test so that fusermount3 is seeked and used. bindfs can be 237 built against fuse3. The test is skipped if the dependencies 238 are not found, and reported to pass.--> 240 239 <!-- with 2.64.1 on sysV, all tests pass. --> 241 240 <!-- with 2.70.1 on sysV, all tests pass. --> … … 243 242 <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] --> 244 243 <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] --> 245 </para> 246 244 <!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] --> 245 </para> 246 <!-- 2.64 is two years old 247 247 <para> 248 248 Finally, if this is a reinstall from glib2-2.64.x or earlier, remove … … 252 252 253 253 <screen role="nodump"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen> 254 254 --> 255 255 </sect2> 256 256 -
introduction/welcome/changelog.xml
rfaf21451 rb327731 40 40 --> 41 41 <listitem> 42 <para>December 3rd, 2022</para> 43 <itemizedlist> 44 <listitem> 45 <para>[pierre] - Update to glib-2.74.3. Fixes 46 <ulink url="&blfs-ticket-root;17237">#17237</ulink>.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 42 52 <para>December 2nd, 2022</para> 43 53 <itemizedlist> -
packages.ent
rfaf21451 rb327731 99 99 <!ENTITY fftw-version "3.3.10"> 100 100 <!ENTITY glib2-minor "2.74"> 101 <!ENTITY glib2-version "&glib2-minor;. 0">101 <!ENTITY glib2-version "&glib2-minor;.3"> 102 102 <!ENTITY glibmm-version "2.66.5"> 103 103 <!ENTITY gmime3-version "3.2.7">
Note:
See TracChangeset
for help on using the changeset viewer.