mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to cups-2.3.1.
Update to fuse-3.9.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22478 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a1a7d7f891
commit
786068861d
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>December 15th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to cups-2.3.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;12911">#12911</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to fuse-3.9.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;12910">#12910</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xine-ui-0.99.11. Fixes
|
||||
<ulink url="&blfs-ticket-root;12426">#12426</ulink>.</para>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY btrfs-progs-version "5.4">
|
||||
<!ENTITY dosfstools-version "4.1">
|
||||
<!ENTITY fuse3-version "3.8.0">
|
||||
<!ENTITY fuse3-version "3.9.0">
|
||||
<!ENTITY jfsutils-version "1.1.15">
|
||||
<!ENTITY lvm2-version "2.03.07">
|
||||
<!ENTITY mdadm-version "4.1">
|
||||
@ -1002,7 +1002,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!-- Part XII -->
|
||||
<!-- Chapter 46 -->
|
||||
<!ENTITY cups-version "2.3.0">
|
||||
<!ENTITY cups-version "2.3.1">
|
||||
<!ENTITY cups-filters-version "1.25.6">
|
||||
<!ENTITY gs-version "9.50">
|
||||
<!ENTITY gutenprint-version "5.3.3">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
|
||||
<!ENTITY fuse3-download-ftp " ">
|
||||
<!ENTITY fuse3-md5sum "f184004cd3724f579cd602fa5232681b">
|
||||
<!ENTITY fuse3-size "1.4 MB">
|
||||
<!ENTITY fuse3-buildsize "47 MB">
|
||||
<!ENTITY fuse3-md5sum "5dc2be21c0d06c7eace340996e8a37e2">
|
||||
<!ENTITY fuse3-size "1.5 MB">
|
||||
<!ENTITY fuse3-buildsize "52 MB">
|
||||
<!ENTITY fuse3-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY cups-download-http "https://github.com/apple/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
|
||||
<!ENTITY cups-download-ftp " ">
|
||||
<!ENTITY cups-md5sum "644f374573f5433fb8a8af3880db6a98">
|
||||
<!ENTITY cups-md5sum "8ad8897c97cf4d90f20dac4318f47421">
|
||||
<!ENTITY cups-size "7.8 MB">
|
||||
<!ENTITY cups-buildsize "64 MB (Add 42 MB for tests)">
|
||||
<!ENTITY cups-time "0.5 SBU (Add 0.9 SBU for tests)">
|
||||
@ -206,8 +206,7 @@
|
||||
</para>
|
||||
|
||||
|
||||
<screen revision="sysv"><userinput>sed -i 's:444:644:' Makedefs.in &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&
|
||||
<screen revision="sysv"><userinput>sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&
|
||||
|
||||
CC=gcc CXX=g++ \
|
||||
./configure --libdir=/usr/lib \
|
||||
@ -217,8 +216,7 @@ CC=gcc CXX=g++ \
|
||||
--with-docdir=/usr/share/cups/doc-&cups-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&
|
||||
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&
|
||||
<screen revision="systemd"><userinput>sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&
|
||||
|
||||
CC=gcc CXX=g++ \
|
||||
./configure --libdir=/usr/lib \
|
||||
@ -230,6 +228,7 @@ make</userinput></screen>
|
||||
<para>
|
||||
To test the results, issue: <command>make -k check</command>. An already
|
||||
active graphical session with bus address is necessary to run the tests.
|
||||
Four tests are known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -258,11 +257,6 @@ ln -svnf ../cups/doc-&cups-version; /usr/share/doc/cups-&cups-version;</userinpu
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed ... Makedefs.in</command>: Fix files and directories
|
||||
permissions.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... tools/ipptool.c</command>: This sed fixes a bug caused
|
||||
by glibc-2.30 changing the user-space API for sockets.
|
||||
|
Loading…
Reference in New Issue
Block a user