Ignore:
Timestamp:
08/16/2004 12:22:10 AM (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:
f9d2ee6
Parents:
86eff47
Message:

Added gcc34 patch to OpenQuicktime instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/openquicktime.xml

    r86eff47 r6b4290f  
    2222<title>Introduction to <application>OpenQuicktime</application></title>
    2323
    24 <para><application>OpenQuicktime</application> is a small library that handles the Quicktime
    25 file format on most varieties of Unix. Audio and video decoding and
    26 encoding is provided using a plug-in mechanism.</para>
     24<para><application>OpenQuicktime</application> is a small library that handles
     25the Quicktime file format on most varieties of Unix. Audio and video decoding
     26and encoding is provided using a plug-in mechanism.</para>
    2727
    2828<sect3><title>Package information</title>
     
    3737<sect3><title>Additional downloads</title>
    3838<itemizedlist spacing='compact'>
     39<listitem><para>Required Patch (if compiled using
     40<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     41url="&patch-root;/openquicktime-&openquicktime-version;-gcc34-1.patch"></ulink>
     42</para></listitem>
    3943<listitem><para>Optional <acronym>CODEC</acronym>: <ulink
    4044url="http://www.openquicktime.org/codecs.php"/></para></listitem>
     
    5761following commands:</para>
    5862
    59 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     63<screen><userinput><command>patch -Np1 -i ../openquicktime-&openquicktime-version;-gcc34-1.patch &amp;&amp;
     64./configure --prefix=/usr &amp;&amp;
    6065make &amp;&amp;
    6166make install</command></userinput></screen>
     
    6671<title>Contents</title>
    6772
    68 <para>This package provides <filename class="libraryfile">libopenquicktime</filename>
    69 library and utilities that allow you to manipulate Quicktime files.
    70 </para>
     73<para>This package provides the
     74<filename class="libraryfile">libopenquicktime</filename> library and utilities
     75that allow you to manipulate Quicktime files.</para>
    7176
    7277</sect2>
Note: See TracChangeset for help on using the changeset viewer.