Ignore:
Timestamp:
08/17/2007 09:59:22 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
102b5f4b
Parents:
d84a7b0
Message:

Updated to Transcode-1.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode.xml

    rd84a7b0 r10f742b  
    55  %general-entities;
    66
    7   <!ENTITY transcode-download-http "http://transcode.kabewm.com/transcode-&transcode-version;.tar.gz">
    8   <!ENTITY transcode-download-ftp  "&gentoo-ftp-repo;/transcode-&transcode-version;.tar.gz">
    9   <!ENTITY transcode-md5sum        "e353c0ab7e927a8672528e05a9ae960b">
    10   <!ENTITY transcode-size          "2.3 MB">
    11   <!ENTITY transcode-buildsize     "57.7 MB">
    12   <!ENTITY transcode-time          "1.5 SBU">
     7  <!ENTITY transcode-download-http "http://transcode.kabewm.com/transcode-&transcode-version;.tar.bz2">
     8  <!ENTITY transcode-download-ftp  "&gentoo-ftp-repo;/transcode-&transcode-version;.tar.bz2">
     9  <!ENTITY transcode-md5sum        "4f6eb832123ea28c54f0d4952733bcb6">
     10  <!ENTITY transcode-size          "1.9 MB">
     11  <!ENTITY transcode-buildsize     "61 MB">
     12  <!ENTITY transcode-time          "1.4 SBU">
    1313]>
    1414
     
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="&patch-root;/transcode-&transcode-version;-libmpeg3_fixes-1.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <bridgehead renderas="sect3">Transcode Dependencies</bridgehead>
    6068
     
    7078    <para role="optional"><xref linkend="pkgconfig"/>,
    7179    <xref linkend="x-window-system"/>,
     80    <!-- Adding this comment in case this package gets any momentum and
     81         actually uses the updated DivX. Here is the new URL to the new codec:
     82         http://labs.divx.com/DivXLinuxCodec -->
     83    <ulink url="http://sourceforge.net/project/showfiles.php?group_id=11050">DivX4Linux</ulink>,
    7284    <xref linkend="xvid"/>,
    73     <!-- Adding this comment in case this package gets any momentum and
    74          actually uses an updated DivX. Here is the new URL to the new codec:
    75          http://labs.divx.com/DivXLinuxCodec -->
    76     <ulink url="http://sourceforge.net/project/showfiles.php?group_id=11050">
    77     DivX4Linux</ulink>,
    7885    <ulink url="http://loci.cs.utk.edu/">LoRS/IBP</ulink>,
    79     <xref linkend="mplayer"/> (for libpostproc),
    8086    <xref linkend="freetype2"/>,
    8187    <xref linkend="avifile"/>,
     
    8793    <xref linkend="libdv"/>,
    8894    <xref linkend="libquicktime"/>,
    89     <xref linkend="LZO"/>,
     95    <xref linkend="LZO"/> (requires
     96    <ulink url="http://www.oberhumer.com/opensource/lzo/download/LZO-v1/lzo-1.08.tar.gz">Version 1</ulink>),
    9097    <xref linkend="liba52"/>,
    9198    <xref linkend="libmpeg3"/>,
     
    96103    <xref linkend="libfame"/>,
    97104    <xref linkend="imagemagick"/>, and
    98     <xref linkend="libjpeg"/> or
    99     <ulink url="http://sourceforge.net/projects/mjpeg">MMX Jpeg</ulink></para>
     105    <xref linkend="libjpeg"/></para>
    100106
    101107    <para condition="html" role="usernotes">User Notes:
     
    110116    commands:</para>
    111117
    112 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     118<screen><userinput>patch -Np1 -i ../transcode-&transcode-version;-libmpeg3_fixes-1.patch &amp;&amp;
     119sed -i 's|doc/transcode|&amp;-$(PACKAGE_VERSION)|' \
     120       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
     121
     122autoconf &amp;&amp;
     123./configure --prefix=/usr &amp;&amp;
    113124make</userinput></screen>
    114125
     
    149160        <seg>a52_decore.so, af6_decore.so, export*.so, filter*.so, and import*.so
    150161        output/filter/input modules</seg>
    151         <seg>/usr/lib/transcode and /usr/share/doc/transcode</seg>
     162        <seg>/usr/lib/transcode and /usr/share/doc/transcode-&transcode-version;</seg>
    152163      </seglistitem>
    153164    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.