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

  • Default inline alert: Версия в репозитории: 3.4.2-alt1.3

Исходный пакет: audacity
Версия: 2.3.2-alt3
Последняя версия по данным Repology
Собран:  4 октября 2019 г. 22:12 в задании #238688
Категория: Звук
Сообщить об ошибке в пакете
Домашняя страница: 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. libsbsms-devel >= 2.0.2-alt2
    3. liblame-devel
    4. libfftw3-devel
    5. libflac++-devel >= 1.3.1
    6. libflac-devel >= 1.3.1
    7. libstdc++-devel-static
    8. ladspa_sdk
    9. gettext-devel
    10. desktop-file-utils
    11. libopencore-amrnb0
    12. libopencore-amrwb0
    13. shared-mime-info
    14. pkgconfig(alsa)
    15. pkgconfig(expat)
    16. pkgconfig(fftw3)
    17. pkgconfig(flac++)
    18. pkgconfig(gtk+-3.0)
    19. pkgconfig(id3tag)
    20. pkgconfig(jack)
    21. pkgconfig(libavformat)
    22. libportaudio2-devel
    23. pkgconfig(lilv-0)
    24. pkgconfig(lv2)
    25. pkgconfig(mad)
    26. pkgconfig(ogg)
    27. pkgconfig(samplerate)
    28. gcc-c++
    29. pkgconfig(sndfile)
    30. pkgconfig(soundtouch)
    31. pkgconfig(soxr)
    32. pkgconfig(speex)
    33. pkgconfig(suil-0)
    34. pkgconfig(twolame)
    35. pkgconfig(udev)
    36. pkgconfig(vamp-hostsdk)
    37. pkgconfig(vorbis)
    38. pkgconfig(vorbisenc)
    39. pkgconfig(vorbisfile)
    40. pkgconfig(zlib)
    41. libjpeg-devel
    42. ImageMagick
    43. zip

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


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)