Package audacity: Information

  • Default inline alert: Version in the repository: 3.4.2-alt1.3

Source package: audacity
Version: 2.4.1-alt0.gitd6f841.2
Latest version according to Repology
Build time:  Jun 24, 2021, 04:17 AM in the task #275042
Category: Sound
Report package bug
License: GPL
Summary: Cross-platform audio editor
Description: 
Audacity is a program that lets you manipulate digital audio waveforms.
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.

List of rpms provided by this srpm:
audacity (x86_64, ppc64le, i586, armh, aarch64)
audacity-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
audacity-manual (noarch)

Maintainer: Mikhail Novosyolov



    1. libwxGTK3.1-devel >= 3.1.1-alt2
    2. liblame-devel
    3. gettext-devel
    4. cmake
    5. ladspa_sdk
    6. pkgconfig(alsa)
    7. pkgconfig(expat)
    8. pkgconfig(fftw3)
    9. pkgconfig(flac)
    10. pkgconfig(flac++)
    11. pkgconfig(gtk+-3.0)
    12. pkgconfig(id3tag)
    13. pkgconfig(jack)
    14. pkgconfig(libavformat)
    15. pkgconfig(libjpeg)
    16. pkgconfig(lilv-0)
    17. pkgconfig(lv2)
    18. pkgconfig(mad)
    19. pkgconfig(ogg)
    20. pkgconfig(portaudio-2.0)
    21. pkgconfig(samplerate)
    22. pkgconfig(sbsms)
    23. pkgconfig(sndfile)
    24. pkgconfig(soundtouch)
    25. pkgconfig(soxr)
    26. pkgconfig(speex)
    27. pkgconfig(suil-0)
    28. pkgconfig(twolame)
    29. pkgconfig(udev)
    30. pkgconfig(vamp-hostsdk)
    31. pkgconfig(vorbis)
    32. pkgconfig(vorbisenc)
    33. pkgconfig(vorbisfile)
    34. pkgconfig(zlib)
    35. rpm-build >= 4.0.4-alt133
    36. gcc-c++
    37. ImageMagick
    38. patchelf
    39. zip

Last changed


May 30, 2020 Mikhail Novosyolov 2.4.1-alt0.gitd6f841.2
- Version v2.4.1 + git master from 2020-05-30, commit d6f8410d5
  Git has fixes for newest wxWidgets 3.1.3 and some other important bug fixes
- Ensuring that libmp3lame and ffmpeg are linked but not dlopened
- Ensuring that package version and the one in the "About" dialog are the same
- Fixed Russian translation
  PRed to upstream: https://github.com/audacity/audacity/pull/558
Dec. 18, 2019 Mikhail Novosyolov 2.3.3-alt2
- Drop Fedora-libmp3lame-default.patch because dlopen()-ing libmp3lame
  is switched off by --disable-dynamic-loading (system one is linked)
- Drop incorrect replacement libmp3lame.so -> libmp3lame.so.0:
  it replaced libmp3lame.so.0 -> libmp3lame.so.0.0 and had no sense
  due to target code being under false #ifdef
- Drop installing downstream XPM icons near upstream PNGs and SVG
- Use %mips macro
- Clean up configure options a bit (no functional changes)
- Drop explicit aclocal, %autoreconf is enough
- Clean up BuildRequires, delete odd ones, use pkgconfig() where possible
Nov. 24, 2019 Mikhail Novosyolov 2.3.3-alt1
- Version 2.3.3
- Keeping and rediffed NetBSD-ALT-Session-directory-in-home.patch:
  * Use $AUDACITY_TMPDIR env to specify a custom temp directory,
    it then will be $AUDACITY_TMPDIR/audacity-$UID.
  * Default temp directory is ~/.audacity-tmp instead of upstream /var/tmp/audacity-$UID.
  * Reading $TMPDIR was previously changed to $AUDACITY_TMPDIR
    because e.g. pam_mktemp is used by default on ALT and breaks the environment
    that Audacity developers expected.
- Dropped patches merged to upstream:
  * 0001-Fix-building-with-wxWidgets-3.1.2.patch
  * 0002-Fix-Ru-translation-of-signed-and-float.patch
- Dropped NetBSD-ffmpeg3.patch (does not make sense)
- Dropped -fno-strict-aliasing
- Chanages in lib-src/sbsms were ported to libsbsms10