Ignore:
Timestamp:
05/21/2020 10:13:46 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eee50c2
Parents:
a751f65
Message:

patch transcode for gcc 10. found a patch nowhere, so has to be tested
On the other hand, transcode may be removed if handbrake may be used

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23184 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode.xml

    ra751f65 r6fd9b81  
    1010  <!ENTITY transcode-md5sum        "9bb25a796a8591fb764de46ee87ce505">
    1111  <!ENTITY transcode-size          "2.1 MB">
    12   <!ENTITY transcode-buildsize     "66 MB">
    13   <!ENTITY transcode-time          "0.6 SBU">
     12  <!ENTITY transcode-buildsize     "72 MB">
     13  <!ENTITY transcode-time          "0.5 SBU">
    1414]>
    1515
     
    9494      <listitem>
    9595        <para>
    96           Required patch:
     96          Required patch to fix API changes in ffmpeg:
    9797          <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg4-1.patch"/>
     98        </para>
     99      </listitem>
     100      <listitem>
     101        <para>
     102          Required patch to fix some issues exposed by GCC 10 and later:
     103          <ulink url="&patch-root;/transcode-&transcode-version;-gcc10_fix-1.patch"/>
    98104        </para>
    99105      </listitem>
     
    188194       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
    189195
    190 patch -Np1 -i ../transcode-&transcode-version;-ffmpeg4-1.patch                   &amp;&amp;
    191 ./configure --prefix=/usr             \
    192             CFLAGS="$CFLAGS -fcommon" \
    193             --enable-alsa             \
    194             --enable-libmpeg2         &amp;&amp;
     196patch -Np1 -i ../transcode-&transcode-version;-ffmpeg4-1.patch   &amp;&amp;
     197patch -Np1 -i ../transcode-&transcode-version;-gcc10_fix-1.patch &amp;&amp;
     198
     199./configure --prefix=/usr     \
     200            --enable-alsa     \
     201            --enable-libmpeg2 &amp;&amp;
    195202make</userinput></screen>
    196203
Note: See TracChangeset for help on using the changeset viewer.