Changes between Initial Version and Version 1 of Ticket #47189, comment 7
- Timestamp:
- Mar 18, 2015, 8:39:45 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47189, comment 7
initial v1 19 19 Quite likely, The way to proceed would be to apply the Debian patches (probably all of them when we're at it, except any that are related to ALSA or other Linux-specific things). Then, see which of my patches are still relevant and if they still apply. 20 20 21 Most of the patches are to include code that should have been #ifdef __APPLE__ instead of #ifdef __WXMAC__; I even had to apply those concerning double-buffering (without it the level meters had corrupted backgrounds).21 Most of the patches are to include code that should have been `#ifdef __APPLE__` instead of `#ifdef __WXMAC__`; I even had to apply those concerning double-buffering (without it the level meters had corrupted backgrounds). 22 22 23 23 > In any case someone needs to take some extra time to prepare a patch. (I didn't even try to install your version of the port yet.) I could help, but I need to do some higher priority tasks (outside of MP) first.