aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rtmpdump.rb
AgeCommit message (Collapse)Author
2013-02-07rtmpdump: fix auditAdam Vandenberg
2013-02-03RtmpDump: use upstream tarballSteven Penny
Closes #17566. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-02rtmpdump: Set version numberCharlie Sharpsteen
The version parser was going with `2.4+20111222.git4e06e21.orig`.
2013-02-02rtmpdump: 2.4Sampumon
Closes #17303. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
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-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-26rtmpdump: use new dslAdam Vandenberg
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-06rtmpdump: add HEADdinkypumpkin
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04rtmpdump: still fails with all known LLVMJack Nagel
It *builds*, but still experiences occasional segfaults. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03rtmpdump: allow builds with llvm > 2335Jack Nagel
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-01-25rtmpdump: formula cleanupJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-10rtmpdump: add fails_with_llvmBen Willmore
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-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-12rtmpdump: normalize CC and LDAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-19Fix broken rtmpdump.rb install step.Dominic Evans
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21rtmpdump requires newer opensslAdam Vandenberg
Fixes #2175
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-07-30rtmp - fix prefixAdam Vandenberg
2010-07-30rtmpdump - update to version 2.3Alessandro Decina
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-05Update rtmpdump to latest, via oldmanukAdam Vandenberg
2010-04-07Formula for rtmpdump.Adam Vandenberg