mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
update to cups-filters-1.0.39
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11927 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
702924389d
commit
bfa0945706
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "October 6th, &year;">
|
||||
<!ENTITY releasedate "October 7th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -820,7 +820,7 @@ export -f as_root</userinput></screen>
|
||||
<!-- Part XII -->
|
||||
<!-- Chapter 42 -->
|
||||
<!ENTITY cups-version "1.6.4">
|
||||
<!ENTITY cups-filters-version "1.0.38">
|
||||
<!ENTITY cups-filters-version "1.0.39">
|
||||
<!ENTITY gs-version "9.10">
|
||||
<!ENTITY gutenprint-version "5.2.9">
|
||||
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>October 7th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to cups-filters-1.0.39. Fixes
|
||||
<ulink url="&blfs-ticket-root;4141">#4141</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 6th, 2013</para>
|
||||
<itemizedlist>
|
||||
|
@ -5,12 +5,12 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY cups-filters-download-http
|
||||
"http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
|
||||
"http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
|
||||
<!ENTITY cups-filters-download-ftp " ">
|
||||
<!ENTITY cups-filters-md5sum "bf9b6f34b3445ebc16b13cbb0c249ae1">
|
||||
<!ENTITY cups-filters-md5sum "78dd836227b64c5839bf62354c99d6c9">
|
||||
<!ENTITY cups-filters-size "1.0 MB">
|
||||
<!ENTITY cups-filters-buildsize "29 MB">
|
||||
<!ENTITY cups-filters-time "0.45 SBU">
|
||||
<!ENTITY cups-filters-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
|
||||
@ -124,7 +124,6 @@
|
||||
--without-rcdir \
|
||||
--with-gs-path=/usr/bin/gs \
|
||||
--with-pdftops-path=/usr/bin/gs \
|
||||
--disable-avahi \
|
||||
--disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -161,13 +160,11 @@ make</userinput></screen>
|
||||
binary in case <xref linkend="gs"/> is not installed at build time.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--disable-avahi</parameter>: This switch is required if you have
|
||||
not installed <xref linkend="avahi"/>.
|
||||
</para>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para>
|
||||
<parameter>make check 2>&1 >testlog</parameter>: the testsuite
|
||||
<command>make check 2>&1 >testlog</command>: the testsuite
|
||||
dumps a stream of bytes into the input buffer after it finishes. Sending
|
||||
the output to a file keeps the history usable, but some debug information
|
||||
will still appear on the screen.
|
||||
@ -181,9 +178,6 @@ make</userinput></screen>
|
||||
text TTF font - untested) is located.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- TODO: Write a bootscript for cups-browsed -->
|
||||
|
Loading…
Reference in New Issue
Block a user