Changeset fc3a793


Ignore:
Timestamp:
04/21/2024 04:34:02 AM (3 weeks ago)
Author:
Rahul Chandra <rahul@…>
Branches:
lazarus, trunk
Children:
18958f2e
Parents:
8ef533a
Message:

Disable libav support in gegl and alsa plugins as both FTBFS when
using FFMPeg-7.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r8ef533a rfc3a793  
    162162cd    build &amp;&amp;
    163163
    164 meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
     164meson setup --prefix=/usr --buildtype=release -Dlibav=disabled .. &amp;&amp;
    165165ninja</userinput></screen>
    166166
     
    185185    <para>
    186186      <option>-Ddocs=true</option>: Build and
    187       install documentation (requires <xref linkend="gtk-doc"/>,).
     187      install documentation (requires <xref linkend="gtk-doc"/>).
     188
     189      <option>-Dlibav=disabled</option>: Disable FFMpeg support
     190      as the build fails with <xref linkend="ffmpeg"/>.
    188191    </para>
    189192
  • multimedia/libdriv/alsa-plugins.xml

    r8ef533a rfc3a793  
    9595    </para>
    9696
    97 <screen><userinput>./configure --sysconfdir=/etc &amp;&amp;
     97<screen><userinput>./configure --sysconfdir=/etc --disable-libav &amp;&amp;
    9898make</userinput></screen>
    9999
     
    109109
    110110  </sect2>
    111 <!--
    112111  <sect2 role="commands">
    113112    <title>Command Explanations</title>
    114113
    115114    <para>
    116       <command>sed ... speex/pcm_speex.c</command>: Fix a build problem
    117       when speex1.2rc2 is installed.
    118     </para>
    119 
    120   </sect2>
    121 -->
     115      <option>--disable-libav</option>: Disable FFMpeg support as the
     116      package does not build when <xref linkend="ffmpeg"/> is installed.
     117    </para>
     118
     119  </sect2>
    122120  <sect2 role="content">
    123121    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.