source: multimedia/libdriv/gavl.xml@ d47ad20c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d47ad20c was d47ad20c, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to latest snapshot x264-snapshot-20180819-2245-stable.
Tags

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

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