Changeset 9b515726


Ignore:
Timestamp:
07/20/2024 02:54:25 PM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
bdbe820
Parents:
a9e0e6ae
Message:

Update to v4l-utils-1.28.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra9e0e6ae r9b515726  
    4242      <para>July 20th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to v4l-utils-1.28.0. Fixes
     46          <ulink url="&blfs-ticket-root;20112">#20112</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to libnl-3.10.0. Fixes
  • multimedia/libdriv/v4l-utils.xml

    ra9e0e6ae r9b515726  
    77  <!ENTITY v4l-download-http "https://www.linuxtv.org/downloads/v4l-utils/v4l-utils-&v4l-utils-version;.tar.xz">
    88  <!ENTITY v4l-download-ftp  " ">
    9   <!ENTITY v4l-md5sum        "a3565a8ccc427dcce52845c2b8880c28">
     9  <!ENTITY v4l-md5sum        "9551b13e088a8b00a7706863ec68f198">
    1010  <!ENTITY v4l-size          "1.2 MB">
    11   <!ENTITY v4l-buildsize     "32 MB">
    12   <!ENTITY v4l-time          "1.1 SBU (using parallelism=4)">
     11  <!ENTITY v4l-buildsize     "34 MB">
     12  <!ENTITY v4l-time          "0.4 SBU (using parallelism=4)">
    1313]>
    1414
     
    9090    <para role="optional">
    9191      <xref linkend="doxygen"/>,
    92       &qt5-deps; (for qv4l2 and qvidcap),
     92      <xref linkend="qt6"/> (for qv4l2 and qvidcap),
    9393      <xref linkend="sdl2"/>,
    9494      both <xref linkend="llvm"/> (with Clang and target BPF)
     
    107107        If you've installed both LLVM and libbpf (not in BLFS), either
    108108        enable the BPF target (via
    109         <option>-DLLVM_TARGETS_TO_BUILD=</option>) building LLVM, or disable
     109        <option>-D LLVM_TARGETS_TO_BUILD=</option>) building LLVM, or disable
    110110        the infrared remote control decoders based on BPF:
    111111      </para>
     
    123123cd    build &amp;&amp;
    124124
    125 meson setup --prefix=/usr           \
    126             -D doxygen-doc=disabled \
    127             -D gconv=disabled      \
    128             --buildtype=release     .. &amp;&amp;
     125meson setup ..            \
     126      --prefix=/usr      \
     127      --buildtype=release \
     128      -D doxygen-doc=disabled &amp;&amp;
    129129ninja</userinput></screen>
     130
     131    <!-- I don't think this is needed any more
     132      -D gconv=disabled
     133    -->
    130134
    131135    <para>
     
    149153
    150154  </sect2>
    151 
     155<!--
    152156  <sect2 role="commands">
    153157    <title>Command Explanations</title>
     
    159163
    160164  </sect2>
    161 
     165-->
    162166
    163167  <sect2 role="content">
  • packages.ent

    ra9e0e6ae r9b515726  
    11521152<!ENTITY speexdsp-version             "1.2.1">
    11531153<!ENTITY taglib-version               "2.0.1">
    1154 <!ENTITY v4l-utils-version            "1.26.1">
     1154<!ENTITY v4l-utils-version            "1.28.0">
    11551155<!ENTITY wireplumber-version          "0.5.5">
    11561156<!ENTITY x264-version                 "20240216">
Note: See TracChangeset for help on using the changeset viewer.