Changeset 088576d6


Ignore:
Timestamp:
06/11/2014 11:29:08 AM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d9bfb9f
Parents:
369d7767
Message:

cups-filters-1.0.54
fix typo and rephrase tests in CMake-3.0.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r369d7767 r088576d6  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 10th, &year;">
     9<!ENTITY releasedate  "June 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    852852<!-- Chapter 42 -->
    853853<!ENTITY cups-version                 "1.7.3">
    854 <!ENTITY cups-filters-version         "1.0.53">
     854<!ENTITY cups-filters-version         "1.0.54">
    855855<!ENTITY gs-version                   "9.14">
    856856<!ENTITY gutenprint-version           "5.2.10">
  • general/prog/cmake.xml

    r369d7767 r088576d6  
    125125      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
    126126      Option -N can be used to display all available tests, and you can run
    127       <command>bin/ctest</command> for a sub-set of tests by using their name
    128       s or numbers, separated by spaces, as options. Option --help can be used
    129       to show all options.
     127      <command>bin/ctest</command> for a sub-set of tests by using separated by
     128      spaces names or numbers as options. Option --help can be used to
     129      show all options.
    130130    </para>
    131131
  • introduction/welcome/changelog.xml

    r369d7767 r088576d6  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>June 11th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - cups-filters-1.0.54. Fixes
     52          <ulink url="&blfs-ticket-root;5145">#5145</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>June 10th, 2014</para>
  • pst/printing/cups-filters.xml

    r369d7767 r088576d6  
    88  "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "85c605f82cddfd9990a17f1ffaf51eec">
     10  <!ENTITY cups-filters-md5sum        "181ee0e6c27cfbb05e241f0267363678">
    1111  <!ENTITY cups-filters-size          "1.3 MB">
    12   <!ENTITY cups-filters-buildsize     "30 MB (additional 2 MB for the tests)">
     12  <!ENTITY cups-filters-buildsize     "32 MB (additional 2 MB for the tests)">
    1313  <!ENTITY cups-filters-time          "0.4 SBU">
    1414]>
     
    7070        <para>
    7171          Estimated build time: &cups-filters-time;
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Download</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-pdftoraster-1.patch"/>
    7282        </para>
    7383      </listitem>
     
    120130    </para>
    121131
    122 <screen><userinput>./configure --prefix=/usr                               \
     132<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-pdftoraster-1.patch &amp;&amp;
     133./configure --prefix=/usr                               \
    123134            --sysconfdir=/etc                           \
    124135            --localstatedir=/var                        \
Note: See TracChangeset for help on using the changeset viewer.