Changeset bca9385


Ignore:
Timestamp:
04/06/2023 01:13:40 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
f56fb8f1
Parents:
fb0bbe2
Message:

Patch firefox for ffmpeg-6.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rfb0bbe2 rbca9385  
    4040    -->
    4141   <listitem>
    42      <para>April 3rd, 2023</para>
     42     <para>April 6th, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[pierre] - Patch firefox for ffmpeg-6.0
     46       </listitem>
     47     </itemizedlist>
     48   </listitem>
     49
     50   <listitem>
     51     <para>April 4th, 2023</para>
    4352     <itemizedlist>
    4453       <listitem>
  • xsoft/graphweb/firefox.xml

    rfb0bbe2 rbca9385  
    8181          Required patch:
    8282          <ulink url="&patch-root;/firefox-&firefox-version;-upstream_fixes-1.patch"/>
     83        </para>
     84      </listitem>
     85      <listitem>
     86        <para>
     87          Required patch for new <xref linkend="ffmpeg"/> API:
     88          <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg_6-2.patch"/>
    8389        </para>
    8490      </listitem>
     
    370376    </para>
    371377
    372 <screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-upstream_fixes-1.patch</userinput></screen>
     378<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-upstream_fixes-2.patch</userinput></screen>
     379
     380    <para>
     381      Apply the following patch so that firefox is able to play H.264 videos:
     382    </para>
     383
     384<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-ffmpeg_6-1.patch</userinput></screen>
    373385
    374386    <para>
Note: See TracChangeset for help on using the changeset viewer.