Ignore:
Timestamp:
05/06/2016 04:47:07 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
e54771c
Parents:
b9178cc
Message:

Added ENTITY gcc8_checked to aid transition to gcc-6.1.0.

Update to ffmpeg-3.0.2. Required updates to
ptlib, libquicktime, opal, xine-lib, and transcode.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode.xml

    rb9178cc rba1ccf6  
    3939
    4040    &lfs79_checked;
     41    &gcc6_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7980        <para>
    8081          Required patch:
    81           <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg2-1.patch"/>
     82          <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg3-1.patch"/>
    8283        </para>
    8384      </listitem>
     
    165166       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
    166167
    167 sed -i "s:av_close_input_file:avformat_close_input:g" \
    168        import/probe_ffmpeg.c                                       &amp;&amp;
    169 
    170 patch -Np1 -i ../transcode-&transcode-version;-ffmpeg2-1.patch                   &amp;&amp;
     168patch -Np1 -i ../transcode-&transcode-version;-ffmpeg3-1.patch                   &amp;&amp;
    171169./configure --prefix=/usr \
    172170            --enable-alsa \
Note: See TracChangeset for help on using the changeset viewer.