Commit graph

19 commits

Author SHA1 Message Date
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
35c750a236 rtmpdump: use new dsl 2012-08-26 22:09:01 -07:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
dinkypumpkin
fa3f157937 rtmpdump: add HEAD
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-06 21:04:05 -06:00
Jack Nagel
98398c194a rtmpdump: still fails with all known LLVM
It *builds*, but still experiences occasional segfaults.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04 14:14:39 -06:00
Jack Nagel
529f86b14f rtmpdump: allow builds with llvm > 2335
Several users have reported that there are no longer runtime issues when
compiling with llvm build 2336.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 12:42:09 -06:00
Jack Nagel
7db0a4a69f rtmpdump: formula cleanup
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-25 17:40:42 -06:00
Ben Willmore
714dc7ae73 rtmpdump: add fails_with_llvm
If llvm is used, rtmpdump builds OK but crashes when used. Using clang
fixes it. See:
http://trick77.com/2011/07/30/rtmpdump-2-4-binaries-for-os-x-10-7-lion/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10 10:19:48 -07:00
Adam Vandenberg
121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
Adam Vandenberg
ea6f307dfe rtmpdump: normalize CC and LD 2011-03-12 22:46:47 -08:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Dominic Evans
d6da1eb9ce Fix broken rtmpdump.rb install step.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-19 08:49:22 -07:00
Adam Vandenberg
4e7f4c2a7e rtmpdump requires newer openssl
Fixes Homebrew/homebrew#2175
2010-08-21 14:28:29 -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
73963a630c rtmp - fix prefix 2010-07-30 14:58:22 -07:00
Alessandro Decina
bb682153a4 rtmpdump - update to version 2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-30 14:47:11 -07:00
Adam Vandenberg
0756afcb77 Update rtmpdump to latest, via oldmanuk 2010-06-05 15:10:49 -07:00
Adam Vandenberg
5cca873b06 Formula for rtmpdump. 2010-04-07 09:33:36 -07:00