Changeset 97a3e4e9


Ignore:
Timestamp:
04/04/2023 06:07:50 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
829770c, ecf5c22
Parents:
526f629 (diff), 6ae36b5 (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:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/intel-media-driver.xml

    r526f629 r97a3e4e9  
    104104          variety of media codecs.
    105105        </para>
     106
     107        <!-- This reduce the size of iHD_drv_video.so from 319M to 157M
     108             for me.  -->
     109        <para>
     110          If you know the model of your Intel GPU, you can pass the
     111          <option>-D{GEN{8,9,10,11,12},MTL}=OFF</option> option to the
     112          <command>cmake</command> command but leaving the option for your
     113          GPU out.  Note that the <quote>GEN</quote> number here is the
     114          generation of the GPU, not the CPU.  For example, with an Intel
     115          Core i7-1065G7 CPU shipping a 11th-generation Intel GPU, the
     116          <option>-D{GEN{8,9,10,12},MTL}=OFF</option> option can be used
     117          so the code specific to the other generations of Intel GPUs won't
     118          be built.
     119        </para>
    106120      </note>
    107121
     
    114128cd    build &amp;&amp;
    115129
    116 cmake -DCMAKE_INSTALL_PREFIX=/usr  \
    117       -DINSTALL_DRIVER_SYSCONF=OFF  \
    118       -DBUILD_TYPE=Release          \
     130cmake -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX \
     131      -DINSTALL_DRIVER_SYSCONF=OFF        \
     132      -DBUILD_TYPE=Release                \
    119133      -Wno-dev ..                   &amp;&amp;
    120134make</userinput></screen>
  • xsoft/graphweb/firefox.xml

    r526f629 r97a3e4e9  
    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-1.patch"/>
    8389        </para>
    8490      </listitem>
     
    373379
    374380    <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>
     385
     386    <para>
    375387      Now invoke the Python <command>mach</command> script to compile the package.
    376388    </para>
Note: See TracChangeset for help on using the changeset viewer.