[MacPorts] #47189: submission: audacity
MacPorts
noreply at macports.org
Fri Apr 3 12:10:52 PDT 2015
#47189: submission: audacity
--------------------------+--------------------------------
Reporter: rjvbertin@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: audacity |
--------------------------+--------------------------------
Comment (by rjvbertin@…):
Replying to [comment:19 mojca@…]:
> {{{
> -inline void ifft8pt(float *ioptr, float scale);
> -inline void ifft8pt(float *ioptr, float scale){
> +static inline void ifft8pt(float *ioptr, float scale);
> +static inline void ifft8pt(float *ioptr, float scale){
>}}}
That's part of the patches. In my original port I had simply removed the
inline keyword, the Debian patches include the one you found too. Weird.
Did you perhaps use the merged Portfile (with a patchfile dropped during
the merge)?
As to Python: checking on Linux showed that it must be a 2.7 version. I
ran 2to3 on the waflib directory, which completed without failures as far
as I could tell, but the resulting code raised errors. Python is only used
for building anyway.
I also get the assertion dialogs. Somehow Audacity thinks it's been built
as a debug build. Maybe something the Debian patches arrange for. Anyway,
I should have mentioned that as another reason why I don't want to spend
time getting this to work "just right"
Making an app bundle shouldn't be too hard. IIRC wx even has a script to
do that, but if that fails it's not a big deal to create one in the post-
destroot. Or with the app PortGroup (I presume its documentation is
"inline"?)
--
Ticket URL: <https://trac.macports.org/ticket/47189#comment:21>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list