Package audacity: Information

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

Source package: audacity
Version: 2.3.3-alt1
Latest version according to Repology
Build time:  Nov 24, 2019, 05:42 PM in the task #241560
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, aarch64)
audacity-debuginfo (x86_64, ppc64le, i586, aarch64)
audacity-manual (noarch)

Maintainer: Mikhail Novosyolov



    1. libwxGTK3.1-devel >= 3.1.1-alt2
    2. ImageMagick
    3. libsbsms-devel
    4. libfftw3-devel
    5. libflac++-devel >= 1.3.1
    6. libflac-devel >= 1.3.1
    7. liblame-devel
    8. pkgconfig(alsa)
    9. pkgconfig(expat)
    10. pkgconfig(fftw3)
    11. pkgconfig(flac++)
    12. libstdc++-devel-static
    13. pkgconfig(gtk+-3.0)
    14. pkgconfig(id3tag)
    15. pkgconfig(jack)
    16. pkgconfig(libavformat)
    17. pkgconfig(lilv-0)
    18. pkgconfig(lv2)
    19. pkgconfig(mad)
    20. pkgconfig(ogg)
    21. pkgconfig(samplerate)
    22. pkgconfig(sndfile)
    23. pkgconfig(soundtouch)
    24. pkgconfig(soxr)
    25. pkgconfig(speex)
    26. gettext-devel
    27. pkgconfig(suil-0)
    28. pkgconfig(twolame)
    29. pkgconfig(udev)
    30. pkgconfig(vamp-hostsdk)
    31. pkgconfig(vorbis)
    32. pkgconfig(vorbisenc)
    33. pkgconfig(vorbisfile)
    34. ladspa_sdk
    35. pkgconfig(zlib)
    36. desktop-file-utils
    37. rpm-build >= 4.0.4-alt133
    38. shared-mime-info
    39. libopencore-amrnb0
    40. libopencore-amrwb0
    41. libjpeg-devel
    42. gcc-c++
    43. zip
    44. libportaudio2-devel

Last changed


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
Oct. 4, 2019 Mikhail Novosyolov 2.3.2-alt3
- Fix Russian translation of 'signed' and 'float' (Closes: 37238)
  PRed to upstream: https://github.com/audacity/audacity/pull/381
Aug. 19, 2019 Anton Midyukov 2.3.2-alt2
- fix build with wxGTK 3.1.2 (Thanks Mikhail Novosyolov)