Audacity (neko mips4)
From Nekoware
| neko_audacity | |
| Packaged by: | Skip Jordan |
|---|---|
| Internal Version: | 2 |
| Download: | neko_audacity-1.3.3.tardist |
| Current release: | 1.3.3 / June 24 2007 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | audacity.sourceforge.net/ |
Audacity is free, open source software for recording and editing sounds.
More information is available at http://audacity.sourceforge.net/ .
Contents |
[edit] Installing the package
Download and install the neko_audacity-1.3.3 (version 2) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_audacity-1.3.3.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_audacity.sw.eoe | 9,325 | Yes | 9999 | Executables |
| neko_audacity.sw.share | 57 | Yes | 9999 | Shared Files |
| neko_audacity.man.manpages | 2 | Yes | 9999 | Man Pages |
| neko_audacity.opt.src | 6,493 | No | 9999 | Source |
| neko_audacity.opt.patches | 130 | No | 9999 | Patches |
| neko_audacity.opt.relnotes | 2 | No | 9999 | Release Notes |
| neko_audacity.opt.dist | 4 | No | 9999 | Distribution |
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
export CC=c99 export CFLAGS='-O3 -mips4 -n32 -INLINE -OPT:Olimit=0 -I/usr/nekoware/include -TARG:platform=ip27:proc=r10000' export CXXFLAGS='$CFLAGS -DWXFORMATLISTNODE_KLUDGE' export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib'
[edit] Patches
You may need to apply the following patches: patch.neko_audacity
[edit] Configure
./configure \
--without-portmixer \
--prefix=/usr/nekoware \
--without-flac \
--with-portaudio=v19
gmake; gmake; gmake install
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
PACKAGE NAME:
neko_audacity
SOURCE/VERSION:
audacity-1.3.3
DESCRIPTION:
Audacity is free, open source software for recording and editing sounds.
More information is available at http://audacity.sourceforge.net/ .
ENVIRONMENT VARIABLES:
export CC=c99
export CFLAGS='-O3 -mips4 -n32 -INLINE -OPT:Olimit=0 -I/usr/nekoware/include -TARG:platform=ip27:proc=r10000'
export CXXFLAGS='$CFLAGS -DWXFORMATLISTNODE_KLUDGE'
export CPPFLAGS='-I/usr/nekoware/include'
export CXX=CC
export F77=f77
export LDFLAGS='-L/usr/nekoware/lib'
CONFIGURE FLAGS:
./configure \
--without-portmixer \
--prefix=/usr/nekoware \
--without-flac \
--with-portaudio=v19
gmake; gmake; gmake install
INSTALLATION
KNOWN DEPENDENCIES:
neko_libvorbis.sw.lib 1 maxint
neko_libogg.sw.lib 1 maxint
neko_libmad.sw.lib 1 maxint
neko_expat.sw.lib 3 maxint
neko_wxGTK.sw.lib 1 maxint
neko_gtk.sw.lib 6 maxint
neko_glib.sw.lib 7 maxint
neko_zlib.sw.lib 6 maxint
neko_libiconv.sw.lib 3 maxint
neko_atk.sw.lib 4 maxint
neko_pango.sw.lib 7 maxint
neko_freetype2.sw.lib 3 maxint
neko_fontconfig.sw.lib 3 maxint
neko_glitz.sw.lib 2 maxint
neko_libpng.sw.lib 3 maxint
neko_libxrender.sw.lib 2 maxint
neko_gettext.sw.lib 2 maxint
neko_libjpeg.sw.lib 2 maxint
neko_tiff.sw.lib 4 maxint
neko_cairo.sw.lib 4 maxint
neko_libpixman.sw.lib 2 maxint
ERRORS/MISCELLANEOUS:
Uses the last SVN revision of pa_sgi from the Portaudio V19 branch, currently
available at:
http://portaudio.com/trac/browser/portaudio/branches/v19-devel/pa_sgi/pa_sgi.c?rev=744
The last pthreads-pa_sgi from the V18 patch branch is also included, and can
be built with the configure option --with-portaudio=v18. Performance and
stability are better with V19.
WXFORMATLISTNODE_KLUDGE is a symbol used in AudacityApp.cpp to generate a
broken virtual table for wxFormatListNode, allowing us to link. This is
probably a bug with MIPSpro.
FLAC support is currently not included. The runtime benchmark currently
reports "Test failed."
Built with MIPSpro 7.4.1m on 6.5.30.
PACKAGED BY:
Skip Jordan (skip@alumni.umass.edu)
|
[edit] Errors/Miscellaneous
Uses the last SVN revision of pa_sgi from the Portaudio V19 branch, currently
available at: http://portaudio.com/trac/browser/portaudio/branches/v19-devel/pa_sgi/pa_sgi.c?rev=744 The last pthreads-pa_sgi from the V18 patch branch is also included, and can be built with the configure option --with-portaudio=v18. Performance and stability are better with V19.
WXFORMATLISTNODE_KLUDGE is a symbol used in AudacityApp.cpp to generate a broken virtual table for wxFormatListNode, allowing us to link. This is probably a bug with MIPSpro.
FLAC support is currently not included. The runtime benchmark currently reports "Test failed."
Built with MIPSpro 7.4.1m on 6.5.30.
[edit] Older Versions
- neko_audacity-1.2.6.tardist (version 1), January 7 2007
