| Port details on branch 2020Q3 |
- audacity GUI editor for digital audio waveforms
- 2.4.2 audio
=0 2.4.2Version of this port present on the latest quarterly branch. - Maintainer: xxjack12xx@gmail.com
 - Port Added: 2020-07-03 03:01:16
- Last Update: 2020-07-19 08:45:03
- Commit Hash: 137ce3c
- License: GPLv2+
- WWW:
- https://www.audacityteam.org/
- Description:
- Audacity is a program that lets you manipulate digital audio
waveforms. In addition to letting you record sounds directly from
within the program, it imports many sound file formats, including
WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all
common editing operations such as Cut, Copy, and Paste, plus it will
mix tracks and let you apply plug-in effects to any part of a sound. It
also has a built-in amplitude envelope editor, a customizable
spectrogram mode and a frequency analysis window for audio
analysis applications.
WWW: https://www.audacityteam.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- audacity>0:audio/audacity
- To install the port:
- cd /usr/ports/audio/audacity/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/audacity
- pkg install audacity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: audacity
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1593304211
SHA256 (audacity-audacity-Audacity-2.4.2_GH0.tar.gz) = cdb4800c8e9d1d4ca19964caf8d24000f80286ebd8a4db566c2622449744c099
SIZE (audacity-audacity-Audacity-2.4.2_GH0.tar.gz) = 61248430
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- docbook-to-man : textproc/docbook-to-man
- docbook2man : textproc/docbook-utils
- cmake : devel/cmake
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- python3.7 : lang/python37
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-mime-database : misc/shared-mime-info
- Runtime dependencies:
-
- listplugins : audio/ladspa
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libexpat.so : textproc/expat2
- libportaudio.so : audio/portaudio
- libsndfile.so : audio/libsndfile
- libsoxr.so : audio/libsoxr
- libFLAC.so : audio/flac
- libid3tag.so : audio/libid3tag
- libmad.so : audio/libmad
- libogg.so : audio/libogg
- libSoundTouch.so : audio/soundtouch
- libtwolame.so : audio/twolame
- libvamp-hostsdk.so : audio/vamp-plugin-sdk
- libogg.so : audio/libogg
- libvorbis.so : audio/libvorbis
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- libwx_baseu-3.1.so : x11-toolkits/wxgtk31
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for audacity-2.4.2:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...)
FLAC=on: FLAC lossless audio codec support
ID3TAG=on: ID3 v1/v2 tags support
LADSPA=on: LADSPA audio plugins support
LAME=off: Use lame for import and export support
LV2=off: Add LV2 plug-in support
MAD=on: Use libmad for mp2/3 decoding support
MIDI=on: MIDI support
OGG=on: Ogg media format support
SBSMS=on: Use libsbsms for pitch and tempo changing
SOUNDTOUCH=on: Use libSoundTouch for pitch and tempo changing
TWOLAME=on: Use libtwolame for MP2 export support
VAMP=on: Vamp plug-in support
VORBIS=on: Ogg Vorbis audio codec support
VST=on: VST plug-in support
===> Use 'make config' to modify these settings
- Options name:
- audio_audacity
- USES:
- cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome libtool python:build pkgconfig shared-mime-info
- pkg-message:
- If upgrading from < 2.1:
- Starting with 2.1, Audacity's settings file format is not 100% compatible
with previous versions. If Audacity fails to start up, the affected users
can resolve the issue by removing the ~/.audacity-data directory.
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.4.2 19 Jul 2020 08:45:03
    |
Piotr Kubaj (pkubaj)  |
MFH: r542544
audio/audacity: fix build on non-x86
Disable MMX/SSE/SSE2 on non-x86.
Include cstring in allegro.h to make memcpy() available.
PR: 248076
Approved by: xxjack12xx@gmail.com (maintainer)
Approved by: portmgr (fix build blanket) |
2.4.2 19 Jul 2020 08:45:03
  |
pkubaj  |
MFH: r542544
audio/audacity: fix build on non-x86
Disable MMX/SSE/SSE2 on non-x86.
Include cstring in allegro.h to make memcpy() available.
PR: 248076
Approved by: xxjack12xx@gmail.com (maintainer)
Approved by: portmgr (fix build blanket) |
2.4.2 03 Jul 2020 02:59:58
    |
Tobias Kortkamp (tobik)  |
MFH: r541065
audio/audacity: Update to 2.4.2
- This should fix hangs on startup on FreeBSD 11.4
- Remove NYQUIST option since it is mandatory and disabling it does
not work
Changes: https://www.audacityteam.org/audacity-2-4-2-released/
PR: 247604
Submitted by: maintainer
Approved by: ports-secteam blanket |
2.4.2 03 Jul 2020 02:59:58
  |
tobik  |
MFH: r541065
audio/audacity: Update to 2.4.2
- This should fix hangs on startup on FreeBSD 11.4
- Remove NYQUIST option since it is mandatory and disabling it does
not work
Changes: https://www.audacityteam.org/audacity-2-4-2-released/
PR: 247604
Submitted by: maintainer
Approved by: ports-secteam blanket |