aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-02-25 19:52:42 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-02-25 19:52:42 +0000
commit320dd3bc878b7850881f1b9819d2751e6e9845e5 (patch)
tree383e7cfc1e6b201d929333c0fcdbf078faf0fa6b /audio/Makefile
parent468b2bd081cc8b645c289aef5463393f05385ba8 (diff)
downloadports-320dd3bc878b7850881f1b9819d2751e6e9845e5.tar.gz
ports-320dd3bc878b7850881f1b9819d2751e6e9845e5.zip
Add audio/flake to the Port's Collection.
The Flake encoder project was started as a way for the author to learn more about lossless audio encoding. The author chose the FLAC format because it is open and well-documented. Although the FLAC reference encoder is also free and open-source, the author's goal was to implement the standard from scratch as an independent project. Flake is licensed under the GNU LGPL. Once Flake progressed to a usable state, the author submitted the encoder to be included as part of FFmpeg. It was included and improved upon by other FFmpeg developers. Since then, Ithe author has added more features to Flake and improved the encoding speed. The author plan to add some of these features into FFmpeg as the encoder progresses. There are both benefits and drawbacks to using Flake as a FLAC encoder alternative. In its current state, Flake 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. The author hopes to add these to Flake in future releases. WWW: http://flake-enc.sourceforge.net Approved by: bdrewery (mentor)
Notes
Notes: svn path=/head/; revision=312940
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 503e7c732876..e6101d3c6db3 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -184,6 +184,7 @@
SUBDIR += firefly
SUBDIR += flac
SUBDIR += flac123
+ SUBDIR += flake
SUBDIR += flite
SUBDIR += fluidsynth
SUBDIR += fluidsynth-dssi