Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode.xml

    r85a581fd r3f2db3a6  
    1717  <?dbhtml filename="transcode.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>Transcode-&transcode-version;</title>
     
    3330      <application>Transcode</application> was a fast, versatile and
    3431      command-line based audio/video everything to everything converter
    35       primarily focussed on producing AVI video files with MP3 audio,
     32      primarily focused on producing AVI video files with MP3 audio,
    3633      but also including a program to read all the video and audio streams
    3734      from a DVD.
     
    5350    </para>
    5451
    55     &lfs110a_checked;
     52    &lfs112_checked;
    5653
    5754    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9188    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9289    <itemizedlist spacing="compact">
     90 <!--
    9391      <listitem>
    9492        <para>
     
    9795        </para>
    9896      </listitem>
     97-->
    9998      <listitem>
    10099        <para>
     
    107106    <bridgehead renderas="sect3">Transcode Dependencies</bridgehead>
    108107
     108<!-- ffmpeg does not carry libavresample anymore, so we'll work around it.
    109109    <bridgehead renderas="sect4">Required</bridgehead>
    110110    <para role="required">
    111       <xref linkend="ffmpeg"/> (configured with --enable-avresample)
    112     </para>
     111      <xref linkend="ffmpeg"/> (configured with - -enable-avresample)
     112    </para>
     113-->
    113114
    114115    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    156157    <title>Installation of Transcode</title>
    157158
     159<!-- ffmpeg5 no longer carries libavresample.
    158160    <note>
    159161      <para>
     
    174176      </para>
    175177    </note>
     178-->
    176179
    177180    <note>
     
    193196       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
    194197
    195 patch -Np1 -i ../transcode-&transcode-version;-ffmpeg4-1.patch   &amp;&amp;
    196198patch -Np1 -i ../transcode-&transcode-version;-gcc10_fix-1.patch &amp;&amp;
    197199
    198200./configure --prefix=/usr     \
    199201            --enable-alsa     \
    200             --enable-libmpeg2 &amp;&amp;
     202            --enable-libmpeg2 \
     203            --disable-ffmpeg  &amp;&amp;
    201204make</userinput></screen>
    202205
     
    218221    <para>
    219222      <command>sed -i ...</command>: Fixes install location for documentation.
     223    </para>
     224
     225    <para>
     226      <parameter>--disable-ffmpeg</parameter>: This switch disables support for
     227      ffmpeg because libavresample was removed in ffmpeg-5.x.
    220228    </para>
    221229
Note: See TracChangeset for help on using the changeset viewer.