source: multimedia/libdriv/libsamplerate.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 4.4 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 libsamplerate-download-http
8 "https://github.com/libsndfile/libsamplerate/releases/download/&libsamplerate-version;/libsamplerate-&libsamplerate-version;.tar.bz2">
9 <!ENTITY libsamplerate-download-ftp " ">
10 <!ENTITY libsamplerate-md5sum "e29ca4f1bb8c0252e0f84725617dbe89">
11 <!ENTITY libsamplerate-size "3.6 MB">
12 <!ENTITY libsamplerate-buildsize "17 MB (add 1.2 MB for tests)">
13 <!ENTITY libsamplerate-time "0.1 SBU (add 0.3 SBU for tests)">
14]>
15
16<sect1 id="libsamplerate" xreflabel="libsamplerate-&libsamplerate-version;">
17 <?dbhtml filename="libsamplerate.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libsamplerate-&libsamplerate-version;</title>
25
26 <indexterm zone="libsamplerate">
27 <primary sortas="a-libsamplerate">libsamplerate</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libsamplerate</title>
32
33 <para>
34 <application>libsamplerate</application> is a sample rate converter
35 for audio.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libsamplerate-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libsamplerate-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libsamplerate-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libsamplerate-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libsamplerate-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libsamplerate-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libsamplerate Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="alsa-lib"/>,
79 <xref linkend='libsndfile'/>, and
80 <xref linkend="fftw"/> (for tests)
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/libsamplerate"/></para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libsamplerate</title>
89
90 <para>
91 Install <application>libsamplerate</application> by running the
92 following commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr \
96 --disable-static \
97 --docdir=/usr/share/doc/libsamplerate-&libsamplerate-version; &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/static-libraries.xml"/>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>None</seg>
129 <seg>libsamplerate.so</seg>
130 <seg>/usr/share/doc/libsamplerate-&libsamplerate-version;</seg>
131 </seglistitem>
132 </segmentedlist>
133<!--
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="sndfile-resample">
140 <term><command>sndfile-resample</command></term>
141 <listitem>
142 <para>
143 is a sample rate converter using libsndfile for file I/O.
144 </para>
145 <indexterm zone="libsamplerate sndfile-resample">
146 <primary sortas="b-sndfile-resample">sndfile-resample</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150 </variablelist>-->
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.