Changeset 83d02fc6


Ignore:
Timestamp:
05/16/2017 10:40:04 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
931a597
Parents:
69d725d4
Message:

Update to cups-filters-1.14.0.
Update to thunderbird-52.1.1.
Update to gegl-0.3.16.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r69d725d4 r83d02fc6  
    88  <!ENTITY gegl-download-ftp " ">
    99<!--  <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
    10   <!ENTITY gegl-md5sum        "0c4fbdc68d9bcebb21898379a438b862">
    11   <!ENTITY gegl-size          "5.7 MB">
    12   <!ENTITY gegl-buildsize     "135 MB (add 26 MB for tests)">
    13   <!ENTITY gegl-time          "1.6 SBU (add 0.9 SBU for tests)">
     10  <!ENTITY gegl-md5sum        "e4a523420c5f050c0ca0187b3758ce23">
     11  <!ENTITY gegl-size          "5.8 MB">
     12  <!ENTITY gegl-buildsize     "126 MB (add 23 MB for tests)">
     13  <!ENTITY gegl-time          "1.7 SBU (add 0.7 SBU for tests)">
    1414]>
    1515
     
    3737
    3838    &lfs80_checked;
     39    &gcc7_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120121
    121122    <para>
    122       First, fix an issue with gobject-introspection-1.52.1:
    123     </para>
    124 
    125 <screen><userinput>sed -i /DG_LOG/d configure.ac
    126 sed -i '/srcdir)\/gegl\/property-types/a\\t-DG_LOG_DOMAIN=\\\"GEGL\\\" \\' \
    127     gegl/Makefile.am</userinput></screen>
    128 
    129     <para>
    130123      Install <application>gegl</application> by running the following commands:
    131124    </para>
    132125
    133 <screen><userinput>./autogen.sh --prefix=/usr --without-vala &amp;&amp;
     126<screen><userinput>./configure --prefix=/usr &amp;&amp;
    134127LC_ALL=en_US make</userinput></screen>
    135128
  • introduction/welcome/changelog.xml

    r69d725d4 r83d02fc6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to cups-filters-1.14.0. Fixes
     49          <ulink url="&blfs-ticket-root;9252">#9252</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to thunderbird-52.1.1. Fixes
     53          <ulink url="&blfs-ticket-root;9251">#9251</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to gegl-0.3.16. Fixes
     57          <ulink url="&blfs-ticket-root;9249">#9249</ulink>.</para>
     58        </listitem>
     59        <listitem>
    4860          <para>[bdubbs] - Update to clutter-1.26.2. Fixes
    4961          <ulink url="&blfs-ticket-root;9243">#9243</ulink>.</para>
  • packages.ent

    r69d725d4 r83d02fc6  
    184184<!ENTITY fontconfig-version           "2.12.1">  <!-- stable lt .90 micro version -->
    185185<!ENTITY fribidi-version              "0.19.7">
    186 <!ENTITY gegl-version                 "0.3.14">
     186<!ENTITY gegl-version                 "0.3.16">
    187187<!ENTITY giflib-version               "5.1.4">
    188188<!ENTITY graphite2-version            "1.3.10">
     
    727727<!ENTITY rox-filer-version            "2.11">
    728728<!ENTITY rxvt-unicode-version         "9.22">
    729 <!ENTITY thunderbird-version          "52.1.0">
     729<!ENTITY thunderbird-version          "52.1.1">
    730730<!ENTITY tigervnc-version             "1.7.1">
    731731<!ENTITY transmission-version         "2.92">
     
    838838<!-- Chapter 50 -->
    839839<!ENTITY cups-version                 "2.2.3">
    840 <!ENTITY cups-filters-version         "1.13.5">
     840<!ENTITY cups-filters-version         "1.14.0">
    841841<!ENTITY gs-version                   "9.21">
    842842<!ENTITY gutenprint-version           "5.2.12">
  • pst/printing/cups-filters.xml

    r69d725d4 r83d02fc6  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "14e480832b872183574e6bfccdb7eff8">
     10  <!ENTITY cups-filters-md5sum        "4be15231df45312cf2be7d44206286c3">
    1111  <!ENTITY cups-filters-size          "1.4 MB">
    1212  <!ENTITY cups-filters-buildsize     "32 MB (with tests)">
     
    3939
    4040    &lfs80_checked;
     41    &gcc7_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    142143    </para>
    143144
    144 <screen><userinput>./configure                             \
    145         --prefix=/usr                   \
    146         --sysconfdir=/etc               \
    147         --localstatedir=/var            \
    148         --without-rcdir                 \
    149         --disable-static                \
    150         --disable-avahi                 \
     145<screen><userinput>
     146./configure                  \
     147        --prefix=/usr        \
     148        --sysconfdir=/etc    \
     149        --localstatedir=/var \
     150        --without-rcdir      \
     151        --disable-static     \
     152        --disable-avahi      \
    151153        --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    152154make</userinput></screen>
  • xsoft/other/thunderbird.xml

    r69d725d4 r83d02fc6  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "0cd0b6ac2740a1fd74b3c4a6cb846e53">
     10  <!ENTITY thunderbird-md5sum            "af4e6390883f3a3b082ecba7f85180b8">
    1111  <!ENTITY thunderbird-size              "218 MB">
    12   <!ENTITY thunderbird-buildsize         "4.1 GB (92 MB installed)">
    13   <!ENTITY thunderbird-time              "13 SBU (with -j4, estimated 40 SBU with -j1)">
     12  <!ENTITY thunderbird-buildsize         "4.4 GB (108 MB installed)">
     13  <!ENTITY thunderbird-time              "10.0 SBU (with -j4, estimated 40 SBU with -j1)">
    1414]>
    1515
     
    3838
    3939    &lfs80_checked;
     40    &gcc7_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    191192ac_add_options --with-system-nss
    192193ac_add_options --with-system-icu
    193 
     194<!-- These do not seem to be needed any more
    194195# Set CFLAGS and CXXFLAGS to prevent segfaults due to aggressive
    195196# optimizations in GCC-6:
    196197export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
    197198export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
    198 
     199-->
    199200# The BLFS editors recommend not changing anything below this line:
    200201ac_add_options --prefix=/usr
     
    206207ac_add_options --disable-tests
    207208
    208 ac_add_options --enable-optimize
     209ac_add_options --enable-optimize=-O2
    209210ac_add_options --enable-strip
    210211ac_add_options --enable-install-strip
Note: See TracChangeset for help on using the changeset viewer.