summaryrefslogtreecommitdiffstats
path: root/audio-libs/flake/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/flake/DETAILS')
-rwxr-xr-xaudio-libs/flake/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio-libs/flake/DETAILS b/audio-libs/flake/DETAILS
new file mode 100755
index 0000000000..a2715ad3a9
--- /dev/null
+++ b/audio-libs/flake/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=flake
+ VERSION=0.11
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}-enc/${SPELL}/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:045cbe7f5af29dfdc5843df3dccfa6faf1ce816566b2f3ac928b98e14f5ee0ec15ee5024a092da4e33beb5d87c31f38c0780970811c5b96ae72683aeac332584
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://flake-enc.sourceforge.net/"
+ LICENSE[0]="LGPL"
+ ENTERED=20130405
+ KEYWORDS=""
+ SHORT="FLAC audio encoder"
+cat << EOF
+Flake is an alternative encoder implementation for the FLAC format.
+
+There are both benefits and drawbacks: In its current state, it gives, on
+average, slightly better compression than the FLAC reference encoder and
+is about twice as fast. However, it does not currently implement all the
+advanced features such as tagging, cuesheets, 24-bit audio, embedded pictures,
+and ogg encapsulation. These features might be eventually added.
+EOF