Changeset f176628
- Timestamp:
- 11/12/2020 02:12:06 AM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- b7e5cdc1
- Parents:
- fb9b0c1
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rfb9b0c1 rf176628 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[renodr] - Added gdk-pixbuf-xlib. Fixes 50 <ulink url="&blfs-ticket-root;14225">#14225</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to gdk-pixbuf-2.42.0. Fixes 54 <ulink url="&blfs-ticket-root;14224">#14224</ulink>.</para> 55 </listitem> 56 <listitem> 49 57 <para>[renodr] - Archive libhandy-0.x.</para> 50 58 </listitem> -
packages.ent
rfb9b0c1 rf176628 727 727 <!ENTITY fltk-version "1.3.5"> 728 728 <!ENTITY freeglut-version "3.2.1"> 729 <!ENTITY gdk-pixbuf-version "2.40.0"> 729 <!ENTITY gdk-pixbuf-version "2.42.0"> 730 <!ENTITY gdk-pixbuf-xlib-version "3116b8ae"> 730 731 <!ENTITY gdl-version "3.34.0"> 731 732 <!ENTITY glew-version "2.1.0"> -
x/lib/gdk-pixbuf.xml
rfb9b0c1 rf176628 6 6 7 7 <!ENTITY gdk-pixbuf-download-http 8 "&gnome-download-http;/gdk-pixbuf/2.4 0/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">8 "&gnome-download-http;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz"> 9 9 <!ENTITY gdk-pixbuf-download-ftp 10 "&gnome-download-ftp;/gdk-pixbuf/2.4 0/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">11 <!ENTITY gdk-pixbuf-md5sum " 05eb1ebc258ba905f1c8644ef49de064">12 <!ENTITY gdk-pixbuf-size " 5.3MB">13 <!ENTITY gdk-pixbuf-buildsize "6 4MB (with tests)">14 <!ENTITY gdk-pixbuf-time "0. 3SBU (with tests)">10 "&gnome-download-ftp;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz"> 11 <!ENTITY gdk-pixbuf-md5sum "319ebe4d10db655308fd0ad268101542"> 12 <!ENTITY gdk-pixbuf-size "6.2 MB"> 13 <!ENTITY gdk-pixbuf-buildsize "62 MB (with tests)"> 14 <!ENTITY gdk-pixbuf-time "0.2 SBU (with tests)"> 15 15 ]> 16 16 … … 90 90 <para role="recommended"> 91 91 <xref role="runtime" linkend="librsvg"/> (runtime dependency, needed for 92 loading symbolic icons), 93 <xref linkend="libtiff"/>, and 94 <xref linkend="xorg7-lib"/> 95 (<emphasis>Many</emphasis> <application>GTK+</application> 96 applications <emphasis>require</emphasis> gdk-pixbuf-xlib). 92 loading symbolic icons) and 93 <xref linkend="libtiff"/> 97 94 </para> 98 95 … … 104 101 <bridgehead renderas="sect4">Optional</bridgehead> 105 102 <para role="optional"> 106 <xref linkend="jasper"/> and103 <!--<xref linkend="jasper"/> and--> 107 104 <xref linkend="gtk-doc"/> 108 105 </para> … … 154 151 155 152 <para> 156 <option>-D docs=true</option>: Use this parameter if153 <option>-Dgtk_doc=true</option>: Use this parameter if 157 154 <application>GTK-Doc</application> is installed and you wish to rebuild 158 155 and install the API documentation. 159 156 </para> 160 157 <!-- Removed in 2.42.0 161 158 <para> 162 159 <option>-Djasper=true</option>: If you've installed … … 165 162 JPEG2000 image loader, pass this switch to meson. 166 163 </para> 167 164 --> 168 165 </sect2> 169 166 … … 181 178 gdk-pixbuf-pixdata, 182 179 gdk-pixbuf-query-loaders, and 183 gdk-pixbuf-thumbnailer ,180 gdk-pixbuf-thumbnailer 184 181 </seg> 185 182 <seg> 186 libgdk_pixbuf-2.0.so and 187 libgdk_pixbuf_xlib-2.0.so 183 libgdk_pixbuf-2.0.so 188 184 </seg> 189 185 <seg> -
x/lib/lib.xml
rfb9b0c1 rf176628 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/> 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/> 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf-xlib.xml"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdl.xml"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glew.xml"/> -
x/wm/icewm.xml
rfb9b0c1 rf176628 77 77 <xref linkend="cmake"/>, 78 78 <xref linkend="x-window-system"/>, and 79 <xref linkend="gdk-pixbuf "/>79 <xref linkend="gdk-pixbuf-xlib"/> 80 80 </para> 81 81 -
xsoft/other/xscreensaver.xml
rfb9b0c1 rf176628 82 82 <bridgehead renderas="sect4">Required</bridgehead> 83 83 <para role="required"> 84 <xref linkend="libglade"/> and 84 <xref linkend="gdk-pixbuf"/>, 85 <xref linkend="libglade"/>, and 85 86 <xref linkend="xorg7-app"/> 86 87 </para>
Note:
See TracChangeset
for help on using the changeset viewer.