Commit Graph

10 Commits (e01acb92b18891fcc5a01710d756c2a0bde5976b)

Author SHA1 Message Date
Misty De Meo f7a044271e Replace == :leopard with <= :leopard 2013-07-10 01:51:09 -07:00
Adam Vandenberg e1322c165a libmms: style nits 2013-01-28 21:40:37 -08:00
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
Jack Nagel f088a08e87 Normalize MacPorts patch URLs
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-22 19:18:29 -06:00
Jack Nagel 2bdc3af9fb libmms: apply patch for Leopard
See https://trac.macports.org/ticket/27988

Fixes Homebrew/homebrew#9074.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10 14:34:53 -06:00
Nibbles 2bits e08657c344 libmms 0.6.2
This commit updates libmms to version 0.6.2.  Their project is
back at sf.net for hosting, and that's why the change in both url
and homepage. This compiles with llvm-2335, gcc-4.2.1, and clang2.0
on OSX 10.6.8 with XCode 4.0.2. It builds native static and shared
libraries that are used for streaming mmst amd mmsh protocol as in
    mms://i.canhaz.ct:1755
Closes Homebrew/homebrew#7991.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 16:02:43 -05:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg d177713be3 libmms - remove unused configure option 2010-07-25 12:34:09 -07:00
David Höppner 324b6af713 MMS stream protocol library
LibMMS is a common library for parsing mms:// and mmsh:// type network streams.
These are commonly used to stream Windows Media Video content over the web.
LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all.
2010-01-30 14:18:05 +01:00