summaryrefslogtreecommitdiffstats
path: root/audio-libs/taglib/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/taglib/DETAILS')
-rwxr-xr-xaudio-libs/taglib/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio-libs/taglib/DETAILS b/audio-libs/taglib/DETAILS
new file mode 100755
index 0000000000..dc481dbf5e
--- /dev/null
+++ b/audio-libs/taglib/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=taglib
+ VERSION=1.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://ktown.kde.org/~wheeler/files/src/$SOURCE
+ MD5[0]=a8b304b5eeae10811546efb16239c6e8
+ WEB_SITE=http://ktown.kde.org/~wheeler/taglib
+ ENTERED=20040120
+ GCC_VERSION=3.4
+ UPDATED=20040727
+ LICENSE[0]=GPL
+ BUILD_API=2
+ 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