Search found 11 matches
- Thu Feb 18, 2021 9:43 pm
- Forum: Compiling Audacity
- Topic: C++ guru question about audacity's wxWidgets patches
- Replies: 1
- Views: 253
C++ guru question about audacity's wxWidgets patches
I maintain the MacPorts port for audacity and have been doing some work on it. This port uses a wxWidgets library version from MacPorts, as per official policy. Because audacity 3.x seems to be moving to making that less rather than better supported I decided to experiment with a +audacity build var...
- Tue Mar 20, 2018 11:19 am
- Forum: Adding Features to Audacity
- Topic: libvamp update?
- Replies: 3
- Views: 979
Re: libvamp update?
OK - thanks for confirming my suspicion 

- Mon Mar 19, 2018 10:36 pm
- Forum: Adding Features to Audacity
- Topic: libvamp update?
- Replies: 3
- Views: 979
libvamp update?
Not really a bug, but rather a request from the co-maintainer of my MacPorts "port" for Audacity.
The "local" libvamp copy is about 5 years old now. From what I understand there are no ABI changes in the current version; are there plans to update the included copy?
The "local" libvamp copy is about 5 years old now. From what I understand there are no ABI changes in the current version; are there plans to update the included copy?
- Sat Feb 13, 2016 9:49 pm
- Forum: GNU/Linux
- Topic: using the "Aqua" theme on Linux/Unix/(not OS X)?
- Replies: 9
- Views: 1157
Re: using the "Aqua" theme on Linux/Unix/(not OS X)?
FWIW, my Linux build is available as a PPA for [K]Ubuntu 14.04 via ppa:rjvbertin/misc which should also provide the packaging scripts to build for other Ubuntu versions (and the patches can be used on any Linux distribution).
- Sat Feb 13, 2016 12:14 pm
- Forum: GNU/Linux
- Topic: using the "Aqua" theme on Linux/Unix/(not OS X)?
- Replies: 9
- Views: 1157
Re: using the "Aqua" theme on Linux/Unix/(not OS X)?
Here's the best look I've been able to achieve on Linux for now:
- Sat Feb 13, 2016 9:36 am
- Forum: GNU/Linux
- Topic: using the "Aqua" theme on Linux/Unix/(not OS X)?
- Replies: 9
- Views: 1157
Re: using the "Aqua" theme on Linux/Unix/(not OS X)?
I have found a way around the corruption issue. The blunt approach is to undefine US_AQUA_THEME in Meter.cpp; a more subtle approach involves replacing #ifdef USE_AQUA_THEME with #if defined(USE_AQUA_THEME) && defined(__WXMAC__) in every place where unnecessarily different displaying code is activat...
- Thu Feb 11, 2016 4:35 pm
- Forum: GNU/Linux
- Topic: using the "Aqua" theme on Linux/Unix/(not OS X)?
- Replies: 9
- Views: 1157
Re: using the "Aqua" theme on Linux/Unix/(not OS X)?
I guess you could make a half-height Transport Toolbar with smaller buttons. I would use that if it existed. Stop giving me ideas, you ... :) Yes, the extra height is probably inevitable. But the extra width is. MacPorts makes it very easy to switch back and forth between installed package versions...
- Thu Feb 11, 2016 3:07 pm
- Forum: GNU/Linux
- Topic: using the "Aqua" theme on Linux/Unix/(not OS X)?
- Replies: 9
- Views: 1157
Re: using the "Aqua" theme on Linux/Unix/(not OS X)?
The attachment that I couldn't get to upload with my OP.
- Thu Feb 11, 2016 2:49 pm
- Forum: GNU/Linux
- Topic: using the "Aqua" theme on Linux/Unix/(not OS X)?
- Replies: 9
- Views: 1157
using the "Aqua" theme on Linux/Unix/(not OS X)?
Hi, I really prefer the interface buttons used in the OS X build over those "in-your-face pancakes" used elsewhere. Almost a year ago I did manage to build 2.1.0 so that it used those buttons, but it appears I took no notes, created no patch files or anything else to help me remember how I achieved ...
- Thu Feb 11, 2016 1:43 pm
- Forum: macOS
- Topic: Audacity (to appear) in MacPorts
- Replies: 3
- Views: 391
Re: Audacity (to appear) in MacPorts
What do you mean with "how clean a build it is"? Maybe you'll find it's not clean at all because I patch at least 1 Makefile.in rather than patching configure.ac and/or Makefile.am and then re-running autoconf . The build system would very likely be much cleaner if it were based on cmake (at least f...