summary refs log tree commit diff
path: root/pkgs/applications/audio/milkytracker
Commit message (Collapse)AuthorAge
* milkytracker: 1.01 -> 1.02.00Peter Hoeg2018-09-13
|
* milkytracker: 0.90.85 -> 1.01David Pflug2017-08-30
|
* treewide: Mass replace 'zlib}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
|
* Convert all jack references to libjack2William A. Kennington III2015-06-27
|
* Fixed many descriptionsPascal Wittmann2014-11-11
|
* Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
| | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Remove obsolete jackaudio version 1.Peter Simons2014-07-28
|
* jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* milkytracker: fix evaluationPeter Simons2013-11-07
|
* Added milkytracker: Compiles and runs.Kim Simmons2013-11-07
|
* MilkyTracker: Tidy up, sort buildInputs and use the attrPath for the licenseCillian de Róiste2013-10-30
|
* MilkyTracker: fix build, use system zlib and decompressor patchCillian de Róiste2013-10-30
| | | | Also add JACK support
* Attempt at compiling MilkyTracker, but recent zlib version may have broken it.Kim Simmons2013-10-29
There's a zlib version included with milkytracker, but there's no makefiles for it. I've only included the header here, but it fails at link-time with several 'undefined reference' errors, which simply means it can't find the definitions, e.g. compiled zlib. There's bug reports on other package systems although unfortunately still unresolved. https://bugs.archlinux.org/task/31324 http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082180.html