Commit Graph

13 Commits (04efb526e9c5281e0eb62fae93de39cfa8febf3e)

Author SHA1 Message Date
Dossy Shiobara d5421bc7a2 lame: add universal option
Useful for Audacity and Mixxx, which both want libmp3lame but need i386
binaries.

Closes Homebrew/homebrew#12460.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 22:59:15 -05:00
Kazunori Jo (itochan) 65f7530ac0 lame 3.99.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:06:12 -07:00
Pieter Nicolai fb398cad03 lame 3.99.4
update LAME to 3.99.4 (minor bugfix release)

Closes Homebrew/homebrew#9777.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-25 17:43:08 -06:00
Pieter Nicolai ead5dcaf3b lame 3.99.3
Update LAME to 3.99.3 (stable / minor bugfix)
Changes: Fix for tracker item [ 3441349 ] --tg does not handle genre number when adding unicode tag.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:04:01 -08:00
Pieter Nicolai 1c811e0049 lame 3.99.2
Fixed in 3.99.2: Due to some bugs in 3rd party HW/SW decoders, those
were not be able to make use of LAME's extended info tag anymore,
resulting in problems with things like gapless playback.

Closes Homebrew/homebrew#8803.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-26 09:16:55 -06:00
Can Berk Güder e15127bd96 lame 3.99.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-10 08:46:52 -08:00
afiser ed085d86c4 lame 3.99
Closes Homebrew/homebrew#8383.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-31 16:15:06 -05:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Ariejan de Vroom e95204a1c0 Bumped lame to 3.98.4. Fixes issues with 'output buffer too small' when encoding mp3 audio with ffmpeg.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 06:57:36 -07:00
Mike Arthur b3900f37dd Be nicer to Sourceforge by using their gateway server
Thus we download from the best mirror always.
2009-12-05 15:09:31 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell 97b1ada08d Created /Library moved brew tool to /bin
Moved Forumla and Cellar/homebrew into Library.

This way the homebrew core files are more sensibly placed, Cellar is
more internally consistent and only generated. And Homebrew is ready for
use straight out of the tarball.
2009-06-04 19:36:58 +01:00