Changeset 716a45fb
- Timestamp:
- 03/10/2020 05:37:34 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4040245
- Parents:
- bad2cbca
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rbad2cbca r716a45fb 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to cogl-1.22.6. Fixes 49 <ulink url="&blfs-ticket-root;13252">#13252</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to clutter-1.26.4. Fixes 53 <ulink url="&blfs-ticket-root;13251">#13251</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[bdubbs] - Update to xfce4-power-manager-1.6.6. Fixes 49 57 <ulink url="&blfs-ticket-root;13249">#13249</ulink>.</para> -
packages.ent
rbad2cbca r716a45fb 694 694 <!ENTITY cairo-version "1.17.2+f93fc72c03e"> 695 695 <!ENTITY cairomm-version "1.12.2"> 696 <!ENTITY cogl-version "1.22. 4">697 <!ENTITY clutter-version "1.26. 2">696 <!ENTITY cogl-version "1.22.6"> 697 <!ENTITY clutter-version "1.26.4"> 698 698 <!ENTITY clutter-gst-version "3.0.27"> 699 699 <!ENTITY clutter-gtk-version "1.8.4"> -
x/lib/clutter.xml
rbad2cbca r716a45fb 7 7 <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.26/clutter-&clutter-version;.tar.xz"> 8 8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.26/clutter-&clutter-version;.tar.xz"> 9 <!ENTITY clutter-md5sum " a03482cbacf735eca8c996f210a21ee5">10 <!ENTITY clutter-size "5. 1MB">11 <!ENTITY clutter-buildsize " 85MB (with tests)">12 <!ENTITY clutter-time " 1.2 SBU (with tests)">9 <!ENTITY clutter-md5sum "624dd776a5159de0267587b1df6b97b2"> 10 <!ENTITY clutter-size "5.2 MB"> 11 <!ENTITY clutter-buildsize "93 MB (with tests)"> 12 <!ENTITY clutter-time "0.7 SBU (Using parallelism=4; with tests)"> 13 13 ]> 14 14 … … 140 140 To test the results, issue: <command>make -k check</command> (you must be 141 141 in an xterm or similar to do this, because it launches some windows). 142 The test named actor-offscreen-redirect may hang. 143 <!-- Two tests have been observed to indicate ERROR, but each is flagged twice. --> 142 <!-- The test named actor-offscreen-redirect may hang.--> 143 <!-- Two tests have been observed to indicate ERROR, but each is flagged twice. 144 For version 1.26.4 all tests pass. --> 144 145 </para> 145 146 -
x/lib/cogl.xml
rbad2cbca r716a45fb 10 10 <!ENTITY cogl-download-http "&gnome-download-http;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz"> 11 11 <!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz"> 12 <!ENTITY cogl-md5sum " 31755015a865c4af51ac84f6e53af8ab">13 <!ENTITY cogl-size "1. 6MB">14 <!ENTITY cogl-buildsize " 55 MB">15 <!ENTITY cogl-time "0.3 SBU (Using parallelism=4; add 0. 5SBU for tests)">12 <!ENTITY cogl-md5sum "7bcc01edb5462d4d08d01bf893feddb0"> 13 <!ENTITY cogl-size "1.7 MB"> 14 <!ENTITY cogl-buildsize "61 MB (add 2 MB for tests)"> 15 <!ENTITY cogl-time "0.3 SBU (Using parallelism=4; add 0.6 SBU for tests)"> 16 16 ]> 17 17 … … 134 134 <screen><userinput>autoreconf && 135 135 136 ./configure --prefix=/usr --enable-gles1 --enable-gles2 \ 137 --enable-{kms,wayland,xlib}-egl-platform \ 138 --enable-wayland-egl-server && 136 ./configure --prefix=/usr \ 137 --enable-gles1 \ 138 --enable-gles2 \ 139 --enable-{kms,wayland,xlib}-egl-platform \ 140 --enable-wayland-egl-server && 139 141 make</userinput></screen> 140 142
Note:
See TracChangeset
for help on using the changeset viewer.