source: multimedia/libdriv/taglib.xml@ 747db59e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 747db59e was 747db59e, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to x265_2.3
Tag most of multimedia and dependencies.

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

  • Property mode set to 100644
File size: 4.1 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
[6b241ec]7 <!--<!ENTITY taglib-download-http "https://github.com/taglib/taglib/releases/download/v&taglib-version;/taglib-&taglib-version;.tar.gz">-->
8 <!ENTITY taglib-download-http "https://taglib.github.io/releases/taglib-&taglib-version;.tar.gz">
[7e9be1b5]9 <!ENTITY taglib-download-ftp " ">
[0990e658]10 <!ENTITY taglib-md5sum "cee7be0ccfc892fa433d6c837df9522a">
[6b241ec]11 <!ENTITY taglib-size "1.2 MB">
[0990e658]12 <!ENTITY taglib-buildsize "9.4 MB">
[51e99a0e]13 <!ENTITY taglib-time "0.4 SBU">
[7e9be1b5]14]>
15
16<sect1 id="taglib" xreflabel="taglib-&taglib-version;">
17 <?dbhtml filename="taglib.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Taglib-&taglib-version;</title>
25
26 <indexterm zone="taglib">
27 <primary sortas="a-Taglib">Taglib</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Taglib</title>
32
[b7b6efc]33 <para>
34 <application>Taglib</application> is a library used for reading,
[0d7900a]35 writing and manipulating audio file tags and is used by applications
[b7b6efc]36 such as <application>Amarok</application> and
37 <application>VLC</application>.
[7e9be1b5]38 </para>
39
[747db59e]40 &lfs80_checked;
[0d7900a]41
[7e9be1b5]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[b7b6efc]45 <para>
46 Download (HTTP): <ulink url="&taglib-download-http;"/>
47 </para>
[7e9be1b5]48 </listitem>
49 <listitem>
[b7b6efc]50 <para>
51 Download (FTP): <ulink url="&taglib-download-ftp;"/>
52 </para>
[7e9be1b5]53 </listitem>
54 <listitem>
[b7b6efc]55 <para>
56 Download MD5 sum: &taglib-md5sum;
57 </para>
[7e9be1b5]58 </listitem>
59 <listitem>
[b7b6efc]60 <para>
61 Download size: &taglib-size;
62 </para>
[7e9be1b5]63 </listitem>
64 <listitem>
[b7b6efc]65 <para>
66 Estimated disk space required: &taglib-buildsize;
67 </para>
[7e9be1b5]68 </listitem>
69 <listitem>
[b7b6efc]70 <para>
71 Estimated build time: &taglib-time;
72 </para>
[7e9be1b5]73 </listitem>
74 </itemizedlist>
[0d7900a]75
[29fb397]76 <bridgehead renderas="sect3">Taglib Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
[b7b6efc]80 <xref linkend="cmake"/>
[29fb397]81 </para>
[0d7900a]82
[7e9be1b5]83 <para condition="html" role="usernotes">User Notes:
[b7b6efc]84 <ulink url="&blfs-wiki;/taglib"/>
85 </para>
[7e9be1b5]86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Taglib</title>
90
91 <para>Install <application>Taglib</application> by running the
92 following commands:</para>
93
94<screen><userinput>mkdir build &amp;&amp;
[b1c50efc]95cd build &amp;&amp;
96
[7e9be1b5]97cmake -DCMAKE_INSTALL_PREFIX=/usr \
[b7b6efc]98 -DCMAKE_BUILD_TYPE=Release \
[b9178cc]99 -DBUILD_SHARED_LIBS=ON \
[29fb397]100 .. &amp;&amp;
[7e9be1b5]101make</userinput></screen>
102
[b7b6efc]103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
[7e9be1b5]106
[0d7900a]107<screen role="root"><userinput>make install</userinput></screen>
108
[7e9be1b5]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>
[b7b6efc]120 <seg>
121 taglib-config
122 </seg>
123 <seg>
124 libtag.so and libtag_c.so
125 </seg>
126 <seg>
127 /usr/include/taglib
128 </seg>
[7e9be1b5]129 </seglistitem>
130 </segmentedlist>
[b7b6efc]131
[c18b8f23]132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="taglib-config">
138 <term><command>taglib-config</command></term>
139 <listitem>
140 <para>
141 is a tool used to print information about the taglib installation.
142 </para>
143 <indexterm zone="taglib taglib-config">
144 <primary sortas="b-taglib-config">taglib-config</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
[7e9be1b5]151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.