summaryrefslogtreecommitdiffstats
path: root/audio-libs/flac/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/flac/DETAILS')
-rwxr-xr-xaudio-libs/flac/DETAILS25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio-libs/flac/DETAILS b/audio-libs/flac/DETAILS
new file mode 100755
index 0000000000..8c1eb2a77f
--- /dev/null
+++ b/audio-libs/flac/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=flac
+ VERSION=1.1.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://flac.sourceforge.net/
+ ENTERED=20020209
+ UPDATED=20050416
+ MD5[0]=627250cc926ed6cd216e93c46ef03c2d
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Open-source, patent-free lossless audio codec."
+cat << EOF
+FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio
+codec developed by Josh Coalson.
+
+FLAC is comprised of 1) 'libFLAC', a library which implements
+reference encoders and decoders, licensed under the GNU Lesser
+General Public Licence (LGPL); 2) 'flac', a command-line program for
+encoding and decoding files, licensed under the GNU General Public
+License (GPL); 3) 'metaflac', a command-line program for editing
+FLAC metadata, licensed under the GPL; 4) player plugins for XMMS
+and Winamp, licensed under the GPL; and 5) documentation, licensed
+under the GNU Free Documentation License.
+EOF