mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
• 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
This commit is contained in:
parent
9fa25aa2c2
commit
7b88d5aada
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
|
||||
<!ENTITY mercurial-download-ftp " ">
|
||||
<!ENTITY mercurial-md5sum "0b0a63bfbc22d399f42f56fc65c5394b">
|
||||
<!ENTITY mercurial-size "4.1 MB">
|
||||
<!ENTITY mercurial-buildsize "320 MB (47 MB for program, 2 MB for documentation, 271MB for tests)">
|
||||
<!ENTITY mercurial-time "0.1 SBU for program and documentation, 10 SBU for tests">
|
||||
<!ENTITY mercurial-md5sum "3e3010e12759d3783ab7ed93de627da1">
|
||||
<!ENTITY mercurial-size "4.3 MB">
|
||||
<!ENTITY mercurial-buildsize "51 MB (with documentation, additional 294 MB for tests)">
|
||||
<!ENTITY mercurial-time "0.1 SBU (with documentation, additional 3 SBU for tests, with -j8)">
|
||||
]>
|
||||
|
||||
<sect1 id="mercurial" xreflabel="Mercurial-&mercurial-version;">
|
||||
@ -142,7 +142,7 @@ EOF</userinput></screen>
|
||||
|
||||
<para>where you must replace <user_name> and <your@mail> (mail
|
||||
is optional and can be omitted). With the user identity defined, run
|
||||
<command>hg debuginstall</command> and several lines will be displayed,
|
||||
<command>hg debuginstall</command> and several lines will be displayed,
|
||||
the last one reading "no problems detected". Another quick and simple test
|
||||
is just <command>hg</command>, which should output basic commands that can
|
||||
be used with <command>hg</command>.</para>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<!ENTITY perl_authors "http://cpan.metacpan.org/authors">
|
||||
|
||||
<!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
|
||||
<!ENTITY Archive-Zip-md5sum "39d3ee62aefd452b8b86094de46a9214">
|
||||
<!ENTITY Archive-Zip-md5sum "35b81833e44d0001f0e1c86c72f2a6c8">
|
||||
|
||||
<!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
|
||||
<!ENTITY autovivification-md5sum "7e20817f6034910c1bc23351d81a0658">
|
||||
@ -309,7 +309,7 @@ MD5 sum: &Business-ISMN-md5sum;</literallayout>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literallayout>&Business-ISSN-download-http;
|
||||
<literallayout>&Business-ISSN-download-http;
|
||||
MD5 sum: &Business-ISSN-md5sum;</literallayout>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -480,7 +480,7 @@ MD5 sum: &Encode-HanExtra-md5sum;</literallayout>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literallayout>&Encode-JIS2K-download-http;
|
||||
<literallayout>&Encode-JIS2K-download-http;
|
||||
MD5 sum: &Encode-JIS2K-md5sum;</literallayout>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -1297,7 +1297,7 @@ MD5 sum: &Test-Differences-md5sum;</literallayout>
|
||||
<xref linkend="perl-standard-install"/>.
|
||||
</para>
|
||||
|
||||
&lfs77_checked; &gcc5_checked;
|
||||
&lfs77_checked; &gcc5_checked;
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz">
|
||||
<!ENTITY scons-download-ftp " ">
|
||||
<!ENTITY scons-md5sum "8b0d1041266f89b18e47f26d943f8aa5">
|
||||
<!ENTITY scons-size "620 KB">
|
||||
<!ENTITY scons-buildsize "5.3 MB">
|
||||
<!ENTITY scons-md5sum "9c6a1c3c716cbe5f16515f163c91d928">
|
||||
<!ENTITY scons-size "616 KB">
|
||||
<!ENTITY scons-buildsize "12 MB">
|
||||
<!ENTITY scons-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
--install-data=/usr/share</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -46,6 +46,27 @@
|
||||
<listitem>
|
||||
<para>August 1st, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - cups-filters-1.0.71 does not build with
|
||||
poppler-3.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;6777">#6777</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to scons-2.3.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;6776">#6776</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to mercurial-3.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;6775">#6775</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to Archive-Zip-1.49. Fixes
|
||||
<ulink url="&blfs-ticket-root;6774">#6774</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to cups-2.0.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;6772">#6772</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Add sddm-0.11.0. First fix to
|
||||
<ulink url="&blfs-ticket-root;6639">#6639</ulink>.</para>
|
||||
@ -69,7 +90,7 @@
|
||||
<ulink url="&blfs-ticket-root;5683">#5683</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to stunnel-5.22. Fixes
|
||||
<para>[fernando] - Update to stunnel-5.22. Fixes
|
||||
<ulink url="&blfs-ticket-root;6771">#6771</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -264,7 +264,7 @@
|
||||
<!ENTITY librep-version "0.92.5">
|
||||
<!ENTITY llvm-version "3.6.2">
|
||||
<!ENTITY lua-version "5.3.1">
|
||||
<!ENTITY mercurial-version "3.4.2">
|
||||
<!ENTITY mercurial-version "3.5">
|
||||
<!ENTITY nasm-version "2.11.08">
|
||||
<!ENTITY npapi-sdk-version "0.27.2">
|
||||
<!ENTITY php-version "5.6.11">
|
||||
@ -272,7 +272,7 @@
|
||||
<!ENTITY python3-version "3.4.3">
|
||||
<!ENTITY ruby-version "2.2.2">
|
||||
<!ENTITY ruby-patch-version "0">
|
||||
<!ENTITY scons-version "2.3.5">
|
||||
<!ENTITY scons-version "2.3.6">
|
||||
<!ENTITY slang-version "2.2.4">
|
||||
<!ENTITY subversion-version "1.8.13">
|
||||
<!ENTITY swig-version "3.0.6">
|
||||
@ -293,7 +293,7 @@
|
||||
|
||||
<!-- Perl module versions used in the Perl Modules instructions -->
|
||||
<!ENTITY autovivification-version "0.16">
|
||||
<!ENTITY Archive-Zip-version "1.48">
|
||||
<!ENTITY Archive-Zip-version "1.49">
|
||||
<!ENTITY Business-ISBN-version "2.09">
|
||||
<!ENTITY Business-ISMN-version "1.13">
|
||||
<!ENTITY Business-ISSN-version "0.91">
|
||||
@ -758,7 +758,7 @@
|
||||
|
||||
<!-- Part XII -->
|
||||
<!-- Chapter 50 -->
|
||||
<!ENTITY cups-version "2.0.3">
|
||||
<!ENTITY cups-version "2.0.4">
|
||||
<!ENTITY cups-filters-version "1.0.71">
|
||||
<!ENTITY gs-version "9.16">
|
||||
<!ENTITY gutenprint-version "5.2.10">
|
||||
|
@ -72,17 +72,17 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<!--
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
|
||||
<ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler0340-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
|
||||
<bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -105,7 +105,7 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="avahi"/> and
|
||||
<xref linkend="php"/> (use of this might be broken)
|
||||
<xref linkend="php"/> (use of this might be broken)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
|
||||
@ -127,18 +127,19 @@
|
||||
Install <application>CUPS Filters</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
<!--
|
||||
<userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &&
|
||||
-->
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--without-rcdir \
|
||||
--disable-static \
|
||||
--with-gs-path=/usr/bin/gs \
|
||||
--with-pdftops-path=/usr/bin/gs \
|
||||
--docdir=/usr/share/doc/cups-filters-&cups-filters-version; &&
|
||||
<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler0340-1.patch &&
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--without-rcdir \
|
||||
--disable-static \
|
||||
--with-gs-path=/usr/bin/gs \
|
||||
--with-pdftops-path=/usr/bin/gs \
|
||||
--docdir=/usr/share/doc/cups-filters-&cups-filters-version; &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -155,11 +156,6 @@ make</userinput></screen>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
<!--
|
||||
<para>
|
||||
<command>patch ...</command>: Allow the package to build with
|
||||
poppler-0.31.0 and later.
|
||||
</para>-->
|
||||
|
||||
<para>
|
||||
<parameter>--without-rcdir</parameter>: This switch disables
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
|
||||
<!ENTITY cups-download-ftp " ">
|
||||
<!ENTITY cups-md5sum "8d98b85edbdab7ab03739c9622f570e8">
|
||||
<!ENTITY cups-md5sum "f5c847d9a4fac6c4c66fb0526a7afaae">
|
||||
<!ENTITY cups-size "8.4 MB">
|
||||
<!ENTITY cups-buildsize "99 MB (with tests)">
|
||||
<!ENTITY cups-time "0.8 SBU (with tests)">
|
||||
@ -96,7 +96,7 @@
|
||||
<xref linkend="php"/>,
|
||||
<xref linkend="python2"/>, and
|
||||
<xref linkend="xdg-utils"/>
|
||||
|
||||
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Required (Postinstall)</bridgehead>
|
||||
@ -109,7 +109,7 @@
|
||||
<xref linkend="gutenprint"/> and
|
||||
<ulink url="http://hplipopensource.com/hplip-web/index.html">hplip</ulink> (HP printers)
|
||||
</para>
|
||||
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/cups"/>
|
||||
</para>
|
||||
@ -353,8 +353,8 @@ rm -rf /usr/share/cups/data/testprint</userinput></screen>
|
||||
the url http://localhost:631. From there printers, print
|
||||
jobs, and the server configuration can be set up and managed.
|
||||
Remote system administration can also be set up. Configuration
|
||||
can also be done from the command line via the
|
||||
<command>lpadmin</command>, <command>lpoptions</command>,
|
||||
can also be done from the command line via the
|
||||
<command>lpadmin</command>, <command>lpoptions</command>,
|
||||
and <command>lpstat</command> commands.
|
||||
</para>
|
||||
|
||||
@ -363,7 +363,7 @@ rm -rf /usr/share/cups/data/testprint</userinput></screen>
|
||||
the type of printer and can be complex. Generally, PostScript printers
|
||||
are easier. For detailed instructions on configuration and use of
|
||||
<application>Cups</application>, see <ulink
|
||||
url="http://www.cups.org/documentation.php"/>.
|
||||
url="http://www.cups.org/documentation.php"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user