v4l-utils-1.22.1
apache-ant-1.10.12
LVM2-2.03.14
This commit is contained in:
Pierre Labastie 2021-10-29 09:40:06 +02:00
parent ccec040c93
commit 51ba03e696
5 changed files with 43 additions and 20 deletions

View File

@ -6,9 +6,9 @@
<!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.xz">
<!ENTITY apache-ant-download-ftp " ">
<!ENTITY apache-ant-md5sum "f93d15af0d2d799d9055e9e006071dde">
<!ENTITY apache-ant-size "4.3 MB">
<!ENTITY apache-ant-buildsize "142 MB">
<!ENTITY apache-ant-md5sum "d12488eb56ec73e079bd0f95395e06d6">
<!ENTITY apache-ant-size "3.7 MB">
<!ENTITY apache-ant-buildsize "235 MB">
<!ENTITY apache-ant-time "0.3 SBU (excluding download time)">
]>

View File

@ -41,6 +41,24 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>October 29th, 2021</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to LVM2-2.03.14. Fixes
<ulink url="&blfs-ticket-root;15690">#15690</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to apache-ant-1.10.12. Fixes
<ulink url="&blfs-ticket-root;15688">#15688</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to v4l-utils-1.22.1. Fixes
<ulink url="&blfs-ticket-root;15678">#15678</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 28th, 2021</para>
<itemizedlist>

View File

@ -6,9 +6,9 @@
<!ENTITY v4l-download-http "https://www.linuxtv.org/downloads/v4l-utils/v4l-utils-&v4l-utils-version;.tar.bz2">
<!ENTITY v4l-download-ftp " ">
<!ENTITY v4l-md5sum "46f9e2c0b2fdccd009da2f7e1aa87894">
<!ENTITY v4l-size "1.9 MB">
<!ENTITY v4l-buildsize "97 MB">
<!ENTITY v4l-md5sum "8aa73287320a49e9170a8255d7b2c7e6">
<!ENTITY v4l-size "2.0 MB">
<!ENTITY v4l-buildsize "117 MB">
<!ENTITY v4l-time "0.5 SBU (using parallelism=4)">
]>
@ -69,7 +69,7 @@
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist>
<listitem>
@ -79,7 +79,7 @@
</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">v4l-utils Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -108,14 +108,14 @@
<sect2 role="installation">
<title>Installation of v4l-utils</title>
<!--
<para>
First, apply a patch to fix building with GCC-11.1 if
<xref role="nodep" linkend="qt5"/> is installed:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../v4l-utils-&v4l-utils-version;-upstream_fixes-1.patch</userinput></screen>
-->
<para>
Install <application>v4l-utils</application> by running
the following commands:

View File

@ -46,7 +46,7 @@
<!ENTITY dosfstools-version "4.2">
<!ENTITY fuse3-version "3.10.5">
<!ENTITY jfsutils-version "1.1.15">
<!ENTITY lvm2-version "2.03.13">
<!ENTITY lvm2-version "2.03.14">
<!ENTITY mdadm-version "4.1">
<!ENTITY ntfs-3g-version "2021.8.22">
<!ENTITY gptfdisk-version "1.0.8">
@ -386,7 +386,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY valgrind-version "3.18.1">
<!ENTITY yasm-version "1.3.0">
<!ENTITY apache-ant-version "1.10.11">
<!ENTITY apache-ant-version "1.10.12">
<!--
<!ENTITY maven-version "3.6.0">
<!ENTITY junit-major "4">
@ -1027,7 +1027,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY speex-version "1.2.0">
<!ENTITY speexdsp-version "1.2.0">
<!ENTITY taglib-version "1.12">
<!ENTITY v4l-utils-version "1.20.0">
<!ENTITY v4l-utils-version "1.22.1">
<!ENTITY x264-version "20210814">
<!ENTITY x265-version "3.4">
<!ENTITY xine-lib-version "1.2.11">

View File

@ -6,7 +6,7 @@
<!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/LVM2.&lvm2-version;.tgz">
<!ENTITY lvm2-download-ftp "ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
<!ENTITY lvm2-md5sum "c4be18fcb94c84c26f71ff4235917c28">
<!ENTITY lvm2-md5sum "5a011a90e580f9e29df360a7c10332a1">
<!ENTITY lvm2-size "2.5 MB">
<!ENTITY lvm2-buildsize "37 MB (add 18 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
<!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
@ -174,12 +174,12 @@ make -C libdm install</userinput></screen>
</para>
<screen role="root"
remap="test"><userinput>make S=shell/thin-flags.sh check_local</userinput></screen>
remap="test"><userinput>LC_ALL=en_US.UTF-8 make S=lvconvert-repair-replace check_local</userinput></screen>
<para>
The <command>S=...</command> option allows to skip tests. The
<command>shell/thin-flags.sh</command> test has been reported to freeze
the computer.
<command>lvconvert-repair-replace</command> test has been reported
to hang.
Other targets are available and can be listed with
<command>make -C test help</command>. The test timings are very dependent
on the speed of the disk(s), and on the number of enabled kernel options.
@ -199,6 +199,9 @@ make -C libdm install</userinput></screen>
Results for LVM2.2.03.11:
### 357 tests: 231 passed, 32 skipped, 0 timed out, 77 warned, 17 failed
Results for LVM2.2.03.14:
### 389 tests: 304 passed, 73 skipped, 0 timed out, 2 warned, 10 failed
-->
<para>
@ -300,7 +303,8 @@ make install_systemd_units</userinput></screen>
<seglistitem>
<seg>
blkdeactivate, dmeventd (optional), dmsetup, fsadm, lvm, and lvmdump.
blkdeactivate, dmeventd (optional), dmsetup, fsadm, lvm, lvmdump,
and lvm_import_vdo.
There are also numerous symbolic links to lvm that implement specific
functionalities
</seg>
@ -308,11 +312,12 @@ make install_systemd_units</userinput></screen>
libdevmapper.so and liblvm2cmd.so; optional:
libdevmapper-event.so, libdevmapper-event-lvm2.so,
libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2raid.so,
libdevmapper-event-lvm2snapshot.so, and libdevmapper-event-lvm2thin.so
libdevmapper-event-lvm2snapshot.so, libdevmapper-event-lvm2thin.so,
and libdevmapper-event-lvm2vdo.so
</seg>
<seg>
/etc/lvm and
/lib/device-mapper (optional)
/usr/lib/device-mapper (optional)
</seg>
</seglistitem>
</segmentedlist>