Changeset 20668f3 for xsoft


Ignore:
Timestamp:
05/20/2017 12:36:12 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
200806a6
Parents:
0e7f80e4
Message:

Update to tigervnc-1.8.0.
Update to alsa-1.1.4 (libs, plugins, utils).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    r0e7f80e4 r20668f3  
    77  <!ENTITY tigervnc-download-http "&sources-anduin-http;/tigervnc/tigervnc-&tigervnc-version;.tar.gz">
    88  <!ENTITY tigervnc-download-ftp  " ">
    9   <!ENTITY tigervnc-md5sum        "82dbb9d178b8e313b51f1651e0398dfe">
    10   <!ENTITY tigervnc-size          "1.3 MB">
    11   <!ENTITY tigervnc-buildsize     "149 MB">
     9  <!ENTITY tigervnc-md5sum        "5c9a80dd4b99b4eb19f535db5ce5830f">
     10  <!ENTITY tigervnc-size          "1.4 MB">
     11  <!ENTITY tigervnc-buildsize     "152 MB">
    1212  <!ENTITY tigervnc-time          "1.7 SBU">
    13   <!ENTITY tigervnc-xorg-version  "1.18.4">
     13  <!ENTITY tigervnc-xorg-version  "1.19.3">
    1414]>
    1515
     
    3838
    3939    &lfs80_checked;
     40    &gcc7_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6970        </para>
    7071      </listitem>
     72      <!--
    7173      <listitem>
    7274        <para>
     
    7577        </para>
    7678      </listitem>
     79      -->
    7780    </itemizedlist>
    7881
     
    9093      <xref linkend="libgcrypt"/>,
    9194      <xref linkend="libjpeg"/>,
    92       <xref linkend="pixman"/>, and
    93       <!-- commented until tigervnc can use the 1.19 xorg-server
    94       <xref linkend="xorg7-app"/> -->
     95      <xref linkend="pixman"/>,
     96      <xref linkend="xorg7-app"/>, and 
    9597      <xref linkend="xorg7-legacy"/>
    9698    </para>
     
    113115    commands:</para>
    114116
    115 <screen><userinput>patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
    116 
    117 mkdir -vp build &amp;&amp;
     117<screen><userinput>mkdir -vp build &amp;&amp;
    118118cd        build &amp;&amp;
    119119
     
    130130
    131131pushd unix/xserver &amp;&amp;
    132   patch -Np1 -i ../../../unix/xserver117.patch &amp;&amp;
     132  patch -Np1 -i ../../../unix/xserver119.patch &amp;&amp;
    133133  autoreconf -fi   &amp;&amp;
    134134
     
    182182    <title>Command Explanations</title>
    183183
    184     <para><command>patch ...</command>: This patch updates a build file
    185     so that the Xvnc libraries can be found during the build process.</para>
    186 
    187184    <para><command>tar -xf .. xorg-server...</command>: This command extracts the
    188185    standard Xorg packages into the tree in a location needed for modification.</para>
Note: See TracChangeset for help on using the changeset viewer.