Changeset 39ffbd0


Ignore:
Timestamp:
01/07/2016 10:13: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:
4fa3228
Parents:
4c44c67
Message:
  • GTK+-3.18.6: Recommend gobject-introspection-1.46.0.
  • ATK-2.18.0: Recommend gobject-introspection-1.46.0.
  • PHP-7.0.1: Update command explanations for MariaDB-10.1.10 or MySQL.
  • libxfce4ui-4.12.1: GTK+-3.18.6 is optional.
  • Update to sqlite-autoconf-3100000 (3.10.0).

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4c44c67 r39ffbd0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 5th &year;">
     9<!ENTITY releasedate  "January 7th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/php.xml

    r4c44c67 r39ffbd0  
    351351
    352352      <para>
    353         <option>--with-mysql</option>: This option
    354         includes <application>MariaDB/MySQL</application> support.
    355       </para>
    356 
    357       <para>
    358353        <option>--disable-libxml</option>: This option
    359354        allows building PHP without <application>libxml2</application>
     
    368363        <parameter>--enable-fpm</parameter> and
    369364        <parameter>--with-fpm-...</parameter> switches.
     365      </para>
     366
     367      <para>
     368        <option>--with-mysqli=/usr/bin/mysql_config</option>: This option
     369        includes MySQLi support.
     370      </para>
     371
     372      <para>
     373        <option>--with-mysql-sock=/run/mysqld/mysqld.sock</option>: Location of
     374        the MySQL unix socket pointer.
     375      </para>
     376
     377      <para>
     378        <option>--with-pdo-mysql=/usr</option>: This option includes PDO: MySQL
     379        support.
    370380      </para>
    371381
  • introduction/welcome/changelog.xml

    r4c44c67 r39ffbd0  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>January 7th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to sqlite-autoconf-3100000 (3.10.0). Fixes
     52          <ulink url="&blfs-ticket-root;7325">#7325</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r4c44c67 r39ffbd0  
    434434<!ENTITY mariadb-version              "10.1.10">
    435435<!ENTITY postgresql-version           "9.4.5">
    436 <!ENTITY sqlite-version               "3.9.2">
     436<!ENTITY sqlite-version               "3.10.0">
    437437
    438438<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    r4c44c67 r39ffbd0  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3090200">
    8   <!ENTITY sqlite-doc-version   "3090200">
    9 
    10   <!ENTITY sqlite-download-http "http://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
     7  <!ENTITY sqlite-dl-version    "3100000">
     8  <!ENTITY sqlite-doc-version   "3100000">
     9
     10  <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1111  <!ENTITY sqlite-download-ftp  " ">
    12   <!ENTITY sqlite-md5sum        "bc4eb5b3fc5cfcb6e059794306cac1ca">
    13   <!ENTITY sqlite-size          "2.2 MB">
     12  <!ENTITY sqlite-md5sum        "274364e6ca5c1104d42912f11e61ed26">
     13  <!ENTITY sqlite-size          "2.3 MB">
    1414  <!ENTITY sqlite-buildsize     "74 MB (with Optional Documentation)">
    15   <!ENTITY sqlite-time          "0.4 SBU">
    16 
    17   <!ENTITY sqlite-docs-download "http://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "edc091d50cb97880ebebd9d961e37c17">
    19   <!ENTITY sqlite-docs-size     "5.1 MB">
     15  <!ENTITY sqlite-time          "0.3 SBU">
     16
     17  <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
     18  <!ENTITY sqlite-docs-md5sum   "178ab3f444794d94786b27456f65c6d7">
     19  <!ENTITY sqlite-docs-size     "5.2 MB">
    2020]>
    2121
     
    103103    <bridgehead renderas="sect4">Optional</bridgehead>
    104104    <para role="optional">
     105      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> and
    105106      <xref linkend="unzip"/> (required to unzip the documentation)
    106107    </para>
     
    113114  <sect2 role="installation">
    114115    <title>Installation of SQLite</title>
     116
     117    <note>
     118      <para>
     119        This package does not support parallel build.
     120      </para>
     121    </note>
    115122
    116123    <para>
     
    132139            -DSQLITE_SECURE_DELETE=1              \
    133140            -DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
    134 make</userinput></screen>
     141make -j1</userinput></screen>
    135142
    136143    <para>
  • x/lib/atk.xml

    r4c44c67 r39ffbd0  
    8080    </para>
    8181
    82     <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    83     <para role="optional">
     82    <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
     83    <para role="recommended">
    8484      <xref linkend="gobject-introspection"/>
    8585    </para>
  • x/lib/gtk+3.xml

    r4c44c67 r39ffbd0  
    8989    </para>
    9090
    91     <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    92     <para role="optional">
     91    <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
     92    <para role="recommended">
    9393      <xref linkend="gobject-introspection"/>
    9494    </para>
  • xfce/core/libxfce4ui.xml

    r4c44c67 r39ffbd0  
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="gtk2"/> or <xref linkend="gtk3"/> (default) and
     79      <xref linkend="gtk2"/> and
    8080      <xref linkend="xfconf"/>
    8181    </para>
     
    8989    <para role="optional">
    9090      <xref linkend="gtk-doc"/>,
     91      <xref linkend="gtk3"/>,
    9192      <xref linkend="perl-html-parser"/>, and
    9293      <ulink url="https://glade.gnome.org/">Glade</ulink>
Note: See TracChangeset for help on using the changeset viewer.