Changeset dd3551e9


Ignore:
Timestamp:
08/02/2009 10:00:37 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a958f32
Parents:
be7b3c2
Message:

Updated to libquicktime-1.1.3.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbe7b3c2 rdd3551e9  
    674674<!ENTITY libmpeg3-version             "1.8">
    675675<!ENTITY libmad-version               "0.15.1b">
    676 <!ENTITY libquicktime-version         "1.0.0">
     676<!ENTITY libquicktime-version         "1.1.3">
    677677<!ENTITY libfame-version              "0.9.1">
    678678<!ENTITY speex-version                "1.0.5">
  • introduction/welcome/changelog.xml

    rbe7b3c2 rdd3551e9  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[gdalziel] - Updated to libquicktime-1.1.3.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[gdalziel] - Updated Xpdf to patch-level 3.</para>
    4851        </listitem>
  • multimedia/libdriv/libquicktime.xml

    rbe7b3c2 rdd3551e9  
    77  <!ENTITY libquicktime-download-http "&sourceforge-repo;/libquicktime/libquicktime-&libquicktime-version;.tar.gz">
    88  <!ENTITY libquicktime-download-ftp  "&gentoo-ftp-repo;/libquicktime-&libquicktime-version;.tar.gz">
    9   <!ENTITY libquicktime-md5sum        "2f609e3ef5e760f44022f6c4b66d6a01">
    10   <!ENTITY libquicktime-size          "998 KB">
     9  <!ENTITY libquicktime-md5sum        "e4fcda219f1e0ca508d9baa3700e4a59">
     10  <!ENTITY libquicktime-size          "960 KB">
    1111  <!ENTITY libquicktime-buildsize     "17 MB">
    1212  <!ENTITY libquicktime-time          "0.7 SBU (includes building all codec modules)">
     
    7474    <xref linkend="ffmpeg"/>,
    7575    <ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
    76     <xref linkend="faac"/>, and
    77     <xref linkend="faad2"/></para>
     76    <xref linkend="faac"/>,
     77    <xref linkend="faad2"/>, and
     78    <ulink url="http://www.diracvideo.org">Schroedinger</ulink></para>
    7879
    7980    <para condition="html" role="usernotes">User Notes:
     
    8889    following commands:</para>
    8990
    90 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr \
     92            --docdir=/usr/share/doc/libquicktime-&libquicktime-version; \
     93            --without-doxygen &amp;&amp;
    9194make</userinput></screen>
    9295
    93     <para>If you have <xref linkend="doxygen"/> installed and wish to create
    94     the API documentation, issue: <command>doxygen</command>.</para>
     96    <!-- <para>If you have <xref linkend="doxygen"/> installed and wish to create
     97    the API documentation, issue: <command>doxygen</command>.</para> -->
    9598
    9699    <para>This package does not come with a test suite.</para>
     
    103106                    /usr/share/doc/libquicktime-&libquicktime-version;</userinput></screen>
    104107
     108    <!-- This is now installed by default with make install.
     109
    105110    <para>If you created the API documentation, install it by issuing the
    106111    following commands as the <systemitem class="username">root</systemitem>
     
    108113
    109114<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version;/api &amp;&amp;
    110 install -v -m644    doc/html/* \
     115install -v -m644    doc/apiref/* \
    111116                    /usr/share/doc/libquicktime-&libquicktime-version;/api</userinput></screen>
    112117
    113   </sect2>
    114 
    115   <!-- <sect2 role="commands">
     118    -->
     119
     120  </sect2>
     121
     122  <sect2 role="commands">
    116123    <title>Command Explanations</title>
    117124
    118     <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
     125    <!--  <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
    119126    NAME&gt;</replaceable></option>:
    120127    This option can be used to force <application>libquicktime</application> to
     
    130137    <filename class='libraryfile'>libavcodec</filename> library was statically
    131138    linked into the <application>libquicktime</application>
    132     <application>FFmpeg</application> module.</para>
    133 
    134   </sect2> -->
     139    <application>FFmpeg</application> module.</para> -->
     140
     141    <para><parameter>--without-doxygen</parameter>: This is necessary if you do
     142    not have Doxygen, omit this if installed.</para>
     143
     144    <para><parameter>--enable-gpl</parameter>: Changes the licence to GPL. This
     145    enables some extra plugins, such as FAAC, FAAD2, and x264.</para>
     146
     147  </sect2>
    135148
    136149  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.