Changeset 4118724f
- Timestamp:
- 01/15/2017 07:09:21 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.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:
- 81d8cac
- Parents:
- 1e314ce
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1e314ce r4118724f 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Update to cups-filters-1.13.2. Fixes 50 <ulink url="&blfs-ticket-root;8702">#8702</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[dj] - Fixed release issue with gpgme-1.8.0 that affects 50 54 kwallet.</para> -
packages.ent
r1e314ce r4118724f 824 824 <!-- Chapter 50 --> 825 825 <!ENTITY cups-version "2.2.1"> 826 <!ENTITY cups-filters-version "1.13. 1">826 <!ENTITY cups-filters-version "1.13.2"> 827 827 <!ENTITY gs-version "9.20"> 828 828 <!ENTITY gutenprint-version "5.2.11"> -
pst/printing/cups-filters.xml
r1e314ce r4118724f 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 " a1f785753ff8778b8312b9f53a992ba0">10 <!ENTITY cups-filters-md5sum "d2a25d86c5abf1de8a14b81102058f99"> 11 11 <!ENTITY cups-filters-size "1.4 MB"> 12 12 <!ENTITY cups-filters-buildsize "45 MB (with tests)"> … … 90 90 <xref linkend="cups"/>, 91 91 <xref linkend="glib2"/>, 92 <xref linkend="gs"/>, 92 93 <xref linkend="ijs"/>, 93 94 <xref linkend="lcms2"/>, 94 95 <xref linkend="mupdf"/> (mutool), 95 <xref linkend="poppler"/> and96 <xref linkend="poppler"/>, and 96 97 <xref linkend="qpdf"/> 97 98 </para> … … 113 114 </para> 114 115 115 <bridgehead renderas="sect4">Required (Runtime)</bridgehead> 116 <para role="required runtime"> 117 <xref linkend="gs"/> (Needed for PostScript printers), or 116 <bridgehead renderas="sect4">Optional printer drivers (runtime)</bridgehead> 117 <para role="optional"> 118 118 <xref linkend="gutenprint"/> (for supported printers), 119 or other printer drivers 119 or other printer drivers, such as <ulink 120 url="http://sourceforge.net.projects/hplip/files/hplip/">hplip</ulink> 120 121 </para> 121 122 … … 147 148 --disable-static \ 148 149 --disable-avahi \ 149 --with-gs-path=/usr/bin/gs \150 --with-pdftops-path=/usr/bin/gs \151 150 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; && 152 151 make</userinput></screen> … … 157 156 158 157 <para> 159 To test the results, issue: <command>make check 2>&1 >testlog</command>. 158 To test the results, issue: 159 <command>make check 2>&1 >testlog</command>. DejaVu fonts 160 are needed for the tests. 160 161 </para> 161 162 … … 191 192 </para> 192 193 193 <para> 194 <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch 194 <!-- Those are hard dependencies now 195 <para> 196 <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch 195 197 defines the path to the <application>GhostScript</application> 196 198 binary in case <xref linkend="gs"/> is not installed at build time. … … 198 200 199 201 <para> 200 <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch202 <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch 201 203 defines the path to the <application>GhostScript</application> 202 204 binary in case <xref linkend="gs"/> is not installed at build time. 203 205 </para> 206 --> 204 207 205 208 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
pst/printing/gs.xml
r1e314ce r4118724f 43 43 <para><application>Ghostscript</application> is a versatile processor 44 44 for PostScript data with the ability to render PostScript to different 45 targets. It used to be part of the cups printing stack, but is no longer 46 used for that.</para> 45 targets. It is a mandatory part of the cups printing stack.</para> 47 46 48 47 &lfs7a_checked; … … 114 113 <para role="optional"> 115 114 <xref linkend="cairo"/>, 116 <xref linkend="cups"/>, 115 <xref linkend="cups"/> (required for building the <quote>cups</quote> 116 device backend, which is needed by 117 <application>cups-filters</application>), 117 118 <xref linkend="fontconfig"/> (required, if you are installing any 118 119 suggested font),
Note:
See TracChangeset
for help on using the changeset viewer.