Changeset 77a06259 for multimedia


Ignore:
Timestamp:
12/25/2004 11:26:02 PM (19 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:
c5aac5d7
Parents:
9aa1897
Message:

Updated to Transcode-0.6.14; added a command to the Avifile instructions to fix a broken pkgconfig file

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

Location:
multimedia/videoutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/avifile.xml

    r9aa1897 r77a06259  
    8787    --with-win32-path=/usr/lib/avifile-0.7/win32 &amp;&amp;
    8888make &amp;&amp;
     89sed -i -e "s,include/avifile,&amp;-0.7," avifile.pc &amp;&amp;
    8990make install</command></userinput></screen>
    9091
    9192</sect2>
    9293
    93 <!-- <sect2>
     94<sect2>
    9495<title>Command explanations</title>
    9596
    96 <para><command>./autogen.sh &amp;&amp; ./configure &amp;&amp;
    97 make maintainer-clean &amp;&amp; ./autogen.sh</command>: The
    98 author of this package used the old autoconf which leads to
    99 problems like configure not being able to detect some libraries and compilation
    100 errors. This is fixed by rebuilding the configuration scripts.
    101 </para>
     97<para><command>sed -i -e "s,include/avifile,&amp;-0.7," avifile.pc</command>:
     98The <application>pkgconfig</application> file is installed with an incorrect
     99include directory definition. This command fixes the file.</para>
    102100
    103 </sect2> -->
     101</sect2>
    104102
    105103<sect2>
  • multimedia/videoutils/transcode.xml

    r9aa1897 r77a06259  
    44  %general-entities;
    55
    6   <!ENTITY transcode-download-http "http://zebra.fh-weingarten.de/~transcode/pre/transcode-&transcode-version;.tar.bz2">
    7   <!ENTITY transcode-download-ftp  " ">
    8   <!ENTITY transcode-size          "2.8 MB">
    9   <!ENTITY transcode-buildsize     "88 MB">
    10   <!ENTITY transcode-time          "1.89 SBU">
     6  <!ENTITY transcode-download-http "http://www.ligo.caltech.edu/~pehrens/transcode-&transcode-version;.tar.gz">
     7  <!ENTITY transcode-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/transcode-&transcode-version;.tar.gz">
     8  <!ENTITY transcode-md5sum        "9bfef83b7e0fe2c27d25d871fef75a92">
     9  <!ENTITY transcode-size          "2.6 MB">
     10  <!ENTITY transcode-buildsize     "60 MB">
     11  <!ENTITY transcode-time          "1.69 SBU">
    1112]>
    1213
    13 <sect1 id="transcode" xreflabel="transcode-&transcode-version;">
     14<sect1 id="transcode" xreflabel="Transcode-&transcode-version;">
    1415<sect1info>
    1516<othername>$LastChangedBy$</othername>
     
    1718</sect1info>
    1819<?dbhtml filename="transcode.html"?>
    19 <title>transcode-&transcode-version;</title>
    20 
    21 <sect2>
    22 <title>Introduction to <application>transcode</application></title>
    23 
    24 <para><application>transcode</application> is a fast, versatile and
     20<title><application>Transcode</application>-&transcode-version;</title>
     21
     22<sect2>
     23<title>Introduction to <application>Transcode</application></title>
     24
     25<para><application>Transcode</application> is a fast, versatile and
    2526command-line based audio/video everything to everything
    26 converter.</para>
     27converter. For a rundown of the features and capabilities, along with
     28usage examples, visit the Transcode Wiki at
     29<ulink url="http://www.transcoding.org/"/>.</para>
    2730
    2831<sect3><title>Package information</title>
     
    3235<listitem><para>Download (FTP): <ulink
    3336url="&transcode-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &transcode-md5sum;</para></listitem>
    3438<listitem><para>Download size: &transcode-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required:
     39<listitem><para>Estimated disk space required:
    3640&transcode-buildsize;</para></listitem>
    3741<listitem><para>Estimated build time:
     
    3943</sect3>
    4044
     45<!--
    4146<sect3><title>Additional downloads</title>
    4247<itemizedlist spacing='compact'>
     
    5459</itemizedlist>
    5560</sect3>
    56 
    57 <sect3><title><application>transcode</application> dependencies</title>
     61 -->
     62
     63<sect3><title><application>Transcode</application> dependencies</title>
     64<sect4><title>Required</title>
     65<para><xref linkend="ffmpeg"/></para>
     66</sect4>
     67
     68<sect4><title>Recommended</title>
     69<para><xref linkend="NASM"/> and <xref linkend="lame"/></para>
     70</sect4>
     71
    5872<sect4><title>Optional</title>
    59 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    60 <xref linkend="NASM"/>,
    61 <xref linkend="freetype2"/>,
    62 <xref linkend="curl"/>,
     73<para><xref linkend="freetype2"/>,
     74<xref linkend="GTK"/>,
     75<xref linkend="sdl"/>,
    6376<xref linkend="libxml2"/>,
    64 <xref linkend="GLib"/>,
    65 <xref linkend="GTK"/>,
    6677<xref linkend="imagemagick"/>,
    67 <xref linkend="libjpeg"/>,
    68 <xref linkend="lame"/>,
    69 <xref linkend="mplayer"/>,
     78<xref linkend="libjpeg"/> or
     79<ulink url="http://sourceforge.net/projects/mjpeg">MMX Jpeg</ulink>,
    7080<xref linkend="libdv"/>,
    7181<xref linkend="libdvdread"/>,
    72 <xref linkend="sdl"/>,
    7382<xref linkend="avifile"/>,
    7483<xref linkend="libfame"/>,
     
    7786<xref linkend="LZO"/>,
    7887<xref linkend="liba52"/>,
    79 <xref linkend="ffmpeg"/>,
    80 <xref linkend="libmad"/>,
    8188<xref linkend="libogg"/>,
    8289<xref linkend="libvorbis"/>,
    83 <xref linkend="openquicktime"/>,
    8490<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>
    87 </sect3>
    88 
    89 </sect2>
    90 
    91 <sect2>
    92 <title>Installation of <application>transcode</application></title>
    93 
    94 <para>Install <application>transcode</application> by running the following
     91<ulink url="http://libquicktime.sourceforge.net/">libquicktime</ulink>,
     92<ulink url="http://www.theora.org/">Theora</ulink>,
     93<ulink url="http://lvempeg.sourceforge.net/">LVE</ulink>,
     94<ulink url="http://www.netlib.org/pvm3/">PVM3</ulink> and
     95<ulink url="http://loci.cs.utk.edu/">LoRS/IBP</ulink></para>
     96
     97<para>Though <application>Transcode</application> has no compile-time
     98requirement for <xref linkend="mplayer"/>'s shared post-processing library,
     99<application>Transcode</application> can use it at run-time.</para>
     100</sect4>
     101</sect3>
     102
     103</sect2>
     104
     105<sect2>
     106<title>Installation of <application>Transcode</application></title>
     107
     108<para>Install <application>Transcode</application> by running the following
    95109commands:</para>
    96110
    97 <screen><userinput><command>patch -Np1 -i ../transcode-&transcode-version;-fix_largefile_split-1.patch &amp;&amp;
    98 patch -Np1 -i ../transcode-&transcode-version;-fix_dv-1.patch &amp;&amp;
    99 patch -Np1 -i ../transcode-&transcode-version;-gcc34-1.patch &amp;&amp;
    100 ./configure --prefix=/usr --without-x &amp;&amp;
     111<screen><userinput><command>./configure --prefix=/usr --without-x &amp;&amp;
    101112make &amp;&amp;
    102113make install</command></userinput></screen>
     
    107118<title>Command explanations</title>
    108119
    109 <para><parameter>--without-x</parameter>: Omit this switch if you have an
     120<para><option>--without-x</option>: Omit this parameter if you have an
    110121<application>X</application> Window System installed and you want to compile
    111122X11 dependent filter plugins.</para>
    112123
     124<para><option>--enable-netstream</option>: This parameter enables network
     125streaming support.</para>
     126
     127<para>Building support for most of the dependency packages requires using
     128options passed to the <command>configure</command> script. View the
     129<filename>INSTALL</filename> file and the output from
     130<command>./configure --help</command> for complete information about
     131enabling dependency packages.</para>
     132
    113133</sect2>
    114134
     
    116136<title>Contents</title>
    117137
    118 <para>The <application>transcode</application> package contains
     138<para>The <application>Transcode</application> package contains
    119139<command>transcode</command>,
    120140<command>tccat</command>,
     
    152172<sect3><title>tccat</title>
    153173<para><command>tccat</command> concatenates input files using the input plugins
    154 of <application>transcode</application>.</para></sect3>
     174of <application>Transcode</application>.</para></sect3>
    155175
    156176<sect3><title>tcdecode</title>
     
    174194<sect3><title>tcmodinfo</title>
    175195<para><command>tcmodinfo</command> loads a supplied
    176 <application>transcode</application> filter module and prints its
     196<application>Transcode</application> filter module and prints its
    177197parameters.</para></sect3>
    178198
Note: See TracChangeset for help on using the changeset viewer.