Changeset 4bed342


Ignore:
Timestamp:
07/24/2006 08:22:33 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d757a8a
Parents:
456279d
Message:

Updated to libquicktime-0.9.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r456279d r4bed342  
    1 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     1<!ENTITY day          "24">                   <!-- Always 2 digits -->
    22<!ENTITY month        "07">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "July &day;nd, &year;">
     5<!ENTITY releasedate  "July &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    556556<!ENTITY libmpeg3-version             "1.6">
    557557<!ENTITY libmad-version               "0.15.1b">
    558 <!ENTITY libquicktime-version         "0.9.8">
     558<!ENTITY libquicktime-version         "0.9.9">
    559559<!ENTITY libfame-version              "0.9.1">
    560560<!ENTITY speex-version                "1.0.5">
  • introduction/welcome/changelog.xml

    r456279d r4bed342  
    4343
    4444    <listitem>
     45      <para>July 24th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libquicktime-0.9.9.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 22nd, 2006</para>
    4655      <itemizedlist>
  • multimedia/libdriv/libquicktime.xml

    r456279d r4bed342  
    66
    77  <!ENTITY libquicktime-download-http "http://prdownloads.sourceforge.net/libquicktime/libquicktime-&libquicktime-version;.tar.gz">
    8   <!ENTITY libquicktime-download-ftp  " ">
    9   <!ENTITY libquicktime-md5sum        "2efb64ed0e1ccae66d0cadc1e806935a">
    10   <!ENTITY libquicktime-size          "858 KB">
    11   <!ENTITY libquicktime-buildsize     "15.6 MB">
    12   <!ENTITY libquicktime-time          "0.7 SBU">
     8  <!ENTITY libquicktime-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libquicktime-&libquicktime-version;.tar.gz">
     9  <!ENTITY libquicktime-md5sum        "4ac23264f22a22ff013722aa9d188190">
     10  <!ENTITY libquicktime-size          "926 KB">
     11  <!ENTITY libquicktime-buildsize     "45.4 MB">
     12  <!ENTITY libquicktime-time          "0.7 SBU (includes building with FFmpeg support)">
    1313]>
    1414
     
    3434    plugins and codecs, along with graphical and command line utilities used
    3535    for encoding and decoding Quicktime files. This is useful for reading and
    36     writing files in the Quicktime format as well as providing compatibility
    37     with the Quicktime 4 Linux library.</para>
     36    writing files in the Quicktime format. The goal of the project is to
     37    enhance, while providing compatibility with, the
     38    <application>Quicktime 4 Linux</application> library.</para>
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7374    <ulink url="http://ffmpeg.sourceforge.net/download.php">FFmpeg from
    7475    CVS</ulink>,
    75     <ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>, and
     76    <ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
     77    <ulink url="http://sourceforge.net/projects/faac">FAAC</ulink> and
    7678    <ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>
    7779    (a CVS version required to play all files)</para>
     
    111113  </sect2>
    112114
     115  <sect2 role="commands">
     116    <title>Command Explanations</title>
     117   
     118    <para><option>--with-avcodec=<replaceable>&lt;DIRECTORY
     119    NAME&gt;</replaceable></option>:
     120    This option can be used to force <application>libquicktime</application> to
     121    use a specified version of <application>FFmpeg</application> to build the
     122    <application>FFmpeg</application> plugin module.
     123    <emphasis role='strong'>Tip:</emphasis> build FFmpeg (don't use
     124    <option>--enable-shared</option>) and install it in a private directory.
     125    Then build <application>libquicktime</application>, substituting the
     126    private directory name for <replaceable>&lt;DIRECTORY
     127    NAME&gt;</replaceable>. You can now safely remove
     128    <replaceable>&lt;DIRECTORY_NAME&gt;</replaceable>, as the
     129    <application>FFmpeg</application>
     130    <filename class='libraryfile'>libavcodec</filename> library was statically
     131    linked into the <application>libquicktime</application>
     132    <application>FFmpeg</application> module.</para>
     133
     134  </sect2>
     135
    113136  <sect2 role="content">
    114137    <title>Contents</title>
     
    123146        qtdechunk, qtdump, qtinfo, qtrechunk, qtstreamize and qtyuv4toyuv</seg>
    124147        <seg>libquicktime.so and several plugin codec libraries</seg>
    125         <seg>/usr/include/lqt, /usr/lib/quicktime and
     148        <seg>/usr/include/lqt, /usr/lib/libquicktime and
    126149        /usr/share/doc/libquicktime-&libquicktime-version;</seg>
    127150      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.