./audio/audacity, Audio editor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q2, Version: 2.3.2, Package name: audacity-2.3.2, Maintainer: pkgsrc-users

Audacity is a program that manipulates digital audio waveforms. It supports all
common editing operations such as Cut, Copy, and Paste, plus it will mix tracks
and 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.


Required to run:
[sysutils/desktop-file-utils] [audio/lilv] [audio/lv2] [audio/ladspa] [audio/flac] [audio/libvorbis] [audio/libsamplerate] [audio/libid3tag] [audio/libsndfile] [audio/libsoxr] [audio/twolame] [audio/lame] [audio/alsa-lib] [audio/soundtouch] [audio/suil] [multimedia/libogg] [multimedia/ffmpeg4] [graphics/hicolor-icon-theme] [x11/wxGTK30] [archivers/zip]

Required to build:
[x11/xorgproto] [x11/fixesproto4] [x11/xcb-proto] [pkgtools/cwrappers] [pkgtools/x11-links]

Package options: ladspa, nls

Master sites:

SHA1: b91b88aa68521a03fa5cc7dacaf5eb39f92e3b6f
RMD160: 8bf05565f6a4afd464670b2e6fb5ed261a886ef2
Filesize: 60520.114 KB

Version history: (Expand)


CVS history: (Expand)


   2019-07-18 15:15:37 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6000 - requested by nia
audio/audacity: i386 build fix

Revisions pulled up:
- audio/audacity/Makefile                                       1.120

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Mon Jul 15 18:44:32 UTC 2019

   Modified Files:
   	pkgsrc/audio/audacity: Makefile

   Log message:
   audacity: Needs 64-bit atomic ops - build with -march=i586 on i386.

   PR pkg/54353