Changeset 83dc192 for pst/printing


Ignore:
Timestamp:
08/25/2018 04:17:21 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0853fa7
Parents:
2106476
Message:

Update to seamonkey-2.49.4.
Update to cups-filters-1.21.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters.xml

    r2106476 r83dc192  
    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        "173045bbc4bca59230543f225b8fa16c">
    11   <!ENTITY cups-filters-size          "1.5 MB">
    12   <!ENTITY cups-filters-buildsize     "52 MB (add 3MB for tests)">
    13   <!ENTITY cups-filters-time          "0.7 SBU (add 0.7 SBU for tests)">
     10  <!ENTITY cups-filters-md5sum        "cbc5498bc4b9ab876c1fc5582d974bbe">
     11  <!ENTITY cups-filters-size          "1.4 MB">
     12  <!ENTITY cups-filters-buildsize     "42 MB (with tests)">
     13  <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
    1414]>
    1515
     
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7070        <para>
    7171          Estimated build time: &cups-filters-time;
    72         </para>
    73       </listitem>
    74     </itemizedlist>
    75 
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Required patch:
    81           <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler67-1.patch"/>
    8272        </para>
    8373      </listitem>
     
    142132    </para>
    143133
    144 <screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler67-1.patch &amp;&amp;
    145 
    146 ./configure                  \
    147         --prefix=/usr        \
    148         --sysconfdir=/etc    \
    149         --localstatedir=/var \
    150         --without-rcdir      \
    151         --disable-static     \
    152         --disable-avahi      \
    153         --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
     134<screen><userinput>
     135./configure --prefix=/usr        \
     136            --sysconfdir=/etc    \
     137            --localstatedir=/var \
     138            --without-rcdir      \
     139            --disable-static     \
     140            --disable-avahi      \
     141            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    154142make</userinput></screen>
    155143
     
    159147     Version 1.16.0: test worked for me with "make check >testlog 2>&1",
    160148     that is, the other way around. I have DejaVu fonts. Pierre L
    161      With 1.17.2 (and DejaVu) the test output is clean, no need for a log. Ken -->
     149     With 1.17.2 (and DejaVu) the test output is clean, no need for a log. Ken
     150     
     151     Tests are clean for version 1.21.0:  - Bruce
     152     # TOTAL: 6
     153     # PASS:  6
     154     real    0m2.504s -->
    162155
    163156    <para>
Note: See TracChangeset for help on using the changeset viewer.