Changeset f68e46f
- Timestamp:
- 12/07/2019 09:23:42 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 078db5b6
- Parents:
- aa41434
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
raa41434 rf68e46f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 6th, &year;">9 <!ENTITY releasedate "December 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/graphviz.xml
raa41434 rf68e46f 148 148 <ulink url="http://sourceforge.net/projects/lasi/">libLASi</ulink>, 149 149 <ulink url="http://www.freedesktop.org/wiki/Software/glitz">glitz</ulink>, 150 and <ulink url="http://www.libming.org/">libming</ulink> ( Macromedia150 and <ulink url="http://www.libming.org/">libming</ulink> (Adobe 151 151 Flash) 152 152 </para> -
general/prog/pygtk.xml
raa41434 rf68e46f 121 121 <sect3 role="installation"> 122 122 <title>Installation of PyGTK</title> 123 124 <para> 125 First, adapt PyGTK to changes in Pango by removing undefined 126 APIs: 127 </para> 128 129 <screen><userinput remap="pre">sed -i '1394,1402 d' pango.defs</userinput></screen> 123 130 124 131 <para> -
gnome.ent
raa41434 rf68e46f 52 52 <!ENTITY gvfs-version "1.42.2"> 53 53 <!ENTITY gexiv2-version "0.12.0"> 54 <!ENTITY nautilus-version "3.34. 1">54 <!ENTITY nautilus-version "3.34.2"> 55 55 <!ENTITY zenity-version "3.32.0"> 56 56 <!ENTITY gnome-bluetooth-version "3.34.0"> -
gnome/platform/nautilus.xml
raa41434 rf68e46f 9 9 <!ENTITY nautilus-download-ftp 10 10 "&gnome-download-ftp;/nautilus/&gnome-minor-34;/nautilus-&nautilus-version;.tar.xz"> 11 <!ENTITY nautilus-md5sum " 19e4f1d89fb9d0ff135d5b1974ce43b5">12 <!ENTITY nautilus-size "3. 0MB">11 <!ENTITY nautilus-md5sum "88573061544040c0ff960f934aa83719"> 12 <!ENTITY nautilus-size "3.1 MB"> 13 13 <!ENTITY nautilus-buildsize "154 MB (with tests)"> 14 14 <!ENTITY nautilus-time "1.0 SBU (with tests)"> … … 90 90 <xref linkend="desktop-file-utils"/>, 91 91 <xref linkend="exempi"/>, 92 <xref linkend="gobject-introspection"/>, and 92 <xref linkend="gobject-introspection"/>, 93 <xref linkend="gst10-plugins-base"/>, and 93 94 <xref linkend="libexif"/> 94 95 </para> -
introduction/welcome/changelog.xml
raa41434 rf68e46f 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 7th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Adapt PyGTK to API changes in Pango.</para> 49 </listitem> 50 <listitem> 51 <para>[renodr] - Update to Nautilus-3.34.2. Fixes 52 <ulink url="&blfs-ticket-root;12803">#12803</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[renodr] - Update to a cairo snapshot (1.17.2 + master). 56 The new version is 1.17.2+f93fc72c03e. Fixes 57 <ulink url="&blfs-ticket-root;12880">#12880</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to pango-1.44.7. Fixes 61 <ulink url="&blfs-ticket-root;12355">#12355</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 44 66 <listitem> 45 67 <para>December 6th, 2019</para> -
packages.ent
raa41434 rf68e46f 683 683 <!ENTITY at-spi2-core-version "2.34.0"> 684 684 <!ENTITY at-spi2-atk-version "2.34.1"> 685 <!ENTITY cairo-version "1.1 6.0">685 <!ENTITY cairo-version "1.17.2+f93fc72c03e"> 686 686 <!ENTITY cairomm-version "1.12.2"> 687 687 <!ENTITY cogl-version "1.22.4"> … … 711 711 <!ENTITY libnotify-version "0.7.8"> 712 712 <!ENTITY libxklavier-version "5.4"> 713 <!ENTITY pango-version "1.4 2.4">713 <!ENTITY pango-version "1.44.7"> 714 714 <!ENTITY pangomm-version "2.42.0"> 715 715 <!ENTITY qt5-version "5.13.2"> -
x/lib/cairo.xml
raa41434 rf68e46f 5 5 %general-entities; 6 6 7 <!-- 7 8 <!ENTITY cairo-download-http "https://www.cairographics.org/releases/cairo-&cairo-version;.tar.xz"> 9 --> 10 <!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz"> 8 11 <!ENTITY cairo-download-ftp " "> 9 <!ENTITY cairo-md5sum " f19e0353828269c22bd72e271243a552">10 <!ENTITY cairo-size "4 1MB">11 <!ENTITY cairo-buildsize "1 37MB">12 <!ENTITY cairo-time "0. 4 SBU (using parallelism=4)">12 <!ENTITY cairo-md5sum "2759d78f2b1fa7aca278ee77d304ef01"> 13 <!ENTITY cairo-size "48 MB"> 14 <!ENTITY cairo-buildsize "148 MB"> 15 <!ENTITY cairo-time "0.9 SBU"> 13 16 ]> 14 17 … … 107 110 <xref linkend="libdrm"/>, 108 111 <xref linkend="librsvg"/>, 112 <xref linkend="libxml2"/>, 109 113 <xref linkend="lzo"/>, 110 114 <xref linkend="mesa"/>, 111 115 <xref linkend="poppler"/>, 116 <xref linkend="qt5"/>, 112 117 <xref linkend="valgrind"/>, 113 118 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>, -
x/lib/pango.xml
raa41434 rf68e46f 5 5 %general-entities; 6 6 7 <!ENTITY pango-download-http "&gnome-download-http;/pango/1.4 2/pango-&pango-version;.tar.xz">8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.4 2/pango-&pango-version;.tar.xz">9 <!ENTITY pango-md5sum " deb171a31a3ad76342d5195a1b5bbc7c">10 <!ENTITY pango-size " 816KB">11 <!ENTITY pango-buildsize " 18MB (with tests)">12 <!ENTITY pango-time "0. 1SBU (with tests)">7 <!ENTITY pango-download-http "&gnome-download-http;/pango/1.44/pango-&pango-version;.tar.xz"> 8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.44/pango-&pango-version;.tar.xz"> 9 <!ENTITY pango-md5sum "c75cc5b833d934d98e83343832e20e5d"> 10 <!ENTITY pango-size "512 KB"> 11 <!ENTITY pango-buildsize "24 MB (with tests)"> 12 <!ENTITY pango-time "0.2 SBU (with tests)"> 13 13 ]> 14 14 … … 32 32 <para> 33 33 <application>Pango</application> is a library for laying out and rendering 34 oftext, with an emphasis on internationalization. It can be used anywhere34 text, with an emphasis on internationalization. It can be used anywhere 35 35 that text layout is needed, though most of the work on 36 36 <application>Pango</application> so far has been done in the context of … … 120 120 121 121 <para> 122 To test the results, issue: <command>ninja test</command>. One test, 123 <filename>test-layout</filename>, is known to fail. 122 To test the results, issue: <command>ninja test</command>. Three tests, 123 <filename>test-layout</filename>, 124 <filename>test-break</filename>, and 125 <filename>test-itemize</filename> are known to fail. 124 126 </para> 125 127 … … 207 209 </seg> 208 210 <seg> 209 /usr/include/pango-1.0, 210 /usr/share/installed-tests/pango, and 211 /usr/include/pango-1.0 and 211 212 /usr/share/gtk-doc/html/pango 212 213 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.