Changeset fb25573
- Timestamp:
- 09/24/2021 07:15:34 PM (2 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 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:
- 37a43a5a
- Parents:
- 60530f7
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome.ent
r60530f7 rfb25573 22 22 <!ENTITY rest-version "0.8.1"> 23 23 <!ENTITY totem-pl-parser-version "3.26.6"> 24 <!ENTITY vte-version "0.6 4.2">24 <!ENTITY vte-version "0.66.0"> 25 25 <!ENTITY yelp-xsl-version "40.2"> 26 26 <!ENTITY GConf-version "3.2.6"> -
gnome/platform/vte.xml
r60530f7 rfb25573 5 5 %general-entities; 6 6 7 <!ENTITY vte-download-http "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar. gz">7 <!ENTITY vte-download-http "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar.bz2"> 8 8 <!ENTITY vte-download-ftp " "> 9 <!ENTITY vte-md5sum " 692a2656eaf84165e2c8ffe9d84137d9">10 <!ENTITY vte-size " 604KB">11 <!ENTITY vte-buildsize "1 0MB (with tests)">9 <!ENTITY vte-md5sum "2aca6831c1af291bc7bf11ceca603aeb"> 10 <!ENTITY vte-size "491 KB"> 11 <!ENTITY vte-buildsize "13 MB (with tests)"> 12 12 <!ENTITY vte-time "0.3 SBU (using parallelism=4; with tests)"> 13 13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. --> … … 93 93 <bridgehead renderas="sect4">Optional</bridgehead> 94 94 <para role="optional"> 95 <xref linkend="fribidi"/>, 96 <xref linkend="gtk-doc"/>, and 97 <xref linkend="gtk4"/> 98 <!-- Does not currently work unless you pass -Dgtk4=true to meson. However, 99 it's not looking for gtk-4, it's looking for gtk+-4, so it will still 100 fail to build for now.--> 95 <xref linkend="fribidi"/> and 96 <xref linkend="gtk-doc"/> 97 <!-- <xref linkend="gtk4"/> 98 The -Dgtk4=true option just returns 99 'not supported on this branch; use git master' --> 101 100 </para> 102 101 … … 154 153 155 154 <para> 156 <parameter>-Dfribidi=false</parameter>: Omit this switch if want to enable157 bidirectional capabilities.155 <parameter>-Dfribidi=false</parameter>: Omit this switch if you want 156 to enable bidirectional capabilities. 158 157 </para> 159 158 … … 173 172 </para> 174 173 175 <!-- Uncomment once vte knows how to look for the proper gtk4 174 <!-- Uncomment once vte supports it (only git branch "master" supports it 175 as of vte-0.66.0) 176 176 <para> 177 177 <option>-Dgtk4=true</option>: Add this switch to build the GTK4 widget. … … 204 204 <seg> 205 205 /usr/include/vte-2.&vte-nano; and 206 /usr/share/gtk-doc/html/vte-2.&vte-nano;206 (optional) /usr/share/gtk-doc/html/vte-2.&vte-nano; 207 207 </seg> 208 208 </seglistitem> -
introduction/welcome/changelog.xml
r60530f7 rfb25573 43 43 --> 44 44 <listitem> 45 <para>September 24rd, 2021</para> 46 <itemizedlist> 45 <para>September 24th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to vte-0.66.0. Fixes 49 <ulink url="&blfs-ticket-root;15608">#15608</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to curl-7.79.1. Fixes 53 <ulink url="&blfs-ticket-root;15600">#15600</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[pierre] - Update to pidgin-2.14.7. Fixes 57 <ulink url="&blfs-ticket-root;15564">#15564</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[pierre] - Update to thunderbird-91.1.1. Fixes 61 <ulink url="&blfs-ticket-root;15554">#15554</ulink>.</para> 62 </listitem> 47 63 <listitem> 48 64 <para>[thomas] - Update to mousepad-0.5.7. Fixes -
networking/netlibs/curl.xml
r60530f7 rfb25573 7 7 <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " 24408ce0068de0ae7871039451ad6f97">9 <!ENTITY curl-md5sum "74d3c4ca8aaa6c0619806d6e246e65fb"> 10 10 <!ENTITY curl-size "2.4 MB"> 11 <!ENTITY curl-buildsize " 96 MB (add 20MB for tests)">12 <!ENTITY curl-time "0.3 SBU ( add 18SBU for tests)">11 <!ENTITY curl-buildsize "102 MB (add 19 MB for tests)"> 12 <!ENTITY curl-time "0.3 SBU (with parallelism=4; add 15 SBU for tests)"> 13 13 ]> 14 14 … … 174 174 <para> 175 175 To run the test suite, issue: <command>make test</command>. 176 Four tests, 1139, 1140, 1173, and 1177, are known to fail due to177 missing executables from the optional dependencies. 176 <!-- Four tests, 1139, 1140, 1173, and 1177, are known to fail due to 177 missing executables from the optional dependencies.--> 178 178 </para> 179 179 <!-- Two (of 857) tests … … 325 325 326 326 Tests have all BLFS dependencies installed but without impacket. 327 328 ====== 329 Added by plabs for curl-7.79.1: 330 TESTDONE: 1434 tests were considered during 1652 seconds. 331 TESTDONE: 1171 tests out of 1171 reported OK: 100% 332 333 Tests have all BLFS dependencies installed except stunnel but without impacket. 327 334 --> 328 335 -
packages.ent
r60530f7 rfb25573 626 626 <!-- Chapter 17 --> 627 627 <!ENTITY c-ares-version "1.17.2"> 628 <!ENTITY curl-version "7.79. 0">628 <!ENTITY curl-version "7.79.1"> 629 629 <!ENTITY geoclue2-version "2.5.7"> 630 630 <!ENTITY glib-networking-version "2.70.0"> … … 954 954 <!ENTITY pan-version "0.133"> 955 955 <!ENTITY pavucontrol-version "5.0"> 956 <!ENTITY pidgin-version "2.14. 6">956 <!ENTITY pidgin-version "2.14.7"> 957 957 <!ENTITY rox-filer-version "2.11"> 958 958 <!ENTITY rxvt-unicode-version "9.26"> 959 <!ENTITY thunderbird-version "91.1. 0">959 <!ENTITY thunderbird-version "91.1.1"> 960 960 <!ENTITY tigervnc-version "1.11.0"> 961 961 <!ENTITY transmission-version "3.00"> -
xsoft/other/pidgin.xml
r60530f7 rfb25573 7 7 <!ENTITY pidgin-download-http "&sourceforge-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2"> 8 8 <!ENTITY pidgin-download-ftp " "> 9 <!ENTITY pidgin-md5sum " bba0fd38ee1d8b9b725c4dbdc33e58e7">9 <!ENTITY pidgin-md5sum "476d808a268c693adcc8fc5c952dadd4"> 10 10 <!ENTITY pidgin-size "8.3 MB"> 11 <!ENTITY pidgin-buildsize " 297MB (with tests and docs)">11 <!ENTITY pidgin-buildsize "302 MB (with tests and docs)"> 12 12 <!ENTITY pidgin-time "0.6 SBU (using parallelism=4; with tests and docs)"> 13 13 ]> … … 70 70 </listitem> 71 71 </itemizedlist> 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Required patch: 78 <ulink url="&patch-root;/pidgin-&pidgin-version;-fix_time_conv-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 72 83 73 84 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead> … … 141 152 142 153 <para> 143 If you wish to run the test suite, make sure that <xref 144 linkend="libidn"/> is installed and remove the switch 145 <quote>--disable-idn</quote>. Compile <application>Pidgin</application> 146 by running the following commands: 147 </para> 148 149 <!-- - -with-gstreamer=1.0 is removed and gstreamer support is disabled 150 because of a build problem when both this and - -disable-vv are present. 151 See https://hastebin.com/utiwijizad.rb for more details, and check again 152 at the next version (2.14.1 or 3.0 - whichever is next). --> 154 First, apply a patch that fixes time to string conversions: 155 </para> 156 157 <screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-fix_time_conv-1.patch</userinput></screen> 158 159 <para> 160 Compile <application>Pidgin</application> by running the following 161 commands: 162 </para> 153 163 154 164 <screen><userinput>./configure --prefix=/usr \ 155 165 --sysconfdir=/etc \ 156 -- disable-gstreamer\166 --with-gstreamer=1.0 \ 157 167 --disable-avahi \ 158 168 --disable-gtkspell \ … … 172 182 173 183 <para> 174 Remember the remarks before <command>configure</command>. To test the 175 results, issue: <command>make check</command>. 184 To test the results, issue: <command>make check</command>. 176 185 </para> 177 186 … … 191 200 <screen role="root" 192 201 remap="doc"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api && 193 cp - v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>202 cp -rv doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen> 194 203 195 204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 201 210 <title>Command Explanations</title> 202 211 203 <!-- 204 <para> 205 <parameter>- -with-gstreamer=1.0</parameter>: Remove this switch 206 and add <option>- -disable-gstreamer</option> 212 <para> 213 <parameter>--with-gstreamer=1.0</parameter>: Remove this switch 214 and add <option>--disable-gstreamer</option> 207 215 if you've not installed <xref linkend="gstreamer10"/>. 208 </para>209 -->210 <para>211 <parameter>--disable-gstreamer</parameter>: This switch disables gstreamer212 support because there are problems with the build when Voice/Video support213 is disabled, and gstreamer is enabled.214 <!-- The problems exist within gst_device_monitor. See215 https://hastebin.com/utiwijizad.rb for more details.216 FIXME: Check this at the next release of pidgin, or if we ever add217 Farstream. -->218 216 </para> 219 217 … … 253 251 flag. 254 252 </para> 255 <!-- 256 <para> 257 <parameter>- -disable-tcl</parameter>: Remove this switch if you've 258 installed <xref linkend="tcl"/>. 259 </para> 260 i--> 253 261 254 <para> 262 255 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed … … 318 311 <seglistitem> 319 312 <seg> 320 <!--finch,-->pidgin, purple-client-example,313 pidgin, purple-client-example, 321 314 purple-remote, purple-send, purple-send-async, and 322 315 purple-url-handler 323 316 </seg> 324 317 <seg> 325 <!--libgnt.so,-->libpurple.so, and libpurple-client.so318 libpurple.so, and libpurple-client.so 326 319 </seg> 327 320 <seg> 328 <!--329 /usr/include/finch,330 /usr/include/gnt,331 -->332 321 /usr/include/libpurple, 333 322 /usr/include/pidgin, 334 <!--335 /usr/lib/finch,336 /usr/lib/gnt,337 -->338 323 /usr/lib/pidgin, 339 324 /usr/lib/purple-2, … … 351 336 <?dbhtml list-presentation="table"?> 352 337 353 <!-- Seems to be removed with 2.14.0354 <varlistentry id="finch">355 <term><command>finch</command></term>356 <listitem>357 <para>358 is a text-based instant messaging client.359 </para>360 <indexterm zone="pidgin finch">361 <primary sortas="b-finch">finch</primary>362 </indexterm>363 </listitem>364 </varlistentry>365 -->366 338 <varlistentry id="pidgin-prog"> 367 339 <term><command>pidgin</command></term> -
xsoft/other/thunderbird.xml
r60530f7 rfb25573 7 7 <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz"> 8 8 <!ENTITY thunderbird-download-ftp " "> 9 <!ENTITY thunderbird-md5sum " 4954fa2b4c55e475e4d3533ac03f6f1f">10 <!ENTITY thunderbird-size "38 5MB">9 <!ENTITY thunderbird-md5sum "69225a7fafca53680bd6a9f1e0eb0ae1"> 10 <!ENTITY thunderbird-size "383 MB"> 11 11 <!ENTITY thunderbird-buildsize "6.9 GB (202 MB installed)"> 12 <!ENTITY thunderbird-time " 30SBU (on a 4-core machine)">12 <!ENTITY thunderbird-time "27 SBU (on a 4-core machine)"> 13 13 <!-- Removed the -j1 time because python and rust do not obey it, although 14 14 the C/C++ code appears to obey it -->
Note:
See TracChangeset
for help on using the changeset viewer.