Package audacity: Information

    Source package: audacity
    Version: 3.1.3-alt1
    Build time:  Nov 22, 2022, 07:08 PM
    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 (e2kv6, e2kv5, e2kv4, e2k)
    audacity-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    audacity-manual (noarch)

    Maintainer: Anton Midyukov


      1. gcc-c++
      2. patchelf
      3. ImageMagick
      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. pkgconfig(libjpeg)
      15. pkgconfig(lilv-0)
      16. pkgconfig(lv2)
      17. pkgconfig(mad)
      18. pkgconfig(ogg)
      19. pkgconfig(opus)
      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(sqlite3)
      28. pkgconfig(suil-0)
      29. pkgconfig(twolame)
      30. pkgconfig(udev)
      31. pkgconfig(uuid)
      32. pkgconfig(vamp-hostsdk)
      33. pkgconfig(vorbis)
      34. pkgconfig(vorbisenc)
      35. pkgconfig(vorbisfile)
      36. pkgconfig(zlib)
      37. cmake
      38. ladspa_sdk
      39. rpm-build >= 4.0.4-alt133
      40. libwxGTK3.2-devel
      41. liblame-devel
      42. zip
      43. gettext-devel
      44. libportmidi-devel

    Last changed


    Sept. 19, 2022 Anton Midyukov 3.1.3-alt1
    - new version 3.1.3
    - build with wxGTK3.2
    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)