source: multimedia/libdriv/openquicktime.xml@ 4a21942

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 4a21942 was 4a21942, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to half of Chapter 37 package instructions

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