Changeset 69da6d3 for multimedia


Ignore:
Timestamp:
09/05/2004 04:21:20 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
530facd9
Parents:
3904c76d
Message:

Added build/functionality fix patches and optional dependencies to transcode instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode.xml

    r3904c76d r69da6d3  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY transcode-download-http "http://zebra.fh-weingarten.de/~transcode/pre/transcode-&transcode-version;.tar.bz2">
    77  <!ENTITY transcode-download-ftp  " ">
    88  <!ENTITY transcode-size          "2.8 MB">
    99  <!ENTITY transcode-buildsize     "88 MB">
    10   <!ENTITY transcode-time          "2.41 SBU">
     10  <!ENTITY transcode-time          "1.89 SBU">
    1111]>
    1212
     
    2222<title>Introduction to <application>transcode</application></title>
    2323
    24 <para><application>transcode</application> is a fast, versatile and command-line
    25 based audio/video everything to everything converter.</para>
     24<para><application>transcode</application> is a fast, versatile and
     25command-line based audio/video everything to everything
     26converter.</para>
    2627
    2728<sect3><title>Package information</title>
     
    3839</sect3>
    3940
     41<sect3><title>Additional downloads</title>
     42<itemizedlist spacing='compact'>
     43<listitem><para>Required Patch: <ulink
     44url="&patch-root;/transcode-&transcode-version;-fix_largefile_split-1.patch"/></para>
     45</listitem>
     46<listitem><para>Required Patch (if
     47<application>libdv</application> is installed): <ulink
     48url="&patch-root;/transcode-&transcode-version;-fix_dv-1.patch"/></para>
     49</listitem>
     50<listitem><para>Required Patch (if compiled with
     51<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     52url="&patch-root;/transcode-&transcode-version;-gcc34-1.patch"/></para>
     53</listitem>
     54</itemizedlist>
     55</sect3>
     56
    4057<sect3><title><application>transcode</application> dependencies</title>
    4158<sect4><title>Optional</title>
    42 <para>
    43 <xref linkend="NASM"/>,
    44 <xref linkend="lame"/>,
    45 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    46 <xref linkend="mplayer"/>,
     59<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     60<xref linkend="NASM"/>,
     61<xref linkend="freetype2"/>,
     62<xref linkend="curl"/>,
     63<xref linkend="libxml2"/>,
     64<xref linkend="GLib"/>,
     65<xref linkend="GTK"/>,
    4766<xref linkend="imagemagick"/>,
    48 <xref linkend="libdv"/>,
    49 <xref linkend="libdvdread"/>
    50 <ulink url="http://mjpeg.sourceforge.net/">mjpeg tools</ulink>,
     67<xref linkend="libjpeg"/>,
     68<xref linkend="lame"/>,
     69<xref linkend="mplayer"/>,
     70<xref linkend="libdv"/>,
     71<xref linkend="libdvdread"/>,
    5172<xref linkend="SDL"/>,
    52 <xref linkend="qt"/>,
    53 <xref linkend="avifile"/>,
     73<xref linkend="avifile"/>,
    5474<xref linkend="libfame"/>,
    55 <xref linkend="libmpeg3"/>,
     75<xref linkend="libmpeg3"/>, 
    5676<xref linkend="xvid"/>,
    5777<xref linkend="LZO"/>,
    58 <xref linkend="libxml2"/>,
    59 <xref linkend="liba52"/>,
     78<xref linkend="liba52"/>,
    6079<xref linkend="ffmpeg"/>,
    6180<xref linkend="libmad"/>,
    62 <xref linkend="curl"/>,
    63 <xref linkend="libogg"/>,
    64 <xref linkend="libvorbis"/>,
    65 <ulink url="http://www.theora.org/">Theora</ulink>,
    66 <xref linkend="libjpeg"/>,
    67 <xref linkend="GLib"/>,
    68 <xref linkend="GTK"/>,
    69 <xref linkend="freetype2"/>,
    70 <xref linkend="libmpeg3"/> and
    71 <xref linkend="openquicktime"/>
    72 </para></sect4>
     81<xref linkend="libogg"/>,
     82<xref linkend="libvorbis"/>,
     83<xref linkend="openquicktime"/>,
     84<ulink url="http://mjpeg.sourceforge.net/">MJPEG Tools</ulink>,
     85<ulink url="http://libquicktime.sourceforge.net/">libquicktime</ulink> and
     86<ulink url="http://www.theora.org/">Theora</ulink></para></sect4>
    7387</sect3>
    7488
     
    8195commands:</para>
    8296
    83 <screen><userinput><command>./configure --prefix=/usr --without-x &amp;&amp;
     97<screen><userinput><command>patch -Np1 -i ../transcode-&transcode-version;-fix_largefile_split-1.patch &amp;&amp;
     98patch -Np1 -i ../transcode-&transcode-version;-fix_dv-1.patch &amp;&amp;
     99patch -Np1 -i ../transcode-&transcode-version;-gcc34-1.patch &amp;&amp;
     100./configure --prefix=/usr --without-x &amp;&amp;
    84101make &amp;&amp;
    85102make install</command></userinput></screen>
     
    90107<title>Command explanations</title>
    91108
    92 <para><parameter>--without-x</parameter>: Omit this switch if you have
    93 an <application>X</application>
    94 Window System installed and you want to compile X11 dependent filter
    95 plugins.</para>
     109<para><parameter>--without-x</parameter>: Omit this switch if you have an
     110<application>X</application> Window System installed and you want to compile
     111X11 dependent filter plugins.</para>
    96112
    97113</sect2>
     
    144160<sect3><title>tcdemux</title>
    145161<para><command>tcdemux</command> demultiplexes (separates) audio/video input
    146 that contains multiple streams, e.g., <acronym>VOB</acronym> files.</para></sect3>
     162that contains multiple streams, e.g., <acronym>VOB</acronym> files.</para>
     163</sect3>
    147164
    148165<sect3><title>tcextract</title>
     
    165182
    166183<sect3><title>tcprobe</title>
    167 <para><command>tcprobe</command> prints information about the input file format.</para></sect3>
     184<para><command>tcprobe</command> prints information about the input file
     185format.</para></sect3>
    168186
    169187<sect3><title>tcrequant</title>
     
    198216
    199217<sect3><title>avimerge</title>
    200 <para><command>avimerge</command> merges <acronym>AVI</acronym> files of the same format. Do not
    201 try to merge <acronym>AVI</acronym> files of different formats, it will most likely result in
    202 errors (and format means same bitrates, too!).</para></sect3>
     218<para><command>avimerge</command> merges <acronym>AVI</acronym> files of the
     219same format. Do not try to merge <acronym>AVI</acronym> files of different
     220formats, it will most likely result in errors (and format means same bitrates,
     221too!).</para></sect3>
    203222
    204223<sect3><title>avisplit</title>
Note: See TracChangeset for help on using the changeset viewer.