source: multimedia/libdriv/id3lib.xml@ 5cd0959d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

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