Package audacity: Information

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

Source package: audacity
Version: 3.1.2-alt2
Build time:  Mar 11, 2022, 01:48 AM
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 (riscv64)
audacity-debuginfo (riscv64)
audacity-manual (noarch)

Maintainer: Michael Shigorin


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

Last changed


March 10, 2022 Michael Shigorin 3.1.2-alt2
- E2K: build fix by ilyakurdyukov@ (patchelf is not ported properly yet)
Nov. 19, 2021 Mikhail Novosyolov 3.1.2-alt1
- Version 3.1.2 (Closes: 40174, 38790, 38662, 41340)
- Do load plugins from /usr/lib/ladspa in addition to /usr/lib64/ladspa
  (this upstream behaviour was incorrectly changed by sed)
- XXX Upstream removed linkage with libffmpeg, so we do not have propper ABI tracking now
  and depend from libavocodec.so.58 manually
  (https://github.com/audacity/audacity/issues/2161)
- Build against system libopus, libportaudio and libmidi (as in upstream spec for Fedora)
- Dropped setting of correct version in the "About" dialog, upstream code changed,
  it is set correctly now by cmake variables like AUDACITY_VERSION
- Dropped no more needed patches:
  + ALT-Remove-warning-about-alpha-version.patch - upstream code changed, using
    "-DAUDACITY_BUILD_LEVEL=2" now
  + 0001-HACK-off-bundled-libmp3lame.patch - libmp3lame is not bundled any more,
    a chack that system one is linked is kept in %check
  + 0001-update-PO-files-by-update_po_files.sh.patch,
    0002-Fix-fuzzies-in-Russian-transaltion.patch,
    0003-Fix-translation-of-Filter-Curve.patch - dropped in the new version,
    upstream has a special workflow of updating translations
    (see https://github.com/audacity/audacity/pull/558)
- Renamed and rediffed other patches, make all of them git am-able
- Hacked to force GTK+3.0 at build time
- Removed hack with -latomic on MIPS, upstream CMakeLists.txt adds it itself
- Hacked for liblame-devel missing pkgconfig file
  (reported https://bugzilla.altlinux.org/show_bug.cgi?id=40342)
- Explicitly disabled networking (it is disabled by default, make sure that
  we do not send crash reports to Audacity servers, they will not be able
  to read them due to debuginfo available separately and because it is not their build)
Nov. 1, 2021 Michael Shigorin 2.4.1-alt0.gitd6f841.3
- fixed build for Elbrus (ilyakurdyukov@)