Ignore:
Timestamp:
08/01/2015 10:25:40 PM (9 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.8, 7.9, 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, nosym, 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:
1def00f
Parents:
9fa25aa
Message:
  • Update to cups-2.0.4.
  • Update to Archive-Zip-1.49.
  • Update to mercurial-3.5.
  • Update to scons-2.3.6.
  • cups-filters-1.0.71 does not build with poppler-3.4.
  • Add sddm bootscript.
  • Reorder part of the bootscripts Makefile.

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

File:
1 edited

Legend:

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

    r9fa25aa r7b88d5a  
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
     75
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    7979        <para>
    8080          Required patch:
    81           <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
     81          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler0340-1.patch"/>
    8282        </para>
    8383      </listitem>
    8484    </itemizedlist>
    85 -->
     85
    8686    <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
    8787
     
    106106    <para role="optional">
    107107      <xref linkend="avahi"/> and
    108       <xref linkend="php"/> (use of this might be broken) 
     108      <xref linkend="php"/> (use of this might be broken)
    109109    </para>
    110110
     
    128128      commands:
    129129    </para>
    130 <!--
    131 <userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
    132 -->
    133 
    134 <screen><userinput>./configure --prefix=/usr                   \
    135             --sysconfdir=/etc               \
    136             --localstatedir=/var            \
    137             --without-rcdir                 \
    138             --disable-static                \
    139             --with-gs-path=/usr/bin/gs      \
    140             --with-pdftops-path=/usr/bin/gs \
    141             --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
     130
     131<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler0340-1.patch &amp;&amp;
     132
     133./configure                             \
     134        --prefix=/usr                   \
     135        --sysconfdir=/etc               \
     136        --localstatedir=/var            \
     137        --without-rcdir                 \
     138        --disable-static                \
     139        --with-gs-path=/usr/bin/gs      \
     140        --with-pdftops-path=/usr/bin/gs \
     141        --docdir=/usr/share/doc/cups-filters-&cups-filters-version;      &amp;&amp;
     142
    142143make</userinput></screen>
    143144
     
    156157  <sect2 role="commands">
    157158    <title>Command Explanations</title>
    158 <!--
    159     <para>
    160       <command>patch ...</command>: Allow the package to build with
    161       poppler-0.31.0 and later.
    162     </para>-->
    163159
    164160    <para>
Note: See TracChangeset for help on using the changeset viewer.