source: multimedia/libdriv/gavl.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 gavl-download-http "&sourceforge-dl;/gmerlin/gavl-&gavl-version;.tar.gz">
8 <!ENTITY gavl-download-ftp " ">
9 <!ENTITY gavl-md5sum "2752013a817fbc43ddf13552215ec2c0">
10 <!ENTITY gavl-size "4.4 MB">
11 <!ENTITY gavl-buildsize "50 MB">
12 <!ENTITY gavl-time "0.8 SBU">
13]>
14
15<sect1 id="gavl" xreflabel="gavl-&gavl-version;">
16 <?dbhtml filename="gavl.html"?>
17
18
19 <title>gavl-&gavl-version;</title>
20
21 <indexterm zone="gavl">
22 <primary sortas="a-gavl">Gavl</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gavl</title>
27
28 <para>
29 <application>Gavl</application> is short for Gmerlin Audio Video
30 Library. It is a low level library that handles the details of audio and
31 video formats like colorspaces, samplerates, multichannel configurations
32 etc. It provides standardized definitions for those formats as well as
33 container structures for carrying audio samples or video images inside an
34 application.
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gavl-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gavl-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gavl-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gavl-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gavl-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gavl-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Gavl Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para>
77 <xref linkend='libpng'/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para>
82 <xref linkend='doxygen'/>
83 </para>
84
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Gavl</title>
90
91 <para>
92 Install <application>Gavl</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>LIBS=-lm \
97./configure --prefix=/usr \
98 --without-doxygen \
99 --docdir=/usr/share/doc/gavl-&gavl-version; &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <envar>LIBS=-lm</envar>: This variable ensures the math library is
119 searched when linking.
120 </para>
121
122 <para>
123 <parameter>--without-doxygen</parameter>: This switch disables use of
124 Doxygen. Omit if Doxygen is installed and you wish to build the API
125 documentation.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>None</seg>
140 <seg>libgavl.so</seg>
141 <seg>/usr/include/gavl and
142 /usr/share/doc/gavl-&gavl-version;
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libgavl.so">
153 <term><filename class="libraryfile">libgavl.so</filename></term>
154 <listitem>
155 <para>
156 is the Gmerlin Audio Video Library
157 </para>
158 <indexterm zone="gavl libgavl.so">
159 <primary sortas="c-libgavl.so">libgavl.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.