Ignore:
Timestamp:
09/13/2010 07:03:26 AM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
98d7dd8
Parents:
57aae596
Message:

Updated to cups-1.4.4 (with patch that fixes XUL crash).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r57aae596 rf0a37d5  
    77  <!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!ENTITY cups-download-ftp  "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
    9   <!ENTITY cups-md5sum        "d95e2d588e3d36e563027a963b117b1b">
    10   <!ENTITY cups-size          "4.4 MB">
    11   <!ENTITY cups-buildsize     "80 MB">
    12   <!ENTITY cups-time          "0.8 SBU">
     9  <!ENTITY cups-md5sum        "8776403ad60fea9e85eab9c04d88560d">
     10  <!ENTITY cups-size          "4.3 MB">
     11  <!ENTITY cups-buildsize     "79 MB">
     12  <!ENTITY cups-time          "0.7 SBU">
    1313]>
    1414
     
    9090    running the test suites)</para>
    9191
     92    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     93    <itemizedlist spacing='compact'>
     94      <listitem>
     95        <para>Required Patch: <ulink
     96        url="&patch-root;/cups-&cups-version;-fix__broken_locking-1.patch"/></para>
     97      </listitem>
     98    </itemizedlist>
     99
    92100    <para condition="html" role="usernotes">User Notes:
    93101    <ulink url="&blfs-wiki;/cups"/></para>
     
    111119    following commands:</para>
    112120
    113 <screen><userinput>./configure &amp;&amp;
     121<screen><userinput>patch -Np1 -i ../cups-&cups-version;-fix_broken_locking-1.patch &amp;&amp;
     122./configure &amp;&amp;
    114123make</userinput></screen>
    115124
Note: See TracChangeset for help on using the changeset viewer.