[MacPorts] #47189: submission: audacity
MacPorts
noreply at macports.org
Fri Apr 3 12:36:35 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 mojca@…):
Replying to [comment:21 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.
No, it's not. You have patched `rifft8pt`, but not `ifft8pt`.
> Did you perhaps use the merged Portfile (with a patchfile dropped during
the merge)?
Yes, I used the merged Portfile, but I don't find the patch for that in
`clang-ftbfs.patch`.
> I also get the assertion dialogs. Somehow Audacity thinks it's been
built as a debug build.
I think it's wxWidgets that's showing those errors.
> 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"?)
I can help you with using the app PortGroup, but you basically need just
three lines: app name, link to binary and icon.
--
Ticket URL: <https://trac.macports.org/ticket/47189#comment:22>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list