summaryrefslogtreecommitdiffstats
path: root/audio-libs/taglib/DETAILS
blob: dfd243a713d68e394ac07b2741173fa5101d6eba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=taglib
         VERSION=1.7
     SOURCE_HASH=sha512:1cf6f33cf3e872224963f42c49f2ae46ce0c69a16e4bfc7d0ffffd9bc01b272a3a4a2eeac2452a659b149f1d3305188a28ce747686e88cee2ff9d5effa667c58
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://ktown.kde.org/~wheeler/files/src/$SOURCE
        WEB_SITE=http://ktown.kde.org/~wheeler/taglib
         ENTERED=20040120
      LICENSE[0]=GPL
        KEYWORDS="audio libs"
           SHORT="library for reading and editing audio meta data"
cat << EOF
TagLib, is well, a library for reading and editing audio meta data, commonly
know as tags.

Some goals of TagLib:
A clean, high level, C++ API to handling audio meta data.
Support for at least ID3v1, ID3v2 and Ogg Vorbis comments.
A generic, simple API for the most common tagging related functions.
Binary compatibility between minor releases using the standard KDE/Qt
techniques for C++ binary compatibility.
Make the tagging framework extensible by library users; i.e. it will be
possible for libarary users to implement additional ID3v2 frames, without
modifying the TagLib source (through the use of Abstract Factories and such.
EOF