Ignore:
Timestamp:
07/18/2024 03:39:36 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
62032e7
Parents:
9b07fbf6 (diff), ad8b716 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Bring bimp3 branch up to date with trunk.

Location:
multimedia/libdriv
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/faad2.xml

    r9b07fbf6 rc2c16bab  
    9797cd    build &amp;&amp;
    9898
    99 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    100       -DCMAKE_BUILD_TYPE=Release  \
    101       -DBUILD_SHARED_LIBS=ON      \
     99cmake -D CMAKE_INSTALL_PREFIX=/usr \
     100      -D CMAKE_BUILD_TYPE=Release  \
     101      -D BUILD_SHARED_LIBS=ON      \
    102102      .. &amp;&amp;
    103103make</userinput></screen>
  • multimedia/libdriv/frei0r.xml

    r9b07fbf6 rc2c16bab  
    9595cd        build &amp;&amp;
    9696
    97 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    98       -DCMAKE_BUILD_TYPE=Release  \
    99       -Wno-dev ..                 &amp;&amp;
     97cmake -D CMAKE_INSTALL_PREFIX=/usr \
     98      -D CMAKE_BUILD_TYPE=Release  \
     99      -W no-dev ..                 &amp;&amp;
    100100
    101101make</userinput></screen>
     
    117117
    118118    <para>
    119       <option>-DWITHOUT_OPENCV=TRUE</option>: This option instructs the make
     119      <option>-D WITHOUT_OPENCV=TRUE</option>: This option instructs the make
    120120      procedure to disable building plugins dependent upon opencv.
    121121    </para>
    122122
    123123    <para>
    124       <option>-DWITHOUT_GAVL=TRUE</option>: This option instructs the make
     124      <option>-D WITHOUT_GAVL=TRUE</option>: This option instructs the make
    125125      procedure to disable building plugins dependent upon gavl.
    126126    </para>
  • multimedia/libdriv/libaom.xml

    r9b07fbf6 rc2c16bab  
    9999cd    aom-build &amp;&amp;
    100100
    101 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    102       -DCMAKE_BUILD_TYPE=Release  \
    103       -DBUILD_SHARED_LIBS=1       \
    104       -DENABLE_DOCS=no            \
     101cmake -D CMAKE_INSTALL_PREFIX=/usr \
     102      -D CMAKE_BUILD_TYPE=Release  \
     103      -D BUILD_SHARED_LIBS=1       \
     104      -D ENABLE_DOCS=no            \
    105105      -G Ninja .. &amp;&amp;
    106106ninja</userinput></screen>
     
    124124
    125125    <para>
    126       <parameter>-DBUILD_SHARED_LIBS=1</parameter>: This switch builds shared
     126      <parameter>-D BUILD_SHARED_LIBS=1</parameter>: This switch builds shared
    127127      versions of the libraries.
    128128    </para>
    129129
    130130    <para>
    131       <parameter>-DENABLE_DOCS=no</parameter>: This switch disables building
     131      <parameter>-D ENABLE_DOCS=no</parameter>: This switch disables building
    132132      the documentation because it fails due to an incompatibility with the
    133133      latest version of <xref role="nodep" linkend="doxygen"/>.
     
    135135
    136136    <para>
    137       <option>-DENABLE_NASM=yes</option>: Use this switch if you have both
     137      <option>-D ENABLE_NASM=yes</option>: Use this switch if you have both
    138138      <xref linkend="yasm"/> and
    139139      <xref role="nodep" linkend="nasm"/> installed and wish to use
  • multimedia/libdriv/libmusicbrainz5.xml

    r9b07fbf6 rc2c16bab  
    125125cd    build &amp;&amp;
    126126
    127 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. &amp;&amp;
     127cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. &amp;&amp;
    128128make</userinput></screen>
    129129
  • multimedia/libdriv/libsndfile.xml

    r9b07fbf6 rc2c16bab  
    263263          <para>
    264264            salvages the audio data from WAV files which are more than
    265             4GB in size
     265            4 GB in size
    266266          </para>
    267267          <indexterm zone="libsndfile sndfile-salvage">
  • multimedia/libdriv/libvdpau-va-gl.xml

    r9b07fbf6 rc2c16bab  
    106106cd    build &amp;&amp;
    107107
    108 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX .. &amp;&amp;
     108cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=$XORG_PREFIX .. &amp;&amp;
    109109make</userinput></screen>
    110110
  • multimedia/libdriv/pipewire.xml

    r9b07fbf6 rc2c16bab  
    77  <!ENTITY pipewire-download-http "https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.bz2">
    88  <!ENTITY pipewire-download-ftp  " ">
    9   <!ENTITY pipewire-md5sum        "5aa49aee429d3e23dc4844b26bd87d43">
    10   <!ENTITY pipewire-size          "1.8 MB">
    11   <!ENTITY pipewire-buildsize     "69 MB (with tests)">
    12   <!ENTITY pipewire-time          "0.4 SBU (with tests, both using parallelism=4)">
     9  <!ENTITY pipewire-md5sum        "5d3af1d1f63cb05e4132b8444ca1c8c5">
     10  <!ENTITY pipewire-size          "1.7 MB">
     11  <!ENTITY pipewire-buildsize     "68 MB (with tests)">
     12  <!ENTITY pipewire-time          "0.5 SBU (with tests, both using parallelism=4)">
    1313]>
    1414
     
    150150cd    build &amp;&amp;
    151151
    152 meson setup ..                \
    153       --prefix=/usr           \
    154       --buildtype=release     \
    155       -Dsession-managers="[]" &amp;&amp;
     152meson setup ..                 \
     153      --prefix=/usr            \
     154      --buildtype=release      \
     155      -D session-managers="[]" &amp;&amp;
    156156ninja</userinput></screen>
    157157
     
    182182
    183183    <para>
    184       <parameter>-Dsession-managers="[]"</parameter>: This switch
     184      <parameter>-D session-managers="[]"</parameter>: This switch
    185185      allows specifying the session managers to build as subprojects.
    186186      We specify an empty list to prevent <command>meson</command> from
     
    194194
    195195    <para>
    196       <option>-Ddocs=true</option>: This switch enables the generation of HTML
     196      <option>-D docs=true</option>: This switch enables the generation of HTML
    197197      documentation. The optional dependencies for documentation need to be
    198198      installed for this to work.
     
    200200
    201201    <para>
    202       <option>-Dman=true</option>: This switch enables the generation of manual
     202      <option>-D man=true</option>: This switch enables the generation of manual
    203203      pages. The optional dependencies for documentation need to be installed
    204204      for this to work.
     
    206206
    207207    <para>
    208       <option>-Dffmpeg=enabled</option>: This switch enables using ffmpeg for
     208      <option>-D ffmpeg=enabled</option>: This switch enables using ffmpeg for
    209209      audio conversion as a SPA backend.
    210210    </para>
    211211
    212212    <para>
    213       <option>-Dvulkan=enabled</option>: This switch enables using Vulkan for
     213      <option>-D vulkan=enabled</option>: This switch enables using Vulkan for
    214214      video rendering as a SPA backend.
    215215    </para>
  • multimedia/libdriv/sdl.xml

    r9b07fbf6 rc2c16bab  
    9191cd    build &amp;&amp;
    9292
    93 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    94       -DCMAKE_BUILD_TYPE=RELEASE  \
     93cmake -D CMAKE_INSTALL_PREFIX=/usr \
     94      -D CMAKE_BUILD_TYPE=RELEASE  \
    9595      ..  &amp;&amp;
    9696make</userinput></screen>
  • multimedia/libdriv/sdl2.xml

    r9b07fbf6 rc2c16bab  
    77  <!ENTITY sdl2-download-http "https://www.libsdl.org/release/SDL2-&sdl2-version;.tar.gz">
    88  <!ENTITY sdl2-download-ftp  " ">
    9   <!ENTITY sdl2-md5sum        "85ceed58290332fa4ef75a3dabfa1b89">
    10   <!ENTITY sdl2-size          "7.1 MB">
    11   <!ENTITY sdl2-buildsize     "185 MB (with docs)">
     9  <!ENTITY sdl2-md5sum        "6af6db485fcd005b05acc0cb00499dd5">
     10  <!ENTITY sdl2-size          "7.2 MB">
     11  <!ENTITY sdl2-buildsize     "186 MB (with docs)">
    1212  <!ENTITY sdl2-time          "0.6 SBU (using parallelism=4; with docs)">
    1313]>
  • multimedia/libdriv/taglib.xml

    r9b07fbf6 rc2c16bab  
    9494cd    build &amp;&amp;
    9595
    96 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    97       -DCMAKE_BUILD_TYPE=Release  \
    98       -DBUILD_SHARED_LIBS=ON \
     96cmake -D CMAKE_INSTALL_PREFIX=/usr \
     97      -D CMAKE_BUILD_TYPE=Release  \
     98      -D BUILD_SHARED_LIBS=ON \
    9999      .. &amp;&amp;
    100100make</userinput></screen>
  • multimedia/libdriv/x265.xml

    r9b07fbf6 rc2c16bab  
    9898cd    bld &amp;&amp;
    9999
    100 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    101       -DGIT_ARCHETYPE=1           \
    102       -Wno-dev ../source          &amp;&amp;
     100cmake -D CMAKE_INSTALL_PREFIX=/usr \
     101      -D GIT_ARCHETYPE=1           \
     102      -W no-dev ../source          &amp;&amp;
    103103make</userinput></screen>
    104104
     
    120120
    121121      <para>
    122         <parameter>-DGIT_ARCHETYPE=1</parameter>: Upstream no longer provides
     122        <parameter>-D GIT_ARCHETYPE=1</parameter>: Upstream no longer provides
    123123        releases. BLFS is using a git snapshot, but if the builder has not
    124124        installed <application>git</application> the build will not install
Note: See TracChangeset for help on using the changeset viewer.