Changeset 6c3d8a47
- Timestamp:
- 09/02/2019 07:16:35 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- 3fb270d
- Parents:
- 7539c30e
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nspr.xml
r7539c30e r6c3d8a47 7 7 <!ENTITY nspr-download-http "&mozilla-http;/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> 8 8 <!ENTITY nspr-download-ftp " "> 9 <!ENTITY nspr-md5sum " b865586f19912a50acc3755d8a45dbaa">10 <!ENTITY nspr-size "1. 1MB">11 <!ENTITY nspr-buildsize " 10MB">9 <!ENTITY nspr-md5sum "4a5a0bc6b56c9a1281185b863e70da81"> 10 <!ENTITY nspr-size "1.0 MB"> 11 <!ENTITY nspr-buildsize "9.8 MB"> 12 12 <!ENTITY nspr-time "less than 0.1 SBU"> 13 13 ]> -
general/genutils/graphviz.xml
r7539c30e r6c3d8a47 5 5 %general-entities; 6 6 7 <!ENTITY graphviz-download-http "http ://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz">7 <!ENTITY graphviz-download-http "https//www2.graphviz.org/Packages/stable/portable_source/graphviz-&graphviz-version;.tar.gz"> 8 8 <!ENTITY graphviz-download-ftp " "> 9 <!ENTITY graphviz-md5sum " 4ea6fd64603536406166600bcc296fc8">9 <!ENTITY graphviz-md5sum "b6d51154a09a4e25d1894cc6ff7dd3a5"> 10 10 <!ENTITY graphviz-size "24 MB"> 11 <!ENTITY graphviz-buildsize " 177MB">12 <!ENTITY graphviz-time " 0.7SBU (using parallelism=4)">11 <!ENTITY graphviz-buildsize "213 MB"> 12 <!ENTITY graphviz-time "1.0 SBU (using parallelism=4)"> 13 13 ]> 14 14 … … 74 74 </listitem> 75 75 </itemizedlist> 76 76 <!-- 77 77 <note> 78 78 <para> … … 97 97 </listitem> 98 98 </itemizedlist> 99 99 --> 100 100 <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead> 101 101 … … 215 215 </para> 216 216 217 <!-- For every major version of Ruby, this has to be tweaked. See #11606 --> 218 <screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen> 219 217 <!-- For every major version of Ruby, this has to be tweaked. See #11606 218 219 Not sure about the above for version 2.42.1. Seems to detect it OK. I 220 didn't see any reference to the specific ruby version. 221 --> 222 <!--<screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen>--> 223 224 <!-- No patch required 220 225 <para> 221 226 If <xref linkend="qt5"/> is installed, and you want to build the … … 224 229 225 230 <screen><userinput>patch -p1 -i ../graphviz-&graphviz-version;-qt5-1.patch</userinput></screen> 226 231 --> 227 232 <para> 228 233 Install <application>Graphviz</application> by running the following … … 255 260 </para> 256 261 257 <screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc \ 258 /usr/share/doc/graphviz-&graphviz-version;</userinput></screen> 262 <screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc /usr/share/doc/graphviz-&graphviz-version;</userinput></screen> 259 263 260 264 </sect2> -
general/prog/swig.xml
r7539c30e r6c3d8a47 7 7 <!ENTITY swig-download-http "&sourceforge-dl;/swig/swig-&swig-version;.tar.gz"> 8 8 <!ENTITY swig-download-ftp " "> 9 <!ENTITY swig-md5sum "5 72074323f49d9cb14460d986f87230a">9 <!ENTITY swig-md5sum "54cc40b3804816f7d38ab510b6f13b04"> 10 10 <!ENTITY swig-size "7.7 MB"> 11 <!ENTITY swig-buildsize "1 61 MB (1.3GB with tests)">12 <!ENTITY swig-time "0.2 SBU (add 14 SBU for tests; both using parallelism=4)">11 <!ENTITY swig-buildsize "181 MB (1.2 GB with tests)"> 12 <!ENTITY swig-time "0.2 SBU (add 9.4 SBU for tests; both using parallelism=4)"> 13 13 ]> 14 14 -
general/sysutils/lsb-tools.xml
r7539c30e r6c3d8a47 104 104 <seglistitem> 105 105 <seg> 106 /usr/bin/lsb_release, /usr/lib/lsb/install_initd, 107 and /usr/lib/lsb/remove_initd 106 lsb_release, 107 install_initd, and 108 remove_initd 108 109 </seg> 109 <seg>/usr/lib/lsb and /usr/lib/python3.7/site-packaes/lsbtools</seg> 110 <seg>/usr/lib/lsb and 111 /usr/lib/python3.7/site-packaes/lsbtools 112 </seg> 110 113 </seglistitem> 111 114 </segmentedlist> -
introduction/welcome/changelog.xml
r7539c30e r6c3d8a47 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to graphviz-2.42.1. Fixes 50 <ulink url="&blfs-ticket-root;12421">#12421</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to swig-4.0.1. Fixes 54 <ulink url="&blfs-ticket-root;12420">#12420</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to nspr-4.22. Fixes 58 <ulink url="&blfs-ticket-root;12414">#12414</ulink>.</para> 59 </listitem> 60 <listitem> 49 61 <para>[dj] - Replace Lsb_release and Initd-tools with LSB-Tools 50 62 package.</para> -
packages.ent
r7539c30e r6c3d8a47 170 170 <!ENTITY nodejs-version "10.16.3"> 171 171 <!ENTITY npth-version "1.6"> 172 <!ENTITY nspr-version "4.2 1">172 <!ENTITY nspr-version "4.22"> 173 173 <!ENTITY openobex-version "1.7.2"> 174 174 <!ENTITY pcre-version "8.43"> … … 234 234 <!ENTITY desktop-file-utils-version "0.24"> 235 235 <!ENTITY gperf-version "3.0.4"> 236 <!ENTITY graphviz-version "2.4 0.1"> <!-- Even minors only -->236 <!ENTITY graphviz-version "2.42.1"> <!-- Even minors only --> 237 237 <!ENTITY gtk-doc-version "1.32"> 238 238 <!ENTITY gtkhtml-version "4.10.0"> … … 339 339 <!ENTITY slang-version "2.3.2"> 340 340 <!ENTITY subversion-version "1.12.2"> 341 <!ENTITY swig-version "4.0. 0">341 <!ENTITY swig-version "4.0.1"> 342 342 <!ENTITY tcl-version "8.6.9"> 343 343 <!ENTITY tk-version "8.6.9">
Note:
See TracChangeset
for help on using the changeset viewer.