source: multimedia/libdriv/libsamplerate.xml@ d78e102e

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d78e102e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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