Updated to libquicktime-1.1.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7928 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Guy Dalziel 2009-08-02 22:00:37 +00:00
parent be7b3c2783
commit dd3551e9bb
3 changed files with 29 additions and 13 deletions

View File

@ -673,7 +673,7 @@ $Date$
<!ENTITY nas-version "1.9.1">
<!ENTITY libmpeg3-version "1.8">
<!ENTITY libmad-version "0.15.1b">
<!ENTITY libquicktime-version "1.0.0">
<!ENTITY libquicktime-version "1.1.3">
<!ENTITY libfame-version "0.9.1">
<!ENTITY speex-version "1.0.5">
<!ENTITY id3lib-version "3.8.3">

View File

@ -43,6 +43,9 @@
<listitem>
<para>August 2nd, 2009</para>
<itemizedlist>
<listitem>
<para>[gdalziel] - Updated to libquicktime-1.1.3.</para>
</listitem>
<listitem>
<para>[gdalziel] - Updated Xpdf to patch-level 3.</para>
</listitem>

View File

@ -6,8 +6,8 @@
<!ENTITY libquicktime-download-http "&sourceforge-repo;/libquicktime/libquicktime-&libquicktime-version;.tar.gz">
<!ENTITY libquicktime-download-ftp "&gentoo-ftp-repo;/libquicktime-&libquicktime-version;.tar.gz">
<!ENTITY libquicktime-md5sum "2f609e3ef5e760f44022f6c4b66d6a01">
<!ENTITY libquicktime-size "998 KB">
<!ENTITY libquicktime-md5sum "e4fcda219f1e0ca508d9baa3700e4a59">
<!ENTITY libquicktime-size "960 KB">
<!ENTITY libquicktime-buildsize "17 MB">
<!ENTITY libquicktime-time "0.7 SBU (includes building all codec modules)">
]>
@ -73,8 +73,9 @@
<xref linkend="libdv"/>,
<xref linkend="ffmpeg"/>,
<ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
<xref linkend="faac"/>, and
<xref linkend="faad2"/></para>
<xref linkend="faac"/>,
<xref linkend="faad2"/>, and
<ulink url="http://www.diracvideo.org">Schroedinger</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libquicktime"/></para>
@ -87,11 +88,13 @@
<para>Install <application>libquicktime</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr \
--docdir=/usr/share/doc/libquicktime-&libquicktime-version; \
--without-doxygen &amp;&amp;
make</userinput></screen>
<para>If you have <xref linkend="doxygen"/> installed and wish to create
the API documentation, issue: <command>doxygen</command>.</para>
<!-- <para>If you have <xref linkend="doxygen"/> installed and wish to create
the API documentation, issue: <command>doxygen</command>.</para> -->
<para>This package does not come with a test suite.</para>
@ -102,20 +105,24 @@ install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version; &amp;&amp
install -v -m644 README doc/{*.txt,*.html,mainpage.incl} \
/usr/share/doc/libquicktime-&libquicktime-version;</userinput></screen>
<!-- This is now installed by default with make install.
<para>If you created the API documentation, install it by issuing the
following commands as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version;/api &amp;&amp;
install -v -m644 doc/html/* \
install -v -m644 doc/apiref/* \
/usr/share/doc/libquicktime-&libquicktime-version;/api</userinput></screen>
-->
</sect2>
<!-- <sect2 role="commands">
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
<!-- <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
NAME&gt;</replaceable></option>:
This option can be used to force <application>libquicktime</application> to
use a specified version of <application>FFmpeg</application> to build the
@ -129,9 +136,15 @@ install -v -m644 doc/html/* \
<application>FFmpeg</application>
<filename class='libraryfile'>libavcodec</filename> library was statically
linked into the <application>libquicktime</application>
<application>FFmpeg</application> module.</para>
<application>FFmpeg</application> module.</para> -->
</sect2> -->
<para><parameter>--without-doxygen</parameter>: This is necessary if you do
not have Doxygen, omit this if installed.</para>
<para><parameter>--enable-gpl</parameter>: Changes the licence to GPL. This
enables some extra plugins, such as FAAC, FAAD2, and x264.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>