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

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

Исходный пакет: audacity
Версия: 2.4.1-alt0.gitd6f841.3
Собран:  27 июня 2022 г. 23:15
Категория: Звук
Сообщить об ошибке в пакете
Домашняя страница: 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 (e2kv6, e2kv5, e2kv4, e2k)
audacity-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
audacity-manual (noarch)

Сопровождающий: Michael Shigorin


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

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


1 ноября 2021 г. Michael Shigorin 2.4.1-alt0.gitd6f841.3
- fixed build for Elbrus (ilyakurdyukov@)
30 мая 2020 г. Mikhail Novosyolov 2.4.1-alt0.gitd6f841.2
- Version v2.4.1 + git master from 2020-05-30, commit d6f8410d5
  Git has fixes for newest wxWidgets 3.1.3 and some other important bug fixes
- Ensuring that libmp3lame and ffmpeg are linked but not dlopened
- Ensuring that package version and the one in the "About" dialog are the same
- Fixed Russian translation
  PRed to upstream: https://github.com/audacity/audacity/pull/558
18 декабря 2019 г. Mikhail Novosyolov 2.3.3-alt2
- Drop Fedora-libmp3lame-default.patch because dlopen()-ing libmp3lame
  is switched off by --disable-dynamic-loading (system one is linked)
- Drop incorrect replacement libmp3lame.so -> libmp3lame.so.0:
  it replaced libmp3lame.so.0 -> libmp3lame.so.0.0 and had no sense
  due to target code being under false #ifdef
- Drop installing downstream XPM icons near upstream PNGs and SVG
- Use %mips macro
- Clean up configure options a bit (no functional changes)
- Drop explicit aclocal, %autoreconf is enough
- Clean up BuildRequires, delete odd ones, use pkgconfig() where possible