cups-filters-1.17.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19126 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2017-08-29 01:17:24 +00:00
parent 056e5ef5e7
commit 747fcf5f67
4 changed files with 15 additions and 9 deletions

View File

@ -35,7 +35,7 @@
of raster page images.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -45,6 +45,10 @@
<listitem>
<para>August 28th, 2017</para>
<itemizedlist>
<listitem>
<para>[ken] - cups-filters-1.17.2. Fixes
<ulink url="&blfs-ticket-root;9641">#9641</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - firefox-55.0.3. Fixes
<ulink url="&blfs-ticket-root;9629">#9629</ulink>.</para>

View File

@ -843,7 +843,7 @@
<!-- Part XII -->
<!-- Chapter 50 -->
<!ENTITY cups-version "2.2.4">
<!ENTITY cups-filters-version "1.16.1">
<!ENTITY cups-filters-version "1.17.2">
<!ENTITY gs-version "9.21">
<!ENTITY gutenprint-version "5.2.12">

View File

@ -7,9 +7,9 @@
<!ENTITY cups-filters-download-http
"https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
<!ENTITY cups-filters-download-ftp " ">
<!ENTITY cups-filters-md5sum "f76d13c431257a95b233e5c87d10742f">
<!ENTITY cups-filters-md5sum "cbc3d40d572b25a78c828ea04f1248e8">
<!ENTITY cups-filters-size "1.4 MB">
<!ENTITY cups-filters-buildsize "32 MB (with tests)">
<!ENTITY cups-filters-buildsize "44 MB (with tests)">
<!ENTITY cups-filters-time "0.4 SBU (with tests)">
]>
@ -37,7 +37,7 @@
maintained by Apple Inc.
</para>
&lfs80_checked;
&lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -155,11 +155,13 @@ make</userinput></screen>
here though. I didn't have the Dejavu font installed, but used one of the
ones installed by X.
Version 1.16.0: test worked for me with "make check >testlog 2>&1",
that is, the other way around. I have DejaVu fonts. Pierre L -->
that is, the other way around. I have DejaVu fonts. Pierre L
With 1.17.2 (and DejaVu) the test output is clean, no need for a log. Ken -->
<para>
To test the results, issue:
<command>make check &gt;testlog 2&gt;&amp;1</command>. DejaVu fonts
<!--<command>make check &gt;testlog 2&gt;&amp;1</command>.--> DejaVu fonts
<command>make check</command>. DejaVu fonts
are needed for the tests.
</para>
@ -211,12 +213,12 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para>
<!--<para>
<command>make check 2&gt;&amp;1 &gt;testlog</command>: The testsuite
dumps a stream of bytes into the input buffer after it finishes. Sending
the output to a file keeps the history usable, but some debug information
will still appear on the screen.
</para>
</para>-->
<!-- option seems to be obsolete - configure doesn't pick it up
<para>