Commit Graph

20 Commits (468e18a3b3891e34d96d56e6d8434af832c59913)

Author SHA1 Message Date
nibbles 2bits 43e04451f0 mpg123 1.14.2
Upgrade mpg123 to version 1.14.2.  This is a bugfix release that
fixes wav output to stdout.

Closes Homebrew/homebrew#12257.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:13:25 -05:00
nibbles 2bits 4fb26ad875 mpg123 1.14.1
* Upgrade mpg123 to 1.14.0.
* Remove skip clean. Use --with-module-suffix=.so instead.
* Remove --with-audio list. It builds coreaudio, openal, dummy.
* Remove LDFLAGS inreplace that added read-only-relocs,suppress.

Mpg123 builds output modules using the .so suffix by default.
So let it load them with that name. Tested by playing mp3s.
Also let it build the modules it wants to build. Someone
may desire that functionality. The read-only-relocs inreplace
was removed because that is not valid on x86_64. It generates
warnings.  @mxcl asked in a comment why it was there.
It may be needed for 32bit SL or Leopard.  There was nothing
in the history or past issues that explained adding that.
The `--with-cpu` flags are still needed.
This compiles on Lion with clang and llvm from XCode-4.3.2.

Closes Homebrew/homebrew#12149.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:17:42 -05:00
MHC12 27189e1713 mpg123 1.13.7
Closes Homebrew/homebrew#11209.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-26 14:19:32 -05:00
MHC12 107961afeb mpg123 1.13.6
Closes Homebrew/homebrew#10968.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 18:30:23 -07:00
MHC12 83e8c07505 mpg123 1.13.5
Closes Homebrew/homebrew#10792.

Signed-off-by: Max Howell <max@methylblue.com>

I removed the comment associated with the redundant inreplace and added a comment asking why we do the relics bit.
2012-03-09 13:01:15 +00:00
Sid Karunaratne 13d18a0695 mpg123 1.13.4
Submitting on behalf of the IRC user e98

Closes Homebrew/homebrew#9887.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-31 19:06:47 -06:00
Adam Vandenberg 7689fb8fd2 Replace snow_leopard_64? in brews. 2011-03-18 10:30:47 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Johan Pauwels 12f5b3095c Updated mpg123 to 1.12.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-26 09:18:08 -08:00
Adam Vandenberg 576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07: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
Adam Vandenberg 6d384f0f1b Upate mpg123 to 1.21.1
Only try building 64-bit on Snow Leopard, as there are compiler
problems under Leopard.
2010-05-01 10:07:54 -07:00
Adam Vandenberg 193a78de04 Use more inreplace features.
Update formulas to make more idiomatic use of "inreplace", including
its new ability to take a list of files to act on.
2010-02-21 23:37:49 -08:00
Max Howell 6abe5a023f Fix mpg123 on Snow Leopard
Also correctly applies optimisations based on chip and that.
2009-12-04 14:16:04 +00:00
Niket Patel a0fa11152f 1.9.2 seems to solve problem on 32 bit macbook 2009-12-04 12:31:46 +00:00
Adam Vandenberg 51c6628f08 Update mpg123 to 1.9.1 and fix it for 10.5 2009-11-16 13:08:46 -08:00
Alexander Solovyov 17b742601c fix download paths for mhash and mpg123 2009-11-11 22:54:11 +02: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 885a173b34 Fixes Homebrew/homebrew#80; mpg123 doesn't build on Snow Leopard 2009-10-04 18:49:29 +01:00
Max Howell c9188f1f84 mpg123 formula 2009-08-10 18:12:16 +01:00