Changeset 6495834


Ignore:
Timestamp:
02/08/2017 01:47:46 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
0e29df6
Parents:
5176cc5
Message:

gutenprint-5.2.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5176cc5 r6495834  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to gutenprint-5.2.12. Fixes
     49          <ulink url="&blfs-ticket-root;8819">#8819</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ken] - Update to QupZilla-2.1.0. Fixes
    4953          <ulink url="&blfs-ticket-root;8850">#8850</ulink>.</para>
  • packages.ent

    r5176cc5 r6495834  
    826826<!ENTITY cups-filters-version         "1.13.2">
    827827<!ENTITY gs-version                   "9.20">
    828 <!ENTITY gutenprint-version           "5.2.11">
     828<!ENTITY gutenprint-version           "5.2.12">
    829829
    830830<!-- Chapter 51 -->
  • pst/printing/gutenprint.xml

    r5176cc5 r6495834  
    77  <!ENTITY gutenprint-download-http "&sourceforge-repo;/gimp-print/gutenprint-&gutenprint-version;.tar.bz2">
    88  <!ENTITY gutenprint-download-ftp  " ">
    9   <!ENTITY gutenprint-md5sum        "fa6083535b7235fe531cd57e7345a81f">
    10   <!ENTITY gutenprint-size          "6.3 MB">
    11   <!ENTITY gutenprint-buildsize     "81 MB (without tests)">
     9  <!ENTITY gutenprint-md5sum        "9789107b577d1338c1d189993ea99eef">
     10  <!ENTITY gutenprint-size          "6.6 MB">
     11  <!ENTITY gutenprint-buildsize     "85 MB (without tests)">
    1212  <!ENTITY gutenprint-time          "0.4 SBU (without tests)">
    1313]>
     
    3333    <application>Gimp-Print</application>) package contains high
    3434    quality drivers for many brands and models of printers for use with
    35     <xref linkend="gs"/>, <xref linkend="cups"/>,
    36     <ulink url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic">Foomatic</ulink>,
     35    <xref linkend="cups"/>
    3736    and the
    3837    <application>GIMP-2.0</application>. See a list of supported printers at
     
    7473    </para>
    7574
    76     <bridgehead renderas="sect4">Optional</bridgehead>
    77     <para role="optional">
    78       <xref linkend="ijs"/> and
    79       <ulink url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic">Foomatic</ulink>
     75    <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
     76    <para role="recommended">
     77      Two families of DyeSub photo printers each require another library at
     78      runtime. Unless you have one of these devices you will not want these
     79      libraries.
     80    </para>
     81
     82    <para role="recommended">
     83      For the Sinfonia S6145 and the Ciaat Brava 21, <ulink
     84      url="http://git.shaftnet.org/cgit/selphy_print.git/tree/lib6145">libS6145ImageReProcess</ulink>,
     85      see <ulink url="http://www.peachyphotos.com/blog/posts/201601301524-sinfonia-chc-s6145-cs2-and-ciaat-brava-21-revited/">Peachy
     86      Photos (Sinfonia)</ulink> for instructions on how to build and test this.
     87    </para>
     88
     89    <para role="recommended">
     90      For the Mitsubishi D70 family and the similar Kodak 305, <ulink
     91      url="http://git.shaftnet.org/cgit/selphy_print.git/tree/lib70x">libMitsuD70ImageReProcess</ulink>,
     92      see <ulink url="http://www.peachyphotos.com/blog/posts/201610061508-mitsubishi-cp-d70-family-working/">Peachy
     93      Photos (Mitsubishi CP-D70)</ulink> for instructions on how to build and test this.
    8094    </para>
    8195
     
    130144
    131145    <!-- this is supposed to discourage you from running the tests if you upgrade
    132     the package - I suppose you could sed the tests/Makefile to only run 'curve',
    133     and perhaps 'run-testdither', it's 'run-weavetest' which takes most of the time -->
    134     <para>To test the results, issue: <command>make check</command>.  The tests
    135     take a very long time and use a lot of disk space but reports vary substantially.
    136     When last tested (version 5.2.11, BLFS-7.8, using -j2) needed 154 SBU and 8.6 GB
    137     to complete the tests.</para>
     146    the package - but the tests in 5.2.12 have changed and I thought I read they
     147    were more parallel -->
     148    <para>To test the results, issue: <command>make check</command>.  The tests
     149    take a very long time and use a lot of disk space.
     150    When last tested (version 5.2.12 in February 2017) this needed 126 SBU and 13 GB
     151    to complete the two tests (the ppds test used a maximum of 2 CPUs and reported
     152    failures from missing translations, perhaps because genppd is not part of the
     153    default configure, the longer rastertogutenprint test succeeded but only ever
     154    used one CPU).</para>
    138155
    139156    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.