Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r8558044 ra0e08b2  
    77  <!ENTITY cups-download-http "https://github.com/OpenPrinting/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "524266752cf243c968921547b18ee594">
    10   <!ENTITY cups-size          "7.6 MB">
    11   <!ENTITY cups-buildsize     "80 MB (Add 89 MB for tests)">
    12   <!ENTITY cups-time          "0.5 SBU (Add 0.9 SBU for tests)">
     9  <!ENTITY cups-md5sum        "be5241e2c165eeb83b58aa32de26fb16">
     10  <!ENTITY cups-size          "7.8 MB">
     11  <!ENTITY cups-buildsize     "60 MB (Add 37 MB for tests)">
     12  <!ENTITY cups-time          "0.5 SBU (Add 1.3 SBU for tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="cups.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Cups-&cups-version;</title>
     
    3633    </para>
    3734
    38     &lfs110a_checked;
     35    &lfs112_checked;
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9289      <xref linkend="avahi"/>,
    9390      <xref linkend="libpaper"/>,
    94       <xref linkend="llvm"/> (with <command>clang</command>),
    9591      <xref linkend="mitkrb"/>,
    96       <xref linkend="openjdk"/>,
     92      <!--<xref linkend="openjdk"/>, Not found in 2.4.0 -->
    9793      <xref linkend="php"/>, and
    9894      <xref linkend="python2"/>
     
    202198    </para>
    203199
    204     <para>
    205       Upstream perfers <command>clang</command> than <command>gcc</command>,
    206       but the building system will try to use a compiler warning option
    207       unsupported by <command>clang</command>.  If <command>clang</command> is
    208       installed, remove this warning option:
    209     </para>
    210 
    211 <screen><userinput>sed -e "s/-Wno-format-truncation//" \
     200<!-- Fixed in 2.4.1
     201    <para revision="systemd">
     202      Fix a bug that causes the <filename>cups.service</filename> systemd unit
     203      to be placed into a non-existent target:
     204    </para>
     205
     206<screen revision="systemd"><userinput remap="pre">sed -e "s/printers.target/printer.target/" \
    212207    -i configure \
    213     -i config-scripts/cups-compiler.m4</userinput></screen>
     208       config-scripts/cups-defaults.m4</userinput></screen>
     209-->
    214210
    215211    <para>
     
    217213    </para>
    218214
    219 
    220 <!-- This seems to be no longer required with OpenPrinting-cups.
    221      Remove this comment when switch to OP is settled.
    222 
    223 <screen revision="sysv"><userinput>sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' tools/ipptool.c  &amp;&amp;
    224 
    225 CC=gcc CXX=g++ \
    226 -->
    227215<screen revision="sysv"><userinput>./configure --libdir=/usr/lib            \
    228216            --disable-systemd            \
     
    232220make</userinput></screen>
    233221
    234 <!-- same apply here:
    235 
    236 <screen revision="systemd"><userinput>sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' tools/ipptool.c   &amp;&amp;
    237 
    238 CC=gcc CXX=g++ \
    239 -->
    240222<screen revision="systemd"><userinput>./configure --libdir=/usr/lib            \
    241223            --with-system-groups=lpadmin \
     
    248230      Make sure that there is not other instance of <application>Cups</application>
    249231      running, otherwise at least 4 tests will fail with "address in use".
    250       <!--One test, <filename>httpAddrGetList</filename>, is known to fail.-->
     232      One test, <filename>httpAddrGetList</filename>, is known to fail.
    251233    </para>
    252234
     
    291273    <para>
    292274      <command>sed ... tools/ipptool.c</command>: This sed fixes a bug caused
    293       by glibc-2.30 changing the user-space API for sockets.
     275      by glibc-2.30 changing the userspace API for sockets.
    294276    </para>
    295277-->
Note: See TracChangeset for help on using the changeset viewer.