Changeset f5f898c5


Ignore:
Timestamp:
01/27/2015 09:49:51 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, nosym, 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:
8377e67
Parents:
2eef5f83
Message:

Update to tigervnc-1.4.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2eef5f83 rf5f898c5  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to tigervnc-1.4.2. Fixes
     52          <ulink url="&blfs-ticket-root;6061">#6061</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to libdvdnav-5.0.2. Fixes
    5256          <ulink url="&blfs-ticket-root;6079">#6079</ulink>.</para>
  • packages.ent

    r2eef5f83 rf5f898c5  
    606606<!ENTITY rxvt-unicode-version         "9.21">
    607607<!ENTITY thunderbird-version          "31.4.0">
    608 <!ENTITY tigervnc-version             "1.3.1">
     608<!ENTITY tigervnc-version             "1.4.2">
    609609<!ENTITY transmission-version         "2.84">
    610610<!ENTITY xchat-version                "2.8.8">
  • xsoft/other/tigervnc.xml

    r2eef5f83 rf5f898c5  
    55  %general-entities;
    66
    7   <!ENTITY tigervnc-download-http " ">
    8   <!ENTITY tigervnc-download-ftp "&sourceforge-repo;/project/tigervnc/tigervnc/&tigervnc-version;/tigervnc-&tigervnc-version;.tar.gz">
    9   <!ENTITY tigervnc-md5sum        "e80b16aa74f1d8e89f284a6aef99955d">
    10   <!ENTITY tigervnc-size          "6.6 MB">
    11   <!ENTITY tigervnc-buildsize     "168 MB">
    12   <!ENTITY tigervnc-time          "1.7 SBU">
     7  <!ENTITY tigervnc-download-http "https://github.com/TigerVNC/tigervnc/archive/v1.4.2.tar.gz">
     8  <!ENTITY tigervnc-download-ftp  " ">
     9  <!ENTITY tigervnc-md5sum        "93b935487d0ec33341f079bc402df6b1">
     10  <!ENTITY tigervnc-size          "1.3 MB">
     11  <!ENTITY tigervnc-buildsize     "155 MB">
     12  <!ENTITY tigervnc-time          "0.5 SBU (with parallelism=4)">
    1313]>
    1414
     
    4141    <itemizedlist spacing="compact">
    4242      <listitem>
    43         <para>Download (HTTP): <ulink url="&tigervnc-download-http;"/></para>
     43        <para>Download (HTTP): <ulink url="&tigervnc-download-http;"/>.
     44        <!-- Rendering of <note> is poor -->
     45        Note: If using wget, this link will download to the wrong
     46        file name.  Append <userinput>-O tigervnc-&tigervnc-version;.tar.gz</userinput>
     47        to the wget line to name the file correctly.</para>
    4448      </listitem>
    4549      <listitem>
     
    6569        <para>
    6670          Required file:
    67           <ulink url="&xorg-download-ftp;/xserver/xorg-server-1.15.0.tar.bz2"/>
     71          <ulink url="&xorg-download-ftp;/xserver/xorg-server-1.16.2.901.tar.bz2"/>
    6872        </para>
    6973      </listitem>
     
    8387        <para>
    8488          Required patch:
    85           <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg115-1.patch"/>
     89          <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg116-1.patch"/>
    8690        </para>
    8791      </listitem>
     
    127131patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
    128132patch -Np1 -i ../tigervnc-&tigervnc-version;-getmaster-1.patch  &amp;&amp;
    129 patch -Np1 -i ../tigervnc-&tigervnc-version;-xorg115-1.patch    &amp;&amp;
    130133
    131134cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp;
    132135make &amp;&amp;
    133136
    134 pushd unix/xserver                  &amp;&amp;
    135   patch -Np1 -i ../xserver114.patch &amp;&amp;
    136   autoreconf -fiv                   &amp;&amp;
     137pushd unix/xserver                                                   &amp;&amp;
     138  patch -Np1 -i ../../../tigervnc-&tigervnc-version;-xorg116-1.patch &amp;&amp;
     139  autoreconf -fi                                                     &amp;&amp;
    137140
    138141  ./configure $XORG_CONFIG \
    139       --disable-present     --disable-dri3       --disable-dmx         \
     142      --disable-xwayland    --enable-dri3        --disable-dmx         \
    140143      --disable-static      --disable-xinerama   --disable-dri         \
    141144      --disable-xorg        --disable-xnest      --disable-xvfb        \
    142145      --disable-xwin        --disable-xephyr     --disable-kdrive      \
    143       --disable-config-dbus --disable-config-hal --disable-config-udev \
     146      --disable-devel-docs --disable-config-hal --disable-config-udev \
    144147      --disable-unit-tests  --disable-selective-werror                 \
    145148      --without-dtrace      --enable-dri2        --enable-glx \
Note: See TracChangeset for help on using the changeset viewer.