mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to btrfs-progs-4.10.
Update to libinput-1.6.3. Update to LibRaw-0.18.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18471 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ffb0499613
commit
dd3d87beed
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libraw-download-http "http://www.libraw.org/data/LibRaw-&libraw-version;.tar.gz">
|
||||
<!ENTITY libraw-download-ftp " ">
|
||||
<!ENTITY libraw-md5sum "93d7a3fee17aa847bf976bff93cec7c7">
|
||||
<!ENTITY libraw-md5sum "7bd923ea7c9cc71897b005be46c01b2b">
|
||||
<!ENTITY libraw-size "1.2 MB">
|
||||
<!ENTITY libraw-buildsize "14 MB">
|
||||
<!ENTITY libraw-buildsize "19 MB">
|
||||
<!ENTITY libraw-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
|
@ -45,6 +45,18 @@
|
||||
<listitem>
|
||||
<para>March 10th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to btrfs-progs-4.10. Fixes
|
||||
<ulink url="&blfs-ticket-root;8988">#8988</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libinput-1.6.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;8990">#8990</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to LibRaw-0.18.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;8989">#8989</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Update to systemd-233. Fixes
|
||||
<ulink url="&blfs-ticket-root;8944">#8944</ulink>.</para>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<!ENTITY tripwire-version "2.4.3.4">
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY btrfs-progs-version "4.9.1">
|
||||
<!ENTITY btrfs-progs-version "4.10">
|
||||
<!ENTITY fuse-version "2.9.7">
|
||||
<!ENTITY jfsutils-version "1.1.15">
|
||||
<!ENTITY lvm2-version "2.02.168">
|
||||
@ -191,7 +191,7 @@
|
||||
<!ENTITY libmng-version "2.0.3">
|
||||
<!ENTITY libpng-version "1.6.28">
|
||||
<!ENTITY librsvg-version "2.40.16"> <!-- Normally even minors -->
|
||||
<!ENTITY libraw-version "0.18.1">
|
||||
<!ENTITY libraw-version "0.18.2">
|
||||
<!ENTITY libtiff-version "4.0.7">
|
||||
<!ENTITY libwebp-version "0.6.0">
|
||||
<!ENTITY newt-version "0.52.19">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY btrfs-progs-download-http "https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
|
||||
<!ENTITY btrfs-progs-download-ftp " ">
|
||||
<!ENTITY btrfs-progs-md5sum "c236c632b9d1928c592e81fb543afe0f">
|
||||
<!ENTITY btrfs-progs-md5sum "d2eed808cec6a5ff60a3fa1bec1d80e6">
|
||||
<!ENTITY btrfs-progs-size "1.4 MB">
|
||||
<!ENTITY btrfs-progs-buildsize "43 MB">
|
||||
<!ENTITY btrfs-progs-time "0.3 SBU">
|
||||
<!ENTITY btrfs-progs-buildsize "42 MB">
|
||||
<!ENTITY btrfs-progs-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="btrfs-progs" xreflabel="btrfs-progs-&btrfs-progs-version;">
|
||||
@ -107,7 +107,7 @@ mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken} &&
|
||||
mv tests/fuzz-tests/007-simple-super-recover/test.sh{,.broken} &&
|
||||
mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken} &&-->
|
||||
|
||||
<screen><userinput>sed -i '1,106 s/\.gz//g' Documentation/Makefile.in &&
|
||||
<screen><userinput>sed -i '1,100 s/\.gz//g' Documentation/Makefile.in &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--bindir=/bin \
|
||||
|
@ -161,12 +161,13 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you passed the <option>--enable-gtk-doc</option> parameter to
|
||||
the <command>configure</command> script, you can install the API
|
||||
If you passed <option>--enable-gtk-doc</option> to the
|
||||
<command>configure</command> script, the API will automatically be
|
||||
installed. Otherwise, if desired, you can still install the API
|
||||
documentation to the <filename
|
||||
class="directory">/usr/share/gtk-doc/html/gnutls</filename> directory
|
||||
using the following command as the
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
using the following command as the <systemitem
|
||||
class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make -C doc/reference install-data-local</userinput></screen>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libinput-version "1.6.2">
|
||||
<!ENTITY libinput-version "1.6.3">
|
||||
|
||||
<!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
|
||||
<!ENTITY libinput-download-ftp " ">
|
||||
<!ENTITY libinput-md5sum "f497894a06ce76bcfcd0dc2312ec9f17">
|
||||
<!ENTITY libinput-md5sum "62f4a283925ac7ebe6cc59884801aa69">
|
||||
<!ENTITY libinput-size "908 KB">
|
||||
<!ENTITY libinput-buildsize "25 MB (add 8 MB for tests)">
|
||||
<!ENTITY libinput-time "0.2 SBU (add 14 minutes for tests, not CPU dependent)">
|
||||
|
Loading…
Reference in New Issue
Block a user