aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmms.rb
AgeCommit message (Collapse)Author
2014-05-18libmms 0.6.4Brett Koonce
2014-03-14libmms: use checksummed patchesJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-01-28libmms: style nitsAdam Vandenberg
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-01-22Normalize MacPorts patch URLsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10libmms: apply patch for LeopardJack Nagel
See https://trac.macports.org/ticket/27988 Fixes #9074. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06libmms 0.6.2Nibbles 2bits
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 #7991. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-07-25libmms - remove unused configure optionAdam Vandenberg
2010-01-30MMS stream protocol libraryDavid Höppner
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.