Changeset d8321785


Ignore:
Timestamp:
06/03/2020 03:33:11 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b29c0c58
Parents:
597d3c9b
Message:

Update to dhcpcd-9.1.0
Update to evince-3.36.3
Update to lcms2-2.10
Update to gjs-1.64.3
dvisvgm: Minor tweaks in the short descriptions
ImageMagick: Website was redesigned - update the links to the pages referenced in the book.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23235 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r597d3c9b rd8321785  
    130130      summary of this information, as well as some additional notes can be
    131131      viewed on-line at <ulink
    132       url="http://www.imagemagick.org/script/advanced-unix-installation.php"/>.
     132      url="https://imagemagick.org/script/advanced-unix-installation.php"/>.
    133133    </para>
    134134
     
    154154      <ulink url="http://ufraw.sourceforge.net/">ufraw</ulink> (for raw formats
    155155      listed in
    156       <ulink url="http://imagemagick.org/script/formats.php">
    157       http://www.imagemagick.org/www/formats.html</ulink>)
     156      <ulink url="https://imagemagick.org/script/formats.php">
     157      https://imagemagick.org/script/formats.php</ulink>)
    158158    </para>
    159159
     
    212212      <ulink url="http://user.it.uu.se/~jan/html2ps.html">html2ps</ulink>,
    213213      <ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
    214       <ulink url="http://sk1project.org/modules.php?name=products&amp;product=uniconvertor">
     214      <ulink url="https://sk1project.net/uc2/">
    215215      UniConvertor</ulink>, and
    216216      <ulink url="http://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
  • general/graphlib/lcms2.xml

    r597d3c9b rd8321785  
    77  <!ENTITY lcms2-download-http "&sourceforge-dl;/lcms/lcms2-&lcms2-version;.tar.gz">
    88  <!ENTITY lcms2-download-ftp  " ">
    9   <!ENTITY lcms2-md5sum        "8de1b7724f578d2995c8fdfa35c3ad0e">
    10   <!ENTITY lcms2-size          "10 MB">
    11   <!ENTITY lcms2-buildsize     "24 MB (with the tests)">
     9  <!ENTITY lcms2-md5sum        "c5f915d681325e0767e40187799f23b1">
     10  <!ENTITY lcms2-size          "15 MB">
     11  <!ENTITY lcms2-buildsize     "30 MB (with the tests)">
    1212  <!ENTITY lcms2-time          "0.2 SBU (with the tests)">
    1313]>
     
    8888    <title>Installation of Little CMS2</title>
    8989
     90<!-- Seems to be fixed in 2.10
    9091    <para>
    9192      If you want to run tests, then the build procedure must
     
    9697<screen><userinput>sed -i '/AX_APPEND/s/^/#/' configure.ac &amp;&amp;
    9798autoreconf</userinput></screen>
     99-->
    98100
    99101    <para>
  • gnome.ent

    r597d3c9b rd8321785  
    2525<!ENTITY GConf-version                     "3.2.6">
    2626<!ENTITY geocode-glib-version              "3.26.2">
    27 <!ENTITY gjs-version                       "1.64.2">
     27<!ENTITY gjs-version                       "1.64.3">
    2828<!ENTITY gnome-autoar-version              "0.2.4">
    2929<!ENTITY gnome-desktop-version             "3.36.2">
     
    7676<!ENTITY cheese-version                    "3.34.0">
    7777<!ENTITY eog-version                       "3.36.2">
    78 <!ENTITY evince-version                    "3.36.1">
     78<!ENTITY evince-version                    "3.36.3">
    7979<!ENTITY evolution-version                 "3.36.3">
    8080<!ENTITY file-roller-version               "3.36.2">
  • gnome/applications/evince.xml

    r597d3c9b rd8321785  
    99  <!ENTITY evince-download-ftp
    1010     "&gnome-download-ftp;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
    11   <!ENTITY evince-md5sum        "0acb95730933fb4b591c73c3fc7fc688">
    12   <!ENTITY evince-size          "2.5 MB">
    13   <!ENTITY evince-buildsize     "74 MB">
    14   <!ENTITY evince-time          "0.7 SBU (Using parallelism=4)">
     11  <!ENTITY evince-md5sum        "9762dabdde37a804072bccbfd311d357">
     12  <!ENTITY evince-size          "2.8 MB">
     13  <!ENTITY evince-buildsize     "84 MB">
     14  <!ENTITY evince-time          "0.4 SBU (Using parallelism=4)">
    1515]>
    1616
     
    129129    </para>
    130130
    131 <screen revision="sysv"><userinput>CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include    " \
    132 CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" \
    133 ./configure --prefix=/usr                         \
    134             --enable-introspection                \
    135             --without-gspell                      \
    136             --disable-static                      \
    137             --with-systemduserunitdir=no         &amp;&amp;
    138 make</userinput></screen>
    139 
    140 <screen revision="systemd"><userinput>CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include"      \
    141 CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include"  \
    142 LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib"        \
    143 ./configure --prefix=/usr                         \
    144             --enable-introspection                \
    145             --without-gspell                      \
    146             --disable-static                     &amp;&amp;
    147 make</userinput></screen>
     131<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     132cd    build &amp;&amp;
     133
     134meson --prefix=/usr -Dgtk_doc=false -Dsystemduserunitdir=no .. &amp;&amp;
     135ninja</userinput></screen>
     136
     137<screen revision="systemd"><userinput>mkdir build &amp;&amp;
     138cd    build &amp;&amp;
     139
     140meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     141ninja</userinput></screen>
    148142
    149143    <para>
     
    155149    </para>
    156150
    157 <screen role="root"><userinput>make install</userinput></screen>
     151<screen role="root"><userinput>ninja install</userinput></screen>
    158152
    159153    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    172166    -->
    173167
     168<!-- When moving to Meson, I installed the whole texlive suite from source.
     169     I was able to verify that this is no longer required. I'm assuming it was
     170     one of evince-3.36.3 or texlive-2020 that fixed this.
    174171    <para>
    175172      <parameter>CFLAGS="$CFLAGS ..." CXXFLAGS="$CXXFLAGS ..." LDFLAGS="$LDFLAGS ..."</parameter>: If
     
    182179      build.
    183180    </para>
    184 
    185     <para>
    186       <parameter>--without-gspell</parameter>: This switch turns off support
    187       for the spell checking plugin. Remove this if you have gspell installed.
    188     </para>
    189 
    190     <para>
    191       <parameter>--enable-introspection</parameter>: By default, the
    192       <application>Gobject Introspection</application> support is
    193       turned off, even though that package is an expected component
    194       of the <application>GNOME</application> Desktop.
    195     </para>
    196 
     181-->
     182    <para>
     183      <parameter>-Dgtk_doc=false</parameter>: This switch disables generating
     184      the gtk-doc API reference documentation. If you have
     185      <xref role="nodep" linkend="gtk-doc"/> installed and wish to generate
     186      the API reference documentation, remove this switch.
     187    </para>
     188
     189    <para>
     190      <option>-Dgspell=false</option>: This switch turns off support
     191      for the spell checking plugin.
     192    </para>
     193
     194    <para>
     195      <option>-Dintrospection=false</option>: Use this option if you
     196      don't have <xref role="nodep" linkend="gobject-introspection"/>
     197      installed and don't wish to have introspection support built into Evince.
     198    </para>
     199
     200<!--
    197201    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    198202      href="../../xincludes/static-libraries.xml"/>
     
    200204    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    201205      href="../../xincludes/gtk-doc-rebuild.xml"/>
    202 
    203     <para>
    204       <option>--disable-nautilus</option>: This switch disables building
     206-->
     207
     208    <para>
     209      <option>-Dnautilus=false</option>: This switch disables building
    205210      the <application>Nautilus</application> Plugin. Use this switch
    206211      if <application>Nautilus</application> is not installed.
     
    208213
    209214    <para>
    210       <option>--without-keyring</option>: This switch disables the use of
     215      <option>-Dkeyring=false</option>: This switch disables the use of
    211216      <application>libsecret</application>. Use this switch
    212217      if <application>libsecret</application> is not installed.
  • gnome/platform/gjs.xml

    r597d3c9b rd8321785  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.64/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.64/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "bd2f7f411b46016e8ee2d2c8d3c140d9">
    10   <!ENTITY gjs-size          "412 KB">
    11   <!ENTITY gjs-buildsize     "314 MB (with tests)">
     9  <!ENTITY gjs-md5sum        "e25ca40cd2c1b88e4778ddb6bb7f4d64">
     10  <!ENTITY gjs-size          "416 KB">
     11  <!ENTITY gjs-buildsize     "273 MB (with tests)">
    1212  <!ENTITY gjs-time          "0.6 SBU (with tests)">
    1313]>
     
    111111         to adding symbolic link support for Windows NT-based platforms.
    112112         This shouldn't affect us, so let's create the symlink manually
    113          like we do in other packages.-->
    114 
    115 <screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g' meson.build</userinput></screen>
     113         like we do in other packages.
     114         Invalid with 1.64.3. Make sure you don't have DESTDIR
     115         set, such as you'd do in an update script.-->
     116
     117<!--<screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g' meson.build</userinput></screen>-->
    116118
    117119    <para>
     
    131133      tests will fail if not running in an Xorg session. One test,
    132134      <filename>gjs: Scripts/CommandLine</filename>, is known to fail.
    133       On some systems, up to four tests may fail with an error.
     135      On some systems, up to six tests may fail with an error.
    134136      <!-- Still fails with 1.58.5. -->
    135137    </para>
  • introduction/welcome/changelog.xml

    r597d3c9b rd8321785  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to evince-3.36.3. Fixes
     49          <ulink url="&blfs-ticket-root;13613">#13613</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to lcms2-2.10. Fixes
     53          <ulink url="&blfs-ticket-root;13618">#13618</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to dhcpcd-9.1.0. Fixes
     57          <ulink url="&blfs-ticket-root;13619">#13619</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to gjs-1.64.3. Fixes
     61          <ulink url="&blfs-ticket-root;13620">#13620</ulink>.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[bdubbs] - Update to librsvg-2.48.6. Fixes
    4965          <ulink url="&blfs-ticket-root;13625">#13625</ulink>.</para>
  • networking/connect/dhcpcd.xml

    r597d3c9b rd8321785  
    77  <!ENTITY dhcpcd-download-http "https://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">
    88  <!ENTITY dhcpcd-download-ftp  "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">
    9   <!ENTITY dhcpcd-md5sum        "f62118a576b01f5d0adf0c5ce617fbe7">
    10   <!ENTITY dhcpcd-size          "240 KB">
     9  <!ENTITY dhcpcd-md5sum        "2134bdd3957eeffb1facce6b1e4ae83e">
     10  <!ENTITY dhcpcd-size          "244 KB">
    1111  <!ENTITY dhcpcd-buildsize     "3.4 MB (with tests)">
    1212  <!ENTITY dhcpcd-time          "less than 0.1 SBU (with tests)">
  • packages.ent

    r597d3c9b rd8321785  
    213213<!ENTITY jasper-version               "2.0.14">
    214214<!ENTITY lcms-version                 "1.19">
    215 <!ENTITY lcms2-version                "2.9">
     215<!ENTITY lcms2-version                "2.10">
    216216<!ENTITY libexif-version              "0.6.21">
    217217<!ENTITY libgxps-version              "0.3.1">
     
    569569<!-- Chapter 14 -->
    570570<!--<!ENTITY ppp-version                  "2.4.5">-->
    571 <!ENTITY dhcpcd-version               "9.0.2">
     571<!ENTITY dhcpcd-version               "9.1.0">
    572572<!ENTITY dhcp-version                 "4.4.2">
    573573
  • pst/typesetting/dvisvgm.xml

    r597d3c9b rd8321785  
    161161
    162162    <segmentedlist>
    163       <segtitle>Installed Program(s)</segtitle>
    164       <segtitle>Installed Librar(y,ies)</segtitle>
    165       <segtitle>Installed Director(y,ies)</segtitle>
     163      <segtitle>Installed Programs</segtitle>
     164      <segtitle>Installed Libraries</segtitle>
     165      <segtitle>Installed Directories</segtitle>
    166166
    167167      <seglistitem>
     
    170170        </seg>
    171171        <seg>
    172           none
     172          None
    173173        </seg>
    174174        <seg>
    175           none
     175          None
    176176        </seg>
    177177      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.