source: multimedia/libdriv/id3lib.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY id3lib-download-http "http://prdownloads.sourceforge.net/id3lib/id3lib-&id3lib-version;.tar.gz">
7 <!ENTITY id3lib-download-ftp " ">
8 <!ENTITY id3lib-md5sum "19f27ddd2dda4b2d26a559a4f0f402a7">
9 <!ENTITY id3lib-size "928 KB">
10 <!ENTITY id3lib-buildsize "39 MB">
11 <!ENTITY id3lib-time "1.01 SBU">
12]>
13
14<sect1 id="id3lib" xreflabel="id3lib-&id3lib-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="id3lib.html"?>
20<title>id3lib-&id3lib-version;</title>
21
22<sect2>
23<title>Introduction to <application>id3lib</application></title>
24
25<para><application>id3lib</application> is a library for reading, writing and
26manipulating ID3v1 and ID3v2 tags.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP):
31<ulink url="&id3lib-download-http;"/></para></listitem>
32<listitem><para>Download (FTP):
33<ulink url="&id3lib-download-ftp;"/></para></listitem>
34<listitem><para>Download MD5 sum: &id3lib-md5sum;</para></listitem>
35<listitem><para>Download size: &id3lib-size;</para></listitem>
36<listitem><para>Estimated disk space required:
37&id3lib-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&id3lib-time;</para></listitem></itemizedlist>
40</sect3>
41
42</sect2>
43
44<sect2>
45<title>Installation of <application>id3lib</application></title>
46
47<para>Install <application>id3lib</application> by running the
48following commands:</para>
49
50<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
51make &amp;&amp;
52make install</command></userinput></screen>
53
54</sect2>
55
56<sect2>
57<title>Contents</title>
58
59<para>The id3lib package contains the <filename
60class="libraryfile">libid3</filename> library and
61<command>id3convert</command>, <command>id3cp</command>,
62<command>id3info</command> and <command>id3tag</command>.</para>
63
64</sect2>
65
66<sect2><title>Description</title>
67
68<sect3><title>libid3</title>
69<para><filename class="libraryfile">libid3</filename>
70provides functions for the ID3v1/v2 tag editing programs.
71</para></sect3>
72
73<sect3><title>id3convert</title>
74<para><command>id3convert</command> converts between
75ID3v1/v2 tagging formats.</para></sect3>
76
77<sect3><title>id3cp</title>
78<para><command>id3cp</command> extracts ID3v1/v2 tags from
79digital audio files.</para></sect3>
80
81<sect3><title>id3info</title>
82<para><command>id3info</command> prints ID3v1/v2 tag
83contents.</para></sect3>
84
85<sect3><title>id3tag</title>
86<para><command>id3tag</command> is an utility for editing ID3v1/v2
87tags.</para></sect3>
88
89</sect2>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.