%general-entities; ]> $LastChangedBy$ $Date$ Id3lib-&id3lib-version; Id3lib Introduction to Id3lib id3lib is a library for reading, writing and manipulating ID3v1 and ID3v2 multimedia data containers. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &id3lib-md5sum; Download size: &id3lib-size; Estimated disk space required: &id3lib-buildsize; Estimated build time: &id3lib-time; Additional Downloads Required patches: User Notes: Installation of Id3lib Install id3lib by running the following commands: patch -Np1 -i ../id3lib-&id3lib-version;-consolidated_patches-1.patch && libtoolize -fc && aclocal && autoconf && automake --add-missing --copy && ./configure --prefix=/usr --disable-static && make This packages does not come wiht a working test suite. Now, as the root user: make install && cp doc/man/* /usr/share/man/man1 && install -v -m755 -d /usr/share/doc/id3lib-&id3lib-version; && install -v -m644 doc/*.{gif,jpg,png,ico,css,txt,php,html} \ /usr/share/doc/id3lib-&id3lib-version; Command Explanations Contents Installed Programs Installed Library Installed Directories id3convert, id3cp, id3info, and id3tag libid3.so /usr/include/id3 and /usr/share/doc/id3lib-&id3lib-version; Short Descriptions id3convert converts between ID3v1/v2 tagging formats. id3convert id3cp extracts ID3v1/v2 tags from digital audio files. id3cp id3info prints ID3v1/v2 tag contents. id3info id3tag is a utility for editing ID3v1/v2 tags. id3tag libid3.so provides functions for the ID3v1/v2 tag editing programs as well as other external programs and libraries. libid3.so