aboutsummaryrefslogtreecommitdiff
path: root/audio/flake
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Return dbn's ports to the pool after safekeeping his commit bit.Rene Ladan2020-02-031-1/+1
| | | | Notes: svn path=/head/; revision=525092
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Update my ports to be compliant with new USES framework and fix other issues.David Naylor2014-04-241-2/+1
| | | | | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port. Notes: svn path=/head/; revision=352062
* Add stage support to audio/flake.David Naylor2013-11-071-1/+0
| | | | Notes: svn path=/head/; revision=333119
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Import audio/flake's configure file about custom $CC.David Naylor2013-09-191-0/+1
| | | | | | | | | | Most of the parameters are picked up through environment variables however CC is not one of them. Reported by: pkg-fallout@ Notes: svn path=/head/; revision=327642
* Mark job unsafeBaptiste Daroussin2013-07-111-1/+2
| | | | | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version Notes: svn path=/head/; revision=322749
* Add audio/flake to the Port's Collection.David Naylor2013-02-253-0/+43
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: svn path=/head/; revision=312940