source: multimedia/libdriv/libsamplerate.xml@ 56229a7e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 56229a7e was 56229a7e, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to zsh-5.8.
Update to ImageMagick-6.9.10-93.
Update to ImageMagick-7.0.9-23.

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

  • Property mode set to 100644
File size: 4.1 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 "http://www.mega-nerd.com/SRC/libsamplerate-&libsamplerate-version;.tar.gz">
9 <!ENTITY libsamplerate-download-ftp " ">
10 <!ENTITY libsamplerate-md5sum "2b78ae9fe63b36b9fbb6267fad93f259">
11 <!ENTITY libsamplerate-size "4.1 MB">
12 <!ENTITY libsamplerate-buildsize "17 MB">
13 <!ENTITY libsamplerate-time "0.1 SBU">
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><application>libsamplerate</application> is a sample rate converter
34 for audio.</para>
35
36 &lfs91_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libsamplerate-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libsamplerate-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libsamplerate-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libsamplerate-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libsamplerate-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libsamplerate-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">libsamplerate Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional">
64 <xref linkend='libsndfile'/> and
65 <xref linkend="fftw"/> (for tests)
66 </para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/libsamplerate"/></para>
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libsamplerate</title>
74
75 <para>Install <application>libsamplerate</application> by running the
76 following commands:</para>
77
78<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
79make</userinput></screen>
80
81 <para>To test the results, issue: <command>make check</command>.</para>
82
83 <para>Now, as the <systemitem class="username">root</systemitem>
84 user:</para>
85
86<screen role="root"><userinput>make htmldocdir=/usr/share/doc/libsamplerate-&libsamplerate-version; install</userinput></screen>
87 </sect2>
88
89 <sect2 role="commands">
90 <title>Command Explanations</title>
91
92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
93 href="../../xincludes/static-libraries.xml"/>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Program</segtitle>
102 <segtitle>Installed Library</segtitle>
103 <segtitle>Installed Directory</segtitle>
104
105 <seglistitem>
106 <seg>sndfile-resample</seg>
107 <seg>libsamplerate.so</seg>
108 <seg>/usr/share/doc/libsamplerate-&libsamplerate-version;</seg>
109 </seglistitem>
110 </segmentedlist>
111
112 <variablelist>
113 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
114 <?dbfo list-presentation="list"?>
115 <?dbhtml list-presentation="table"?>
116
117 <varlistentry id="sndfile-resample">
118 <term><command>sndfile-resample</command></term>
119 <listitem>
120 <para>is a sample rate converter using libsndfile for file I/O.</para>
121 <indexterm zone="libsamplerate sndfile-resample">
122 <primary sortas="b-sndfile-resample">sndfile-resample</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126 </variablelist>
127 </sect2>
128</sect1>
Note: See TracBrowser for help on using the repository browser.