Changeset 6c7a8eb7 for x/lib


Ignore:
Timestamp:
08/15/2019 01:42:41 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
010fa8f
Parents:
1cb1c0e
Message:

Update to xrandr-1.5.1 (Xorg Application)
Update to gtk-vnc-1.0.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk-vnc.xml

    r1cb1c0e r6c7a8eb7  
    55  %general-entities;
    66
    7   <!ENTITY gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/0.9/gtk-vnc-&gtk-vnc-version;.tar.xz">
    8   <!ENTITY gtk-vnc-download-ftp  "&gnome-download-ftp;/gtk-vnc/0.9/gtk-vnc-&gtk-vnc-version;.tar.xz">
    9   <!ENTITY gtk-vnc-md5sum        "1eed0aa5d71f849eae9fa00ecf28e247">
    10   <!ENTITY gtk-vnc-size          "436 KB">
    11   <!ENTITY gtk-vnc-buildsize     "11 MB">
    12   <!ENTITY gtk-vnc-time          "0.3 SBU">
     7  <!ENTITY gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/1.0/gtk-vnc-&gtk-vnc-version;.tar.xz">
     8  <!ENTITY gtk-vnc-download-ftp  "&gnome-download-ftp;/gtk-vnc/1.0/gtk-vnc-&gtk-vnc-version;.tar.xz">
     9  <!ENTITY gtk-vnc-md5sum        "ff2e531525f6200be613643b9ee87fbf">
     10  <!ENTITY gtk-vnc-size          "212 KB">
     11  <!ENTITY gtk-vnc-buildsize     "8.6 MB">
     12  <!ENTITY gtk-vnc-time          "0.2 SBU">
    1313]>
    1414
     
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
    92       <xref linkend="cyrus-sasl"/>,
    93       <xref linkend="pulseaudio"/> and
    94       <ulink url="http://view.sourceforge.net/">libview</ulink>
     92      <xref linkend="cyrus-sasl"/> and
     93      <xref linkend="pulseaudio"/>
     94      <!-- <ulink url="http://view.sourceforge.net/">libview</ulink> -->
    9595    </para>
    9696
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr  \
    111             --with-gtk=3.0 \
    112             --enable-vala  \
    113             --without-sasl &amp;&amp;
    114 make</userinput></screen>
     110<screen><userinput>mkdir build &amp;&amp;
     111cd    build &amp;&amp;
     112
     113meson --prefix=/usr .. &amp;&amp;
     114ninja</userinput></screen>
    115115
    116116    <para>
     
    122122    </para>
    123123
    124 <screen role="root"><userinput>make install</userinput></screen>
     124<screen role="root"><userinput>ninja install</userinput></screen>
    125125
    126126  </sect2>
     
    129129    <title>Command Explanations</title>
    130130
    131     <para>
    132       <parameter>--with-gtk=3.0</parameter>: This switch enables
     131<!--
     132    <para>
     133      <parameter>- -with-gtk=3.0</parameter>: This switch enables
    133134      building of the <application>GTK+ 3</application> library
    134135      instead of the <application>GTK+ 2</application> one.
    135136    </para>
    136 
    137     <para>
    138       <parameter>--enable-vala</parameter>: This switch enables
    139       building of the Vala bindings. Remove if you don't have
    140       <xref linkend="vala"/> installed.
    141     </para>
    142 
    143     <para>
    144       <parameter>--without-sasl</parameter>: This switch disables the
     137-->
     138
     139    <para>
     140      <option>-Dwith-vala=false</option>: This switch disables
     141      building of the Vala bindings. Add this if you decide to build gtk-vnc
     142      without vala installed.
     143    </para>
     144
     145<!--
     146    <para>
     147      <parameter>- -without-sasl</parameter>: This switch disables the
    145148      use of <application>Cyrus SASL</application> for authentication.
    146149      Remove it if you have installed
     
    148151      authentication.
    149152    </para>
     153 -->
    150154
    151155  </sect2>
Note: See TracChangeset for help on using the changeset viewer.