source: multimedia/libdriv/openquicktime.xml@ 6b4290f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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
Last change on this file since 6b4290f was 6b4290f, checked in by Randy McMurchy <randy@…>, 20 years ago

Added gcc34 patch to OpenQuicktime instructions

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY openquicktime-download-http "http://prdownloads.sourceforge.net/openquicktime/openquicktime-&openquicktime-version;-src.tgz">
7 <!ENTITY openquicktime-download-ftp " ">
8 <!ENTITY openquicktime-size "313 KB">
9 <!ENTITY openquicktime-buildsize "8.6 MB">
10 <!ENTITY openquicktime-time "0.11 SBU">
11]>
12
13<sect1 id="openquicktime" xreflabel="OpenQuicktime-&openquicktime-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="openquicktime.html"?>
19<title>OpenQuicktime-&openquicktime-version;</title>
20
21<sect2>
22<title>Introduction to <application>OpenQuicktime</application></title>
23
24<para><application>OpenQuicktime</application> is a small library that handles
25the Quicktime file format on most varieties of Unix. Audio and video decoding
26and encoding is provided using a plug-in mechanism.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&openquicktime-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&openquicktime-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &openquicktime-size;</para></listitem>
33<listitem><para>Estimated Disk space required: &openquicktime-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &openquicktime-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title>Additional downloads</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Required Patch (if compiled using
40<application><acronym>GCC</acronym></application>-3.4.x): <ulink
41url="&patch-root;/openquicktime-&openquicktime-version;-gcc34-1.patch"></ulink>
42</para></listitem>
43<listitem><para>Optional <acronym>CODEC</acronym>: <ulink
44url="http://www.openquicktime.org/codecs.php"/></para></listitem>
45</itemizedlist></sect3>
46
47<sect3><title><application>OpenQuicktime</application> dependencies</title>
48<sect4><title>Required</title>
49<para><xref linkend="GLib"/></para></sect4>
50<sect4><title>Optional</title>
51<para><xref linkend="libjpeg"/>
52</para></sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>OpenQuicktime</application></title>
59
60<para>Install <application>OpenQuicktime</application> by running the
61following commands:</para>
62
63<screen><userinput><command>patch -Np1 -i ../openquicktime-&openquicktime-version;-gcc34-1.patch &amp;&amp;
64./configure --prefix=/usr &amp;&amp;
65make &amp;&amp;
66make install</command></userinput></screen>
67
68</sect2>
69
70<sect2>
71<title>Contents</title>
72
73<para>This package provides the
74<filename class="libraryfile">libopenquicktime</filename> library and utilities
75that allow you to manipulate Quicktime files.</para>
76
77</sect2>
78
79<sect2><title>Description</title>
80
81<sect3><title>libopenquicktime</title>
82<para>This is the core library.</para></sect3>
83
84<sect3><title>dechunk</title>
85<para><command>dechunk</command> extracts <acronym>RGB</acronym> frames
86from a movie and writes them as <acronym>PPM</acronym> images.
87</para></sect3>
88
89<sect3><title>make_streamable</title>
90<para>This program makes the Quicktime file streamable.
91</para></sect3>
92
93<sect3><title>qtdump</title>
94<para><command>qtdump</command> dumps all tables in a movie.
95</para></sect3>
96
97<sect3><title>qtinfo</title>
98<para><command>qtinfo</command> reads all the information about the file.
99</para></sect3>
100
101<sect3><title>recover</title>
102<para>This program recovers <acronym>JPEG</acronym> and
103<acronym>PCM</acronym> audio from a corrupted movie.
104</para></sect3>
105
106</sect2>
107
108</sect1>
109
Note: See TracBrowser for help on using the repository browser.