Changeset b636cda3


Ignore:
Timestamp:
12/26/2015 10:40:39 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
803ea89
Parents:
909a015
Message:
  • Update to tigervnc-1.6.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r909a015 rb636cda3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 25th &year;">
     9<!ENTITY releasedate  "December 26th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r909a015 rb636cda3  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>December 26th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to tigervnc-1.6.0. Fixes
     52          <ulink url="&blfs-ticket-root;7177">#7177</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r909a015 rb636cda3  
    671671<!ENTITY rxvt-unicode-version         "9.21">
    672672<!ENTITY thunderbird-version          "38.5.0">
    673 <!ENTITY tigervnc-version             "1.5.0">
     673<!ENTITY tigervnc-version             "1.6.0">
    674674<!ENTITY transmission-version         "2.84">
    675675<!ENTITY xarchiver-version            "0.5.4">
  • xsoft/other/tigervnc.xml

    r909a015 rb636cda3  
    77  <!ENTITY tigervnc-download-http "&sources-anduin-http;/tigervnc/tigervnc-&tigervnc-version;.tar.gz">
    88  <!ENTITY tigervnc-download-ftp  " ">
    9   <!ENTITY tigervnc-md5sum        "b11cc4c4d5249b9b8e355ee6f47ec4fe">
    10   <!ENTITY tigervnc-size          "1.6 MB">
    11   <!ENTITY tigervnc-buildsize     "167 MB">
     9  <!ENTITY tigervnc-md5sum        "78b736445781d86c48e942465a391ccc">
     10  <!ENTITY tigervnc-size          "1.3 MB">
     11  <!ENTITY tigervnc-buildsize     "171 MB">
    1212  <!ENTITY tigervnc-time          "1.6 SBU">
    13   <!ENTITY tigervnc-xorg-version  "1.17.2">
     13  <!ENTITY tigervnc-xorg-version  "1.18.0">
    1414]>
    1515
     
    6767          Required file:
    6868          <ulink url="&xorg-download-http;/xserver/xorg-server-&tigervnc-xorg-version;.tar.bz2"/>
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Required patch:
     74          <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg118-1.patch"/>
    6975        </para>
    7076      </listitem>
     
    111117    commands:</para>
    112118
    113 <screen><userinput>tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 -C unix/xserver --strip-components=1 &amp;&amp;
    114 
    115 patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
    116 sed -i 's/iconic/nowin/' unix/vncserver            &amp;&amp;
    117 
    118 cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp;
     119<screen><userinput>patch -Np1 -i ../tigervnc-&tigervnc-version;-xorg118-1.patch    &amp;&amp;
     120patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;<!--
     121sed -i 's/iconic/nowin/' unix/vncserver            &amp;&amp;-->
     122
     123mkdir -vp build &amp;&amp;
     124cd        build &amp;&amp;
     125
     126# Build viewer
     127cmake -G "Unix Makefiles"         \
     128      -DCMAKE_INSTALL_PREFIX=/usr \
     129      -DCMAKE_BUILD_TYPE=Release  \
     130      -Wno-dev .. &amp;&amp;
    119131make &amp;&amp;
    120132
    121 pushd unix/xserver                  &amp;&amp;
    122   patch -Np1 -i ../xserver116.patch &amp;&amp;
    123   autoreconf -fiv                   &amp;&amp;
     133# Build server
     134cp -vR ../unix/xserver unix/ &amp;&amp;
     135tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 -C unix/xserver --strip-components=1         &amp;&amp;
     136
     137pushd unix/xserver &amp;&amp;
     138  patch -Np1 -i ../../../unix/xserver117.patch &amp;&amp;
     139  autoreconf -fi   &amp;&amp;
    124140
    125141  ./configure $XORG_CONFIG \
     
    131147      --disable-static      --enable-dri3                              \
    132148      --without-dtrace      --enable-dri2        --enable-glx          \
    133       --enable-glx-tls      --with-pic &amp;&amp;
    134   make   &amp;&amp;
     149      --with-pic &amp;&amp;
     150  make TIGERVNC_SRCDIR=`pwd`/../../../ &amp;&amp;
    135151popd</userinput></screen>
    136152
     
    139155    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    140156
    141 <screen role="root"><userinput>make install &amp;&amp;
    142 
    143 cd unix/xserver/hw/vnc &amp;&amp;
    144 make install           &amp;&amp;
     157<screen role="root"><userinput>#Install viewer
     158make install &amp;&amp;
     159
     160#Install server
     161pushd unix/xserver/hw/vnc &amp;&amp;
     162  make install &amp;&amp;
     163popd &amp;&amp;
    145164
    146165[ -e /usr/bin/Xvnc ] || ln -svf $XORG_PREFIX/bin/Xvnc /usr/bin/Xvnc</userinput></screen>
     
    159178StartupNotify=false
    160179Categories=Network;RemoteAccess;</literal>
    161 EOF</userinput></screen>
     180EOF
     181
     182install -vm644 ../media/icons/tigervnc_24.png /usr/share/pixmaps &amp;&amp;
     183ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png</userinput></screen>
    162184
    163185  </sect2>
     
    166188    <title>Command Explanations</title>
    167189
     190    <para><command>patch ...</command>: This set of patches modifies the standard
     191    Xorg server so that the Xvnc command can be built.</para>
     192
    168193    <para><command>tar -xf .. xorg-server...</command>: This command extracts the
    169194    standard Xorg packages into the tree in a location needed for modification.</para>
    170 
    171     <para><command>patch ...</command>: This set of patches modifies the standard
    172     Xorg server so that the Xvnc command can be built.</para>
    173195
    174196    <para><option>--disable ...</option>: Most options that are usually needed for
     
    218240
    219241        <seg>libvnc.so</seg>
    220         <seg>None</seg>
     242        <seg>/usr/share/doc/tigervnc-&tigervnc-version;</seg>
    221243      </seglistitem>
    222244    </segmentedlist>
     
    284306        <term><command>x0vncserver</command></term>
    285307        <listitem>
    286           <para>is a program to make an X display onm a physical
     308          <para>is a program to make an X display on a physical
    287309          terminal accessible via TigerVNC or compatible viewers.</para>
    288310          <indexterm zone="tigervnc x0vncserver">
Note: See TracChangeset for help on using the changeset viewer.