Changeset 8103d8e


Ignore:
Timestamp:
07/21/2022 03:53:06 AM (22 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
52944cb, a1b3faf
Parents:
a4fedc81 (diff), 7d5d3d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra4fedc81 r8103d8e  
    116116
    117117<!ENTITY blfs-bootscripts-version     "20220506">
    118 <!ENTITY systemd-units-version        "20220506">
     118<!ENTITY systemd-units-version        "20220720">
    119119
    120120<!ENTITY blfs-wiki                    "https://wiki.&lfs-domainname;/blfs/wiki">
  • general/graphlib/libwebp.xml

    ra4fedc81 r8103d8e  
    77  <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
    88  <!ENTITY libwebp-download-ftp  " ">
    9   <!ENTITY libwebp-md5sum        "b5e2e414a8adee4c25fe56b18dd9c549">
    10   <!ENTITY libwebp-size          "3.9 MB">
    11   <!ENTITY libwebp-buildsize     "35 MB">
     9  <!ENTITY libwebp-md5sum        "8559d40e10d84124edefda8b4824b90b">
     10  <!ENTITY libwebp-size          "4.0 MB">
     11  <!ENTITY libwebp-buildsize     "42 MB">
    1212  <!ENTITY libwebp-time          "0.3 SBU">
    1313]>
     
    248248            creates animated WebP files from non-animated WebP images, extracts
    249249            frames from animated WebP images, and manages XMP/EXIF metadata and
    250             ICC profile
     250            the ICC profile
    251251          </para>
    252252          <indexterm zone="libwebp webpmux">
  • gnome.ent

    ra4fedc81 r8103d8e  
    2222<!-- Platform -->
    2323<!ENTITY gcr-minor                         "3.41">
    24 <!ENTITY gcr-version                       "&gcr-minor;.0">
     24<!ENTITY gcr-version                       "&gcr-minor;.1">
    2525<!ENTITY gsettings-desktop-schemas-version "42.0">
    2626<!ENTITY libsecret-version                 "0.20.5">
  • gnome/platform/gcr.xml

    ra4fedc81 r8103d8e  
    77  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
    88  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "6b6d52de90d4ae95be7d36abf66626fa">
    10   <!ENTITY gcr-size          "1.0 MB">
    11   <!ENTITY gcr-buildsize     "28 MB (with tests)">
     9  <!ENTITY gcr-md5sum        "c1e98af977236255006e11e8f8cfbaca">
     10  <!ENTITY gcr-size          "1008 KB">
     11  <!ENTITY gcr-buildsize     "33 MB (with tests)">
    1212  <!ENTITY gcr-time          "0.2 SBU (with tests; both using parallelism=4)">
    1313]>
     
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para role="optional">
    95       <xref linkend="gtk-doc"/> and
    96       <xref linkend="valgrind"/>
     95      <!--<xref linkend="gtk-doc"/> and-->
     96      <xref linkend="valgrind"/> and
     97      <ulink url="https://gnome.pages.gitlab.gnome.org/gi-docgen/">gi-docgen</ulink>
    9798    </para>
    9899
     
    115116    -->
    116117
     118<!--
    117119    <para>
    118120      First apply a fix for building with newer versions of
     
    121123
    122124<screen><userinput>find . -name meson.build | xargs sed -i /packages.\*deps/d</userinput></screen>
     125-->
    123126
    124127    <para>
     
    128131
    129132<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    130 
    131 sed -e '208 s/@BASENAME@/gcr-viewer.desktop/'   \
    132     -e '231 s/@BASENAME@/gcr-prompter.desktop/' \
    133     -i ui/meson.build                           &amp;&amp;
    134133
    135134mkdir build &amp;&amp;
     
    158157      href="../../xincludes/meson-buildtype-release.xml"/>
    159158
     159<!--
    160160    <para>
    161161      <command>sed ... schema/*.xml</command>:  This command fixes a
     
    167167      problem when building with meson-0.59.0.
    168168    </para>
     169-->
    169170
    170171    <!--
  • introduction/welcome/changelog.xml

    ra4fedc81 r8103d8e  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>July 20th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to inkscape-1.2.1. Fixes
     49          <ulink url="&blfs-ticket-root;16802">#16802</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to libwebp-1.2.3 (Security Update). Fixes
     53          <ulink url="&blfs-ticket-root;16803">#16803</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to mesa-22.1.4. Fixes
     57          <ulink url="&blfs-ticket-root;16804">#16804</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to polkit-121. Fixes
     61          <ulink url="&blfs-ticket-root;16807">#16807</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Update to gcr-3.41.1. Fixes
     65          <ulink url="&blfs-ticket-root;16801">#16801</ulink>.</para>
     66        </listitem>
     67        <listitem revision="systemd">
     68          <para>[renodr] - Update blfs-systemd-units to 20220720, fixing a bug
     69          where lightdm.service could get enabled alongside lxdm.service.</para>
     70        </listitem>
     71      </itemizedlist>
     72    </listitem>
     73
    4474    <listitem>
    4575      <para>July 19th, 2022</para>
  • packages.ent

    ra4fedc81 r8103d8e  
    3535<!ENTITY openssh-version              "9.0p1">
    3636<!ENTITY p11-kit-version              "0.24.1">
    37 <!ENTITY polkit-version               "0.120">
     37<!ENTITY polkit-version               "121">
    3838<!ENTITY polkit-gnome-version         "0.105">
    3939<!ENTITY shadow-version               "4.11.1">
     
    238238<!ENTITY libspiro-version             "20200505">
    239239<!ENTITY libtiff-version              "4.4.0">
    240 <!ENTITY libwebp-version              "1.2.2">
     240<!ENTITY libwebp-version              "1.2.3">
    241241<!ENTITY mypaint-brushes-version      "1.3.1"> <!-- version 1 only -->
    242242<!ENTITY newt-version                 "0.52.21">
     
    728728<!ENTITY xcb-util-cursor-version      "0.1.3">
    729729<!ENTITY mesa-major-minor             "22.1">
    730 <!ENTITY mesa-version                 "&mesa-major-minor;.3">
     730<!ENTITY mesa-version                 "&mesa-major-minor;.4">
    731731<!ENTITY xbitmaps-version             "1.1.2">
    732732<!ENTITY xcursor-themes-version       "1.0.6">
     
    975975<!ENTITY hexchat-version              "2.16.1">
    976976<!ENTITY icedtea-web-version          "1.7.1">
    977 <!ENTITY inkscape-minor-version       "1.2">
     977<!ENTITY inkscape-minor-version       "1.2.1">
    978978<!-- For point versions -->
    979979<!--<!ENTITY inkscape-version             "&inkscape-minor-version;.2">-->
    980980<!-- For minor versions -->
    981 <!ENTITY inkscape-version             "&inkscape-minor-version;_2022-05-15_dc2aedaf03">
     981<!ENTITY inkscape-version             "&inkscape-minor-version;_2022-07-14_dc2aedaf03">
    982982<!ENTITY pan-version                  "0.133">
    983983<!ENTITY pavucontrol-version          "5.0">
  • postlfs/security/polkit.xml

    ra4fedc81 r8103d8e  
    77  <!ENTITY polkit-download-http "https://gitlab.freedesktop.org/polkit/polkit/-/archive/&polkit-version;/polkit-&polkit-version;.tar.gz">
    88  <!ENTITY polkit-download-ftp  " ">
    9   <!ENTITY polkit-md5sum        "5687b19e9ca9a0225957b8967d8f4458">
    10   <!ENTITY polkit-size          "740 KB">
    11   <!ENTITY polkit-buildsize     "8.9 MB (with tests)">
    12   <!ENTITY polkit-time          "0.2 SBU (with tests, using parallelism=4)">
     9  <!ENTITY polkit-md5sum        "fa707b52578bc668ad834425090fc71e">
     10  <!ENTITY polkit-size          "728 KB">
     11  <!ENTITY polkit-buildsize     "8.8 MB (with tests)">
     12  <!ENTITY polkit-time          "0.3 SBU (with tests, using parallelism=4)">
    1313]>
    1414
     
    7171    </itemizedlist>
    7272
     73<!--
    7374    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7475    <itemizedlist spacing="compact">
     
    8687      </listitem>
    8788    </itemizedlist>
     89-->
    8890
    8991    <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
     
    132134    <para role="optional">
    133135      <xref linkend="dbus-python"/> and
    134       <xref linkend="python-dbusmock"/> (both needed for tests), and
    135       <!--<xref linkend="DocBook"/>, (Part of libxslt's chain)
    136       <xref linkend="docbook-xsl"/>,-->
    137       <xref linkend="gtk-doc"/>
     136      <xref linkend="python-dbusmock"/> (both needed for tests),
     137      <xref linkend="gtk-doc"/>, and
     138      <ulink url="https://duktape.org">duktape</ulink>
    138139    </para>
    139140
     
    188189        -g polkitd -s /bin/false polkitd</userinput></screen>
    189190
     191<!--
    190192    <para>
    191193      First, fix problems with setting permissions during installation and with
     
    208210
    209211<screen><userinput remap="pre">patch -Np1 -i ../polkit-&polkit-version;-js91-1.patch</userinput></screen>
     212-->
    210213
    211214    <para>
     
    222225      -Dsession_tracking=libsystemd-login \
    223226      -Dtests=true                        \
     227      -Djs_engine=mozjs                   \
    224228      ..                                  &amp;&amp;
    225229ninja</userinput></screen>
     
    233237      -Dsession_tracking=libelogind \
    234238      -Dsystemdsystemunitdir=/tmp   \
    235       -Dtests=true   \
     239      -Dtests=true                  \
     240      -Djs_engine=mozjs             \
    236241      ..                            &amp;&amp;
    237242ninja</userinput></screen>
     
    271276      used for authorizations, its integrity can affect system security.
    272277      So it's recommended to run the test suite building this package.
     278    </para>
     279
     280    <para>
     281      <parameter>-Djs_engine=mozjs</parameter>: This switch allows using the
     282      Mozilla JavaScript engine instead of Duktape.
    273283    </para>
    274284
  • x/dm/lightdm.xml

    ra4fedc81 r8103d8e  
    188188    </para>
    189189
    190 <screen><userinput>./configure                          \
    191        --prefix=/usr                 \
    192        --libexecdir=/usr/lib/lightdm \
    193        --localstatedir=/var          \
    194        --sbindir=/usr/bin            \
    195        --sysconfdir=/etc             \
    196        --disable-static              \
    197        --disable-tests               \
    198        --with-greeter-user=lightdm   \
    199        --with-greeter-session=lightdm-gtk-greeter \
    200        --docdir=/usr/share/doc/lightdm-&lightdm-version; &amp;&amp;
     190<screen><userinput>./configure --prefix=/usr                 \
     191            --libexecdir=/usr/lib/lightdm \
     192            --localstatedir=/var          \
     193            --sbindir=/usr/bin            \
     194            --sysconfdir=/etc             \
     195            --disable-static              \
     196            --disable-tests               \
     197            --with-greeter-user=lightdm   \
     198            --with-greeter-session=lightdm-gtk-greeter \
     199            --docdir=/usr/share/doc/lightdm-&lightdm-version; &amp;&amp;
    201200make</userinput></screen>
    202201
     
    225224cd lightdm-gtk-greeter-&lightdm-gtk-greeter-version; &amp;&amp;
    226225
    227 ./configure                      \
    228    --prefix=/usr                 \
    229    --libexecdir=/usr/lib/lightdm \
    230    --sbindir=/usr/bin            \
    231    --sysconfdir=/etc             \
    232    --with-libxklavier            \
    233    --enable-kill-on-sigterm      \
    234    --disable-libido              \
    235    --disable-libindicator        \
    236    --disable-static              \
    237    --disable-maintainer-mode     \
    238    --docdir=/usr/share/doc/lightdm-gtk-greeter-&lightdm-gtk-greeter-version; &amp;&amp;
    239 
     226./configure --prefix=/usr                 \
     227            --libexecdir=/usr/lib/lightdm \
     228            --sbindir=/usr/bin            \
     229            --sysconfdir=/etc             \
     230            --with-libxklavier            \
     231            --enable-kill-on-sigterm      \
     232            --disable-libido              \
     233            --disable-libindicator        \
     234            --disable-static              \
     235            --disable-maintainer-mode     \
     236            --docdir=/usr/share/doc/lightdm-gtk-greeter-&lightdm-gtk-greeter-version; &amp;&amp;
    240237make</userinput></screen>
    241238
  • x/installing/mesa.xml

    ra4fedc81 r8103d8e  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "c8590d57135f7b9d2623c5df42412b30">
     9  <!ENTITY mesa-md5sum        "1efac949dad380731e54b34e8cbbd76c">
    1010  <!ENTITY mesa-size          "15 MB">
    11   <!ENTITY mesa-buildsize     "420 MB (with docs, add 260 MB for tests)">
    12   <!ENTITY mesa-time          "2.8 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "535 MB (with docs, add 260 MB for tests)">
     12  <!ENTITY mesa-time          "2.9 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
    1313]>
    1414
     
    381381          libvulkan_radeon.so, and
    382382          <!-- End Vulkan drivers -->
    383           libxatracker.so,
     383          libxatracker.so
    384384        </seg>
    385385        <seg>
  • xsoft/other/inkscape.xml

    ra4fedc81 r8103d8e  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/33449/inkscape-&inkscape-minor-version;.tar.xz">
     6  <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/34673/inkscape-&inkscape-minor-version;.tar.xz">
    77
    88  <!-- When updating, remember to change the numeric part of the URL -->
    99
    1010  <!ENTITY inkscape-download-ftp  " ">
    11   <!ENTITY inkscape-md5sum        "fb40ac4635b9ea5608e1706584cd0665">
    12   <!ENTITY inkscape-size          "37 MB">
    13   <!ENTITY inkscape-buildsize     "713 MB (181 MB installed)">
    14   <!ENTITY inkscape-time          "6.1 SBU (with parallelism=4)">
     11  <!ENTITY inkscape-md5sum        "9e0acbb3dfe8c62953c788134d208dc2">
     12  <!ENTITY inkscape-size          "94 MB">
     13  <!ENTITY inkscape-buildsize     "1.0 GB (182 MB installed)">
     14  <!ENTITY inkscape-time          "6.5 SBU (with parallelism=4)">
    1515
    1616  <!-- To find newer tarballs, look here:
     
    128128      <xref linkend="dbus"/> (to run inkscape from scripts),
    129129      <xref linkend="doxygen"/>,
     130      <xref linkend="gspell"/>,
    130131
    131132      <!-- these document foundation links work from firefox's address bar, or
     
    135136      <!--<ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
    136137      <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,-->
    137       <ulink url="http://gtkspell.sourceforge.net">gtkspell</ulink>,
     138      <!--<ulink url="http://gtkspell.sourceforge.net">gtkspell</ulink>,-->
    138139      <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
    139140      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
Note: See TracChangeset for help on using the changeset viewer.