%general-entities; ]> $LastChangedBy$ $Date$ Id3lib-&id3lib-version; Id3lib Introduction to Id3lib id3lib is a library for reading, writing and manipulating ID3v1 and ID3v2 tags. 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: , and User Notes: Installation of Id3lib Install id3lib by running the following commands: patch -Np1 -i ../id3lib-&id3lib-version;-gcc43-1.patch && patch -Np1 -i ../id3lib-&id3lib-version;-test_suite-1.patch && ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install && 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 : This pair of switches prevents the static libraries in this package from being built and installed. Contents Installed Programs Installed Library Installed Directories id3convert, id3cp, id3info, and id3tag libid3.{so,a} /usr/include/id3 and /usr/share/doc/id3lib-3.8.3 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,a} provides functions for the ID3v1/v2 tag editing programs as well as other external programs and libraries. libid3.{so,a}