Description:
------------
Amigaos4 taglib port, static library, clib2 build.
Homepage:
http://developer.kde.org/~wheeler/taglib.html
Snippets from the homepage:
"TagLib is a library for reading and editing the meta-data of several popular
audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack
and TrueAudio files."
"TagLib is distributed under the GNU Lesser General Public License (LGPL) and
Mozilla Public License (MPL). Essentially that means that it may be used in
proprietary applications, but if changes are made to TagLib they must be
contributed back to the project. Please review the licenses if you are
considering using TagLib in your project. "
Contents and installation:
--------------------------
sdk/ cotanins files that should be placed in AmigaOS4 SDK
examples/ contains tag reader and tag writer apps with sources
Compilation example:
--------------------
> sh
> g++ -o tagwriter tagwriter.cpp -mcrt=clib2 -ltag
-I/sdk/local/common/include/taglib -lz
Yakov Mindelis
| |