aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmikmod.rb
AgeCommit message (Collapse)Author
2014-10-20libmikmod: update 3.3.7 bottle.BrewTestBot
2014-09-20libmikmod: update 3.3.7 bottle.BrewTestBot
2014-09-20libmikmod 3.3.7Brett Koonce
2014-07-03libmikmod: add 3.3.6 bottle.BrewTestBot
2014-04-18libmikmod 3.3.6Brett Koonce
2014-03-02Change some SourceForge urls to use https://downloads.sourceforge.netJaime Marquínez Ferrándiz
Closes #27041. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-30libmikmod 3.3.5Brett Koonce
2013-12-18libmikmod 3.3.4Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-12libmikmod: fix debug buildJack Nagel
2013-10-20libmikmod 3.3.3Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-26libmikmod: styleJack Nagel
2012-09-04libmikmod: fix test and X11 dependency.Mike McQuaid
2012-08-12libmikmod: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02libmikmod 3.2.0Brett Koonce
Closes #13856. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-15libmikmod 3.2.0b4nibbles 2bits
Upgrade libmikmod to 3.2.0b4 and remove the 4 inreplaces that were merged upstream for us. This builds well using both compilers from XCode-4.3.2. Closes #12258. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16libmikmod 3.2.0b3nibbles 2bits
* After seven years, libmikmod is back to active status. * Change to the new Homepage. * Upgrade to version 3.2.0b3 using the new tarball. * Use the sha256 listed on the website. * Remove all the autoreconf related commands and associated deps. * Use the correct -Og or O2 for debug. * Adjust the --with-debug option description to reflect that. * Add the ENV.x11 rather than three configure flags for --with-x. * Remove the --with-osx because it finds we are osx correctly. * Remove the --with-debug=no, as it is the default. * Keep the four inreplaces, as they are all still needed. * All patches are merged upstream in HEAD. Noted in formula. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17libmikmod: style nitsAdam Vandenberg
2012-03-10Remove 'oos' comments from cmake-built stuffAdam Vandenberg
2012-02-28audit: automake, autoconf, and libtool are build-time depsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-27Fix typo in libmikmodRene Hopf
Closes #10528. Signed-off-by: Max Howell <max@methylblue.com>
2012-02-27depends_on "automake" where necessaryMax Howell
Had to remove full paths, since we have two options for location now.
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2011-12-09libmikmod: 3.2.0b2, use git build head onlyNibbles 2bits
libmikmod built from tarball is 3.2.0-beta2. libmikmod built from cvs is called 3.2.0b2 in their code. The final work on libmikmod was left in cvs and includes numerous bug fixes and improvements done over the course of a year after the tarball came out. This adds the option to build head, the final version. No work has been done in five years. Patches from Macports were merged upstream during that time. One patch was not and is still in this formula. Another patch is included against the cvs version to fix a duplicate symbol problem with vc_callback(). The 2005 era code is in need of an autoreconf -ivf, which is done after setting an environment variable to pickup glibtoolize. The build is done out of source according to the directions. This builds static and shared native libraries using llvm-2335.9, gcc-4.2.1(v5666), and clang-2.0, tested on 64bit OSX Snow Leopard. It also builds without error on Lion. EDIT: Builds from clone of cvs in mistydemeo with inline patches Closes #8274. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-06libmikmod: fixes for 64-bitMisty De Meo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-17pass --infodir in libmikmodJonathon L Duckworth
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-02-11Fix some more man paths.Adam Vandenberg
2009-11-19Add alias to libmikmodAdam Vandenberg
2009-10-20Update SDL for Snow Leopard. Add libmikmod.Adam Vandenberg