Changeset 2cd6717


Ignore:
Timestamp:
11/18/2015 10:27:48 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:
de81317
Parents:
7ed0e9d
Message:
  • cmake-3.4.0: Minor re-reword of the tests explanations.
  • Update to nano-2.4.3.
  • Update to poppler-0.38.0. Good simplification of instructions.
  • Update to dbus-1.10.4.
  • Update to gtk+-3.18.5 (gtk+3.18.5).

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7ed0e9d r2cd6717  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 17th &year;">
     9<!ENTITY releasedate  "November 18th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/poppler.xml

    r7ed0e9d r2cd6717  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "c635e1742202cbbd9182cb0255d95652">
     9  <!ENTITY poppler-md5sum             "850f0725e5b263c504f0cb0910d1fadc">
    1010  <!ENTITY poppler-size               "1.6 MB (additional 9 MB for the test suite)">
    11   <!ENTITY poppler-buildsize          "293 MB (with Qt4 and Qt5 libraries, and tests)">
    12   <!ENTITY poppler-time               "2.0 SBU (with Qt4 and Qt5 libraries, and tests)">
     11  <!ENTITY poppler-buildsize          "65 MB (with Qt4 and Qt5 libraries, and tests)">
     12  <!ENTITY poppler-time               "1.6 SBU (with Qt4 and Qt5 libraries, and tests)">
    1313
    1414
     
    166166git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen>
    167167
    168     <note><para>
    169 
    170       This package can be optionally built with support for only one version of
    171       Qt4 or Qt5. If you have only one, no modification is necessary. If both
    172       are installed, and you wish support for only one, before executing the
    173       <command>configure</command> command given below, use this command to
    174       select Qt4:
    175 
    176       <screen><userinput>source /usr/bin/setqt4</userinput></screen>
    177 
    178       or this to select Qt5:
    179 
    180       <screen><userinput>source /usr/bin/setqt5</userinput></screen>
    181     </para></note>
     168    <note>
     169      <para>
     170        This package can be optionally built with support for only one version
     171        of Qt4 or Qt5 or without any Qt support. You can selectively disable
     172        support for one or both, see "Command Explanations" section, below.
     173      </para>
     174    </note>
    182175
    183176    <para>
     
    186179    </para>
    187180
    188 <screen><userinput>MOCQT4=$QT4DIR/bin/moc                  \
    189 MOCQT5=$QT5DIR/bin/moc                  \
    190 ./configure --prefix=/usr               \
     181<screen><userinput>./configure --prefix=/usr               \
    191182            --sysconfdir=/etc           \
    192183            --disable-static            \
     
    240231
    241232    <para>
    242       <envar>MOCQT4=$QT4DIR/bin/moc</envar> and
    243       <envar>MOCQT5=$QT5DIR/bin/moc</envar>:
    244       These environment variables are necessary, for linking with the two Qt
    245       versions, if both are installed.  If only one Qt version is installed or
    246       you wish to link to only one version, you can remove them, although this
    247       is not necessary.
    248     </para>
    249 
    250     <para>
    251233      <parameter>--enable-build-type=release</parameter>: This switch is used
    252234      to apply a higher level of compiler optimizations. Other options are:
     
    280262    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    281263      href="../../xincludes/gtk-doc-rebuild.xml"/>
     264
     265    <para>
     266      <option>--disable-poppler-qt4</option>: Don't compile poppler Qt4 wrapper.
     267    </para>
     268
     269    <para>
     270      <option>--disable-poppler-qt5</option>: Don't compile poppler Qt5 wrapper.
     271    </para>
    282272
    283273    <para>
     
    311301        </seg>
    312302        <seg>
    313           /usr/include/poppler,
    314           /usr/share/poppler,
    315           /usr/share/gtk-doc/html/poppler, and
     303          /usr/{include,share,share/gtk-doc/html}/poppler and
    316304          /usr/share/doc/poppler-&poppler-version;
    317305        </seg>
  • general/prog/cmake.xml

    r7ed0e9d r2cd6717  
    123123      cmake-&cmake-version;-test.log</command>, where
    124124      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    125       number of system cores. For some systems, it may be necessary to run
    126       the tests only for Qt4 using <command>source setq4</command>, then
     125      number of system cores. For some systems, it may be necessary to run the
     126      tests only for Qt4 using <command>source setq4</command>, then
    127127      <command>export CXXFLAGS="-std=c++11"</command> before the
    128128      <command>./bootstrap ...</command>) command.  If used, be sure to
    129       <command>unset CXXFLAGS</command> after the tests.  All the
    130       problematic tests relate to the test procedures finding the correct
    131       Qt files.  Five of 447 test are known to fail under some circumstances.
    132      
     129      <command>unset CXXFLAGS</command> after the tests.  One of the problematic
     130      tests relates to the test procedures finding the correct Qt files. Eight
     131      of 447 tests are known to fail under some circumstances related to Gtk+2
     132      and c++ standards.
     133
    133134     <!-- Please, don't remove this comment, needed if tests start to fail
    134135      again. If you want to investigate a problem with a given "problem1-test",
  • general/sysutils/dbus.xml

    r7ed0e9d r2cd6717  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "2428919cc77b8d0028d65ee4d5dbef31">
     9  <!ENTITY dbus-md5sum        "27b8e99ffad603b8acfa25201c6e3d5c">
    1010  <!ENTITY dbus-size          "1.9 MB">
    11   <!ENTITY dbus-buildsize     "109 MB, with doxygen and xml documents (40 MB for the tests)">
     11  <!ENTITY dbus-buildsize     "109 MB, with doxygen and xml documents (37 MB for the tests)">
    1212  <!ENTITY dbus-time          "0.4 SBU, with doxygen and xml documents (0.4 SBU for the tests)">
    1313]>
     
    203203      This and the use of the <command>make distclean</command> command implies
    204204      that the build directory size is smaller than the one for a full build
    205       with documents generated.
    206     </para>
    207 
     205      with documents generated. There are two errors, for unknown reasons.
     206    </para>
     207<!--
    208208    <para>
    209209      If <command>run-test.sh</command> fails, it can be disabled with the
     
    211211    </para>
    212212
    213 <screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in</userinput></screen>
     213<screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in</userinput></screen>-->
    214214
    215215    <para>
     
    442442          dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor,
    443443          dbus-run-session, dbus-send, dbus-test-tool,
    444           dbus-update-activation-environment, and dbus-uuidgenn
     444          dbus-update-activation-environment, and dbus-uuidgen
    445445        </seg>
    446446        <seg>
  • introduction/welcome/changelog.xml

    r7ed0e9d r2cd6717  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>November 18th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to gtk+-3.18.5 (gtk+3.18.5). Fixes
     52          <ulink url="&blfs-ticket-root;7142">#7142</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to dbus-1.10.4. Fixes
     56          <ulink url="&blfs-ticket-root;7141">#7141</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to poppler-0.38.0. Good simplification of
     60          instructions. Fixes
     61          <ulink url="&blfs-ticket-root;7140">#7140</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[fernando] - Update to nano-2.4.3. Fixes
     65          <ulink url="&blfs-ticket-root;7139">#7139</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[fernando] - cmake-3.4.0: Minor re-reword of the tests
     69          explanations.</para>
     70        </listitem>
     71      </itemizedlist>
     72    </listitem>
     73
    4674    <listitem>
    4775      <para>November 17th, 2015</para>
  • packages.ent

    r7ed0e9d r2cd6717  
    5959<!ENTITY emacs-version                "24.5">
    6060<!ENTITY joe-version                  "4.1">
    61 <!ENTITY nano-version                 "2.4.2">
     61<!ENTITY nano-version                 "2.4.3">
    6262<!ENTITY vim-version                  "7.4">
    6363
     
    186186<!ENTITY openjpeg2-version            "2.1.0">
    187187<!ENTITY pixman-version               "0.32.8">   <!-- Even minors only -->
    188 <!ENTITY poppler-version              "0.37.0">
     188<!ENTITY poppler-version              "0.38.0">
    189189<!ENTITY qpdf-version                 "6.0.0">
    190190
     
    220220<!ENTITY colord-version               "1.2.12">    <!-- Even minors only -->
    221221<!ENTITY cpio-version                 "2.12">
    222 <!ENTITY dbus-version                 "1.10.2">   <!-- Even minors only -->
     222<!ENTITY dbus-version                 "1.10.4">   <!-- Even minors only -->
    223223<!ENTITY eudev-version                "1.7">
    224224<!ENTITY fcron-version                "3.2.0">
     
    481481<!ENTITY goffice010-version           "0.10.24">
    482482<!ENTITY gtk2-version                 "2.24.28">
    483 <!ENTITY gtk3-version                 "3.18.4">
     483<!ENTITY gtk3-version                 "3.18.5">
    484484<!ENTITY gtk-engines-version          "2.20.2">
    485485<!ENTITY gtkmm2-version               "2.24.4">
  • postlfs/editors/nano.xml

    r7ed0e9d r2cd6717  
    77  <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    88  <!ENTITY nano-download-ftp  "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    9   <!ENTITY nano-md5sum        "ce6968992fec4283c17984b53554168b">
     9  <!ENTITY nano-md5sum        "0acc0ca68eee68ef38f899532a4873c6">
    1010  <!ENTITY nano-size          "1.8 MB">
    11   <!ENTITY nano-buildsize     "9.4 MB">
     11  <!ENTITY nano-buildsize     "13 MB">
    1212  <!ENTITY nano-time          "less than 0.1 SBU">
    1313]>
  • x/lib/gtk+3.xml

    r7ed0e9d r2cd6717  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-18;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-18;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "2becb7e8bcf2adf5cf39e6c463dab02c">
     9  <!ENTITY gtk3-md5sum        "6cf1478025accbee2cd31a0b093d7efa">
    1010  <!ENTITY gtk3-size          "19 MB">
    1111  <!ENTITY gtk3-buildsize     "513 MB (with tests)">
    12   <!ENTITY gtk3-time          "6.5 SBU (with tests)">
     12  <!ENTITY gtk3-time          "6.6 SBU (with tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.