Ignore:
Timestamp:
06/13/2004 11:30:44 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
8d8631b5
Parents:
16998db6
Message:

XML update for Chapter 37

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/id3lib.xml

    r16998db6 r48b7295  
     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
    113<sect1 id="id3lib" xreflabel="id3lib-&id3lib-version;">
    214<?dbhtml filename="id3lib.html"?>
    315<title>id3lib-&id3lib-version;</title>
    416
    5 &id3lib-intro;
    6 &id3lib-inst;
    7 &id3lib-desc;
     17<sect2>
     18<title>Introduction to <application>id3lib</application></title>
     19
     20<para><application>id3lib</application> is a library for reading, writing and manipulating ID3v1
     21and ID3v2 tags.</para>
     22
     23<sect3><title>Package information</title>
     24<itemizedlist spacing='compact'>
     25<listitem><para>Download (HTTP): <ulink url="&id3lib-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink url="&id3lib-download-ftp;"/></para></listitem>
     27<listitem><para>Download size: &id3lib-size;</para></listitem>
     28<listitem><para>Estimated Disk space required: &id3lib-buildsize;</para></listitem>
     29<listitem><para>Estimated build time: &id3lib-time;</para></listitem></itemizedlist>
     30</sect3>
     31
     32</sect2>
     33
     34<sect2>
     35<title>Installation of <application>id3lib</application></title>
     36
     37<para>Install <application>id3lib</application> by running the
     38following commands:</para>
     39
     40<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     41make &amp;&amp;
     42make install</command></userinput></screen>
     43
     44</sect2>
     45
     46<sect2>
     47<title>Contents</title>
     48
     49<para>The id3lib package contains the <filename
     50class="libraryfile">libid3</filename> library and
     51<command>id3convert</command>, <command>id3cp</command>,
     52<command>id3info</command> and <command>id3tag</command>.</para>
     53
     54</sect2>
     55
     56<sect2><title>Description</title>
     57
     58<sect3><title>libid3</title>
     59<para><filename class="libraryfile">libid3</filename>
     60provides functions for the ID3v1/v2 tag editing programs.
     61</para></sect3>
     62
     63<sect3><title>id3convert</title>
     64<para><command>id3convert</command> converts between
     65ID3v1/v2 tagging formats.</para></sect3>
     66
     67<sect3><title>id3cp</title>
     68<para><command>id3cp</command> extracts ID3v1/v2 tags from
     69digital audio files.</para></sect3>
     70
     71<sect3><title>id3info</title>
     72<para><command>id3info</command> prints ID3v1/v2 tag
     73contents.</para></sect3>
     74
     75<sect3><title>id3tag</title>
     76<para><command>id3tag</command> is an utility for editing ID3v1/v2
     77tags.</para></sect3>
     78
     79</sect2>
    880
    981</sect1>
Note: See TracChangeset for help on using the changeset viewer.