source: multimedia/libdriv/taglib.xml

trunk
Last change on this file was 9b2b060e, checked in by Bruce Dubbs <bdubbs@…>, 2 weeks ago

Update to taglib-2.0.1.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[7e9be1b5]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
[ef5beae]7 <!ENTITY taglib-download-http "https://taglib.org/releases/taglib-&taglib-version;.tar.gz">
[7e9be1b5]8 <!ENTITY taglib-download-ftp " ">
[9b2b060e]9 <!ENTITY taglib-md5sum "e1f2ef858bddf65eb17e43043c3da10b">
[e4119b5]10 <!ENTITY taglib-size "1.4 MB">
11 <!ENTITY taglib-buildsize "16 MB">
12 <!ENTITY taglib-time "0.2 SBU (Using parallelism=4)">
[7e9be1b5]13]>
14
15<sect1 id="taglib" xreflabel="taglib-&taglib-version;">
16 <?dbhtml filename="taglib.html"?>
17
18
19 <title>Taglib-&taglib-version;</title>
20
21 <indexterm zone="taglib">
22 <primary sortas="a-Taglib">Taglib</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Taglib</title>
27
[b7b6efc]28 <para>
29 <application>Taglib</application> is a library used for reading,
[0d7900a]30 writing and manipulating audio file tags and is used by applications
[b7b6efc]31 such as <application>Amarok</application> and
32 <application>VLC</application>.
[7e9be1b5]33 </para>
34
[1241ea19]35 &lfs121_checked;
[0d7900a]36
[7e9be1b5]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[b7b6efc]40 <para>
41 Download (HTTP): <ulink url="&taglib-download-http;"/>
42 </para>
[7e9be1b5]43 </listitem>
44 <listitem>
[b7b6efc]45 <para>
46 Download (FTP): <ulink url="&taglib-download-ftp;"/>
47 </para>
[7e9be1b5]48 </listitem>
49 <listitem>
[b7b6efc]50 <para>
51 Download MD5 sum: &taglib-md5sum;
52 </para>
[7e9be1b5]53 </listitem>
54 <listitem>
[b7b6efc]55 <para>
56 Download size: &taglib-size;
57 </para>
[7e9be1b5]58 </listitem>
59 <listitem>
[b7b6efc]60 <para>
61 Estimated disk space required: &taglib-buildsize;
62 </para>
[7e9be1b5]63 </listitem>
64 <listitem>
[b7b6efc]65 <para>
66 Estimated build time: &taglib-time;
67 </para>
[7e9be1b5]68 </listitem>
69 </itemizedlist>
[0d7900a]70
[29fb397]71 <bridgehead renderas="sect3">Taglib Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[e4119b5]75 <xref linkend="cmake"/> and
76 <xref linkend="utfcpp"/>
[29fb397]77 </para>
[0d7900a]78
[6feca4d]79 <bridgehead renderas="sect4">Optional (for tests)</bridgehead>
80 <para role="optional">
[2e063595]81 <ulink url='https://freedesktop.org/wiki/Software/cppunit/'>Cppunit</ulink>
[6feca4d]82 </para>
[7e9be1b5]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Taglib</title>
87
[2eeb8695]88 <para>
89 Install <application>Taglib</application> by running the
90 following commands:
91 </para>
[7e9be1b5]92
93<screen><userinput>mkdir build &amp;&amp;
[b1c50efc]94cd build &amp;&amp;
95
[7e9be1b5]96cmake -DCMAKE_INSTALL_PREFIX=/usr \
[b7b6efc]97 -DCMAKE_BUILD_TYPE=Release \
[b9178cc]98 -DBUILD_SHARED_LIBS=ON \
[29fb397]99 .. &amp;&amp;
[7e9be1b5]100make</userinput></screen>
101
[973a31d]102 <para>
[6feca4d]103 The test suite requires <application>Cppunit</application> but it's
104 not a BLFS package.
[973a31d]105 </para>
106
[b7b6efc]107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
[7e9be1b5]110
[0d7900a]111<screen role="root"><userinput>make install</userinput></screen>
112
[7e9be1b5]113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
[b7b6efc]124 <seg>
125 taglib-config
126 </seg>
127 <seg>
128 libtag.so and libtag_c.so
129 </seg>
130 <seg>
131 /usr/include/taglib
132 </seg>
[7e9be1b5]133 </seglistitem>
134 </segmentedlist>
[b7b6efc]135
[c18b8f23]136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="taglib-config">
142 <term><command>taglib-config</command></term>
143 <listitem>
144 <para>
[4c24eb0a]145 is a tool used to print information about the taglib installation
[c18b8f23]146 </para>
147 <indexterm zone="taglib taglib-config">
148 <primary sortas="b-taglib-config">taglib-config</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
[7e9be1b5]155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.