Changeset 2f1053c
- Timestamp:
- 08/16/2018 11:36:40 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9e629a4
- Parents:
- 5b378d42
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5b378d42 r2f1053c 45 45 <para>August 16th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to cups-filters-1.20.4. Fixes 49 <ulink url="&blfs-ticket-root;10945">#10945</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to mercurial-4.7. Fixes -
packages.ent
r5b378d42 r2f1053c 871 871 <!-- Chapter 50 --> 872 872 <!ENTITY cups-version "2.2.8"> 873 <!ENTITY cups-filters-version "1.20. 3">873 <!ENTITY cups-filters-version "1.20.4"> 874 874 <!ENTITY gs-version "9.23"> 875 875 <!ENTITY gutenprint-version "5.2.14"> -
pst/printing/cups-filters.xml
r5b378d42 r2f1053c 8 8 "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz"> 9 9 <!ENTITY cups-filters-download-ftp " "> 10 <!ENTITY cups-filters-md5sum " 935aaad8f5b470770aab1d15466c1337">11 <!ENTITY cups-filters-size "1. 4MB">12 <!ENTITY cups-filters-buildsize " 32 MB (withtests)">13 <!ENTITY cups-filters-time "0. 4 SBU (withtests)">10 <!ENTITY cups-filters-md5sum "173045bbc4bca59230543f225b8fa16c"> 11 <!ENTITY cups-filters-size "1.5 MB"> 12 <!ENTITY cups-filters-buildsize "52 MB (add 3MB for tests)"> 13 <!ENTITY cups-filters-time "0.7 SBU (add 0.7 SBU for tests)"> 14 14 ]> 15 15 … … 73 73 </listitem> 74 74 </itemizedlist> 75 <!-- 75 76 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 77 <itemizedlist spacing="compact"> … … 79 79 <para> 80 80 Required patch: 81 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler 0340-1.patch"/>82 </para> 83 </listitem> 84 </itemizedlist> -->81 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler67-1.patch"/> 82 </para> 83 </listitem> 84 </itemizedlist> 85 85 86 86 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead> … … 91 91 <xref linkend="glib2"/>, 92 92 <xref linkend="gs"/>, 93 <xref linkend="ijs"/>,94 93 <xref linkend="lcms2"/>, 95 94 <xref linkend="mupdf"/> (mutool), … … 109 108 <xref linkend="avahi"/>, 110 109 <xref linkend="dejavu-fonts"/> (required for the tests), 110 <xref linkend="ijs"/>, 111 111 <xref linkend="openldap"/>, 112 112 <xref linkend="php"/> (use of this might be broken), … … 142 142 </para> 143 143 144 <screen><userinput>./configure \ 144 <screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler67-1.patch && 145 146 ./configure \ 145 147 --prefix=/usr \ 146 148 --sysconfdir=/etc \ … … 185 187 186 188 <para> 189 <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler67-1.patch</parameter>: 190 Conditionally apply changes for recent versions of poppler. 191 </para> 192 193 <para> 187 194 <parameter>--disable-avahi</parameter>: This switch is needed 188 195 if the optional <xref linkend="avahi"/> is not installed. Remove … … 213 220 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 214 221 href="../../xincludes/static-libraries.xml"/> 222 223 <para> 224 <option>--enable-ijs</option>: This switch will allow the pdftoijs 225 filter, for sending PDFs to an HP InkJet Server, to be built. 226 </para> 215 227 216 228 <!--<para>
Note:
See TracChangeset
for help on using the changeset viewer.