Changeset 8975244 for multimedia


Ignore:
Timestamp:
05/28/2024 01:41:43 AM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
7f5ae162, edf34da5
Parents:
48a4274
Message:

Add patches to vlc to handle ffmpeg-7 and gcc-14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r48a4274 r8975244  
    7777          Required patch:
    7878          <ulink url="&patch-root;/vlc-&vlc-version;-taglib-1.patch"/>
     79        </para>
     80      </listitem>
     81      <listitem>
     82        <para>
     83          Required patch:
     84          <ulink url="&patch-root;/vlc-&vlc-version;-gcc14-1.patch"/>
     85        </para>
     86      </listitem>
     87      <listitem>
     88        <para>
     89          Required patch:
     90          <ulink url="&patch-root;/vlc-&vlc-version;-fedora_ffmpeg7-1.patch"/>
    7991        </para>
    8092      </listitem>
     
    239251
    240252    <para>
    241       First, add a correction for problems of taglib-2.0 and later:
    242     </para>
    243 
    244 <screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-taglib-1.patch</userinput></screen>
     253      First, add corrections for problems of taglib-2.0, gcc-14, and ffmpeg-7 and later:
     254    </para>
     255
     256<screen><userinput>
     257patch -Np1 -i ../vlc-&vlc-version;-taglib-1.patch         &amp;&amp;
     258patch -Np1 -i ../vlc-&vlc-version;-fedora_ffmpeg7-1.patch &amp;&amp;
     259patch -Np1 -i ../vlc-&vlc-version;-gcc14-1.patch</userinput></screen>
    245260
    246261    <para>
Note: See TracChangeset for help on using the changeset viewer.