source: multimedia/libdriv/taglib.xml@ b9b17d1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b9b17d1b was b9b17d1b, checked in by Krejzi <krejzi@…>, 12 years ago

LFS 7.2 checked.

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

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[7e9be1b5]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 taglib-download-http "http://developer.kde.org/~wheeler/files/src/taglib-&taglib-version;.tar.gz">
8 <!ENTITY taglib-download-ftp " ">
[317e94d]9 <!ENTITY taglib-md5sum "b0a9e797d3833fb933c7c3176de3d720">
10 <!ENTITY taglib-size "523 KB">
[7e9be1b5]11 <!ENTITY taglib-buildsize "9 MB">
12 <!ENTITY taglib-time "0.3 SBU">
13]>
14
15<sect1 id="taglib" xreflabel="taglib-&taglib-version;">
16 <?dbhtml filename="taglib.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Taglib-&taglib-version;</title>
24
25 <indexterm zone="taglib">
26 <primary sortas="a-Taglib">Taglib</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Taglib</title>
31
32 <para><application>Taglib</application> is a library for reading,
33 writing and manipulating audio file tags and is used by applications
34 such as <application>Amarok</application> and <application>VLC</application>.
35 </para>
36
[b9b17d1b]37 &lfs72_checked;
[7e9be1b5]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&taglib-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&taglib-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &taglib-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &taglib-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &taglib-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &taglib-time;</para>
58 </listitem>
59 </itemizedlist>
60<!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>Required patches: <ulink
65 url="&patch-root;/taglib-&taglib-version;-gcc43-1.patch"/>, and <ulink
66 url="&patch-root;/taglib-&taglib-version;-test_suite-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69 -->
[29fb397]70
71 <bridgehead renderas="sect3">Taglib Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="cmake"/>
76 </para>
77
[7e9be1b5]78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/taglib"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Taglib</title>
85
86 <para>Install <application>Taglib</application> by running the
87 following commands:</para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91cmake -DCMAKE_INSTALL_PREFIX=/usr \
92 -DWITH_MP4=ON \
93 -DWITH_ASF=ON \
[29fb397]94 .. &amp;&amp;
[7e9be1b5]95make</userinput></screen>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><option>-DWITH_MP4=ON</option>: Enables support for MP4/M4A tags.</para>
107 <para><option>-DWITH_ASF=ON</option>: Enables support for WMA tags.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>taglib-config</seg>
121 <seg>libtag.so and libtag_c.so</seg>
122 <seg>/usr/include/taglib</seg>
123 </seglistitem>
124 </segmentedlist>
125<!--
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="id3convert">
132 <term><command>id3convert</command></term>
133 <listitem>
134 <para>converts between ID3v1/v2 tagging formats.</para>
135 <indexterm zone="taglib id3convert">
136 <primary sortas="b-id3convert">id3convert</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142 -->
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.