Changeset 34c29696 for x


Ignore:
Timestamp:
06/25/2021 03:30:28 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
a7cd6c6
Parents:
fa91d2e
Message:

Package Updates

Update to cmake-3.20.5
Update to libva-2.12.0 (Xorg driver)
Update to mariadb-10.5.11
Update to xf86-input-libinput-1.1.0 (Xorg Driver)
Update to gpgme-1.16.0
Update to glu-9.0.2

Location:
x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libva.xml

    rfa91d2e r34c29696  
    77  <!ENTITY libva-download-http "https://github.com/intel/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
    88  <!ENTITY libva-download-ftp  " ">
    9   <!ENTITY libva-md5sum        "51df77bc5d0b6f8adccb10559a2cd7a1">
    10   <!ENTITY libva-size          "481 KB">
    11   <!ENTITY libva-buildsize     "7.9 MB">
     9  <!ENTITY libva-md5sum        "602b7583ebab2a3ee7cfcd8f984b4a81">
     10  <!ENTITY libva-size          "488 KB">
     11  <!ENTITY libva-buildsize     "12 MB">
    1212  <!ENTITY libva-time          "less than 0.1 SBU">
    1313
  • x/installing/x7driver-libinput.xml

    rfa91d2e r34c29696  
    55  %general-entities;
    66
    7   <!ENTITY xorg-libinput-driver-version "1.0.1">
     7  <!ENTITY xorg-libinput-driver-version "1.1.0">
    88
    99  <!ENTITY xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-libinput-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
    11   <!ENTITY xorg-libinput-driver-md5sum        "cc30d31f0ffd2653dd727aedd4372984">
     11  <!ENTITY xorg-libinput-driver-md5sum        "0997116b1203d3152aee746e4faf0d31">
    1212  <!ENTITY xorg-libinput-driver-size          "372 KB">
    13   <!ENTITY xorg-libinput-driver-buildsize     "3.6 MB (with tests)">
     13  <!ENTITY xorg-libinput-driver-buildsize     "4.0 MB (with tests)">
    1414  <!ENTITY xorg-libinput-driver-time          "less than 0.1 SBU (with tests)">
    1515]>
  • x/lib/glu.xml

    rfa91d2e r34c29696  
    77  <!ENTITY glu-download-http " ">
    88  <!ENTITY glu-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.xz">
    9   <!ENTITY glu-md5sum        "151aef599b8259efe9acd599c96ea2a3">
     9  <!ENTITY glu-md5sum        "2b0f13fa5b949bfb3a995927c6e35125">
    1010  <!ENTITY glu-size          "428 KB">
    11   <!ENTITY glu-buildsize     "13 MB">
     11  <!ENTITY glu-buildsize     "9.2 MB">
    1212  <!ENTITY glu-time          "0.2 SBU">
    1313]>
     
    9090    </para>
    9191
    92 <screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &amp;&amp;
    93 make</userinput></screen>
     92<screen><userinput>mkdir build &amp;&amp;
     93cd    build &amp;&amp;
     94
     95meson --prefix=$XORG_PREFIX -Dgl_provider=gl --buildtype=release .. &amp;&amp;
     96ninja</userinput></screen>
    9497
    9598    <para>
     
    101104    </para>
    102105
    103 <screen role="root"><userinput>make install</userinput></screen>
     106<screen role="root"><userinput>ninja install &amp;&amp;
     107rm -v /usr/lib/libGLU.a</userinput></screen>
    104108
    105109  </sect2>
    106110
     111  <!--
    107112  <sect2 role="commands">
    108113    <title>Command Explanations</title>
     
    112117
    113118  </sect2>
     119  -->
    114120
    115121  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.