source: multimedia/libdriv/libquicktime.xml@ 6b54763

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
Last change on this file since 6b54763 was a41f643, checked in by Randy McMurchy <randy@…>, 14 years ago

Globally removed all extraneous spaces

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

  • Property mode set to 100644
File size: 10.2 KB
RevLine 
[ed7e39b0]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[ed7e39b0]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fce275e]7 <!ENTITY libquicktime-download-http "&sourceforge-repo;/libquicktime/libquicktime-&libquicktime-version;.tar.gz">
[fb2e525]8 <!ENTITY libquicktime-download-ftp "&gentoo-ftp-repo;/libquicktime-&libquicktime-version;.tar.gz">
[dd3551e9]9 <!ENTITY libquicktime-md5sum "e4fcda219f1e0ca508d9baa3700e4a59">
10 <!ENTITY libquicktime-size "960 KB">
[e44819d]11 <!ENTITY libquicktime-buildsize "17 MB">
12 <!ENTITY libquicktime-time "0.7 SBU (includes building all codec modules)">
[ed7e39b0]13]>
14
15<sect1 id="libquicktime" xreflabel="libquicktime-&libquicktime-version;">
16 <?dbhtml filename="libquicktime.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libquicktime-&libquicktime-version;</title>
24
25 <indexterm zone="libquicktime">
26 <primary sortas="a-libquicktime">libquicktime</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libquicktime</title>
31
32 <para>The <application>libquicktime</application> package contains the
33 <filename class='libraryfile'>libquicktime</filename> library, various
34 plugins and codecs, along with graphical and command line utilities used
35 for encoding and decoding Quicktime files. This is useful for reading and
[4bed342]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>
[ed7e39b0]39
[a958f32]40 &lfs65_checked;
41
[ed7e39b0]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&libquicktime-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&libquicktime-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &libquicktime-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &libquicktime-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &libquicktime-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &libquicktime-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">libquicktime Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[358241d1]67 <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
[ed7e39b0]68 <xref linkend="libpng"/>,
69 <xref linkend="libjpeg"/>,
70 <xref linkend="x-window-system"/>,
71 <xref linkend="gtk2"/>,
72 <xref linkend="alsa"/>,
73 <xref linkend="libvorbis"/>,
74 <xref linkend="lame"/>,
75 <xref linkend="libdv"/>,
[e44819d]76 <xref linkend="ffmpeg"/>,
[4bed342]77 <ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
[a41f643]78 <xref linkend="faac"/>,
[dd3551e9]79 <xref linkend="faad2"/>, and
80 <ulink url="http://www.diracvideo.org">Schroedinger</ulink></para>
[ed7e39b0]81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/libquicktime"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libquicktime</title>
89
90 <para>Install <application>libquicktime</application> by running the
91 following commands:</para>
92
[dd3551e9]93<screen><userinput>./configure --prefix=/usr \
94 --docdir=/usr/share/doc/libquicktime-&libquicktime-version; \
95 --without-doxygen &amp;&amp;
[ed7e39b0]96make</userinput></screen>
97
[dd3551e9]98 <!-- <para>If you have <xref linkend="doxygen"/> installed and wish to create
99 the API documentation, issue: <command>doxygen</command>.</para> -->
[ed7e39b0]100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install &amp;&amp;
[e44819d]106install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version; &amp;&amp;
107install -v -m644 README doc/{*.txt,*.html,mainpage.incl} \
108 /usr/share/doc/libquicktime-&libquicktime-version;</userinput></screen>
[ed7e39b0]109
[dd3551e9]110 <!-- This is now installed by default with make install.
111
[ed7e39b0]112 <para>If you created the API documentation, install it by issuing the
[e44819d]113 following commands as the <systemitem class="username">root</systemitem>
[ed7e39b0]114 user:</para>
115
[e44819d]116<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version;/api &amp;&amp;
[dd3551e9]117install -v -m644 doc/apiref/* \
[e44819d]118 /usr/share/doc/libquicktime-&libquicktime-version;/api</userinput></screen>
[ed7e39b0]119
[dd3551e9]120 -->
121
[ed7e39b0]122 </sect2>
123
[dd3551e9]124 <sect2 role="commands">
[4bed342]125 <title>Command Explanations</title>
[864b24de]126
[dd3551e9]127 <!-- <para><option>-with-avcodec=<replaceable>&lt;DIRECTORY
[4bed342]128 NAME&gt;</replaceable></option>:
129 This option can be used to force <application>libquicktime</application> to
130 use a specified version of <application>FFmpeg</application> to build the
131 <application>FFmpeg</application> plugin module.
132 <emphasis role='strong'>Tip:</emphasis> build FFmpeg (don't use
[e44819d]133 <option>-enable-shared</option>) and install it in a private directory.
[4bed342]134 Then build <application>libquicktime</application>, substituting the
135 private directory name for <replaceable>&lt;DIRECTORY
136 NAME&gt;</replaceable>. You can now safely remove
137 <replaceable>&lt;DIRECTORY_NAME&gt;</replaceable>, as the
138 <application>FFmpeg</application>
139 <filename class='libraryfile'>libavcodec</filename> library was statically
140 linked into the <application>libquicktime</application>
[dd3551e9]141 <application>FFmpeg</application> module.</para> -->
142
143 <para><parameter>--without-doxygen</parameter>: This is necessary if you do
144 not have Doxygen, omit this if installed.</para>
[4bed342]145
[dd3551e9]146 <para><parameter>--enable-gpl</parameter>: Changes the licence to GPL. This
147 enables some extra plugins, such as FAAC, FAAD2, and x264.</para>
148
149 </sect2>
[4bed342]150
[ed7e39b0]151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>libquicktime_config, lqt-config, lqt_transcode, lqtplay,
[e44819d]161 qt2text, qtdechunk, qtdump, qtinfo, qtrechunk, qtstreamize and
162 qtyuv4toyuv</seg>
[ed7e39b0]163 <seg>libquicktime.so and several plugin codec libraries</seg>
[4bed342]164 <seg>/usr/include/lqt, /usr/lib/libquicktime and
[ed7e39b0]165 /usr/share/doc/libquicktime-&libquicktime-version;</seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="libquicktime_config">
175 <term><command>libquicktime_config</command></term>
176 <listitem>
177 <para>is a graphical front end to examine and configure the
178 available <application>libquicktime</application> audio and
179 video codecs.</para>
180 <indexterm zone="libquicktime libquicktime_config">
181 <primary sortas="b-libquicktime_config">libquicktime_config</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="lqt-config">
187 <term><command>lqt-config</command></term>
188 <listitem>
189 <para>is a simple program used to query the
190 <application>libquicktime</application> installation settings
191 and plugin information.</para>
192 <indexterm zone="libquicktime lqt-config">
193 <primary sortas="b-lqt-config">lqt-config</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="lqt_transcode">
199 <term><command>lqt_transcode</command></term>
200 <listitem>
201 <para>is a command-line program used to encode video and/or audio
202 files from one format to another.</para>
203 <indexterm zone="libquicktime lqt_transcode">
204 <primary sortas="b-lqt_transcode">lqt_transcode</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="lqtplay">
210 <term><command>lqtplay</command></term>
211 <listitem>
212 <para>is a simple Quicktime movie player for X11.</para>
213 <indexterm zone="libquicktime lqtplay">
214 <primary sortas="b-lqtplay">lqtplay</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="qtdechunk">
220 <term><command>qtdechunk</command></term>
221 <listitem>
222 <para>can take movies containing rgb frames and write them out as
223 ppm images.</para>
224 <indexterm zone="libquicktime qtdechunk">
225 <primary sortas="b-qtdechunk">qtdechunk</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="qtrechunk">
231 <term><command>qtrechunk</command></term>
232 <listitem>
233 <para>concatenates input frames into a Quicktime movie.</para>
234 <indexterm zone="libquicktime qtrechunk">
235 <primary sortas="b-qtrechunk">qtrechunk</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="qtyuv4toyuv">
241 <term><command>qtyuv4toyuv</command></term>
242 <listitem>
243 <para>is used to write a YUV4 encoded movie as a planar YUV 4:2:0
244 file.</para>
245 <indexterm zone="libquicktime qtyuv4toyuv">
246 <primary sortas="b-qtyuv4toyuv">qtyuv4toyuv</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libquicktime-lib">
252 <term><filename class='libraryfile'>libquicktime.so</filename></term>
253 <listitem>
254 <para>is a library for reading and writing Quicktime files. It
255 provides convenient access to Quicktime files with a variety of
256 supported codecs. The library contains new functions integrated with
257 all the original Quicktime 4 Linux library functions used to encode
258 and decode Quicktime files.</para>
259 <indexterm zone="libquicktime libquicktime-lib">
260 <primary sortas="c-libquicktime">libquicktime.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 </variablelist>
266
267 </sect2>
268
269</sect1>
Note: See TracBrowser for help on using the repository browser.