source: multimedia/libdriv/libquicktime.xml@ dd3551e9

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 dd3551e9 was dd3551e9, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Updated to libquicktime-1.1.3.

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

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