Пакет audacity: Информация

    Исходный пакет: audacity
    Версия: 2.3.2-alt3
    Собран:  26 июня 2020 г. 22:16 в задании #252601
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: http://audacity.sourceforge.net/

    Лицензия: GPL
    О пакете: Cross-platform audio editor
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    audacity (x86_64, ppc64le, i586, aarch64)
    audacity-debuginfo (x86_64, ppc64le, i586, aarch64)
    audacity-manual (noarch)

    Сопровождающий: Mikhail Novosyolov


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

    Последнее изменение


    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
    19 августа 2019 г. Anton Midyukov 2.3.2-alt2
    - fix build with wxGTK 3.1.2 (Thanks Mikhail Novosyolov)
    14 мая 2019 г. Mikhail Novosyolov 2.3.2-alt1
    - Version 2.3.2
    - Fixed NetBSD-ALT-Session-directory-in-home.patch:
      this patch worked incorrectly, fixed it to really move session
      directory from /var/tmp/audacity-$USER to $HOME/.audacity-tmp
      to ensure session data consistency across reboots and after crashes;
      this directory may be overriden with AUDACITY_TMPDIR variable
    - Use AUDACITY_TMPDIR env instead of TMPDIR to override session
      directory because TMPDIR is set by default to tmpfs in many cases
      what may lead to data loss
    - Removed Fedora-libdir.patch, instead using sed to fix ladspa directory
    - Dropped explicit -std=gnu++11 (build scripts set it by themselves)
    - Set LDFLAGS as env on mipsel instead of conditional patching
      to not worry that the mipsel patch will become unappliable
      (removed ALT-link-with-libatomic.patch)