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

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

Бинарный пакет: audacity
Версия: 2.4.1-alt0.gitd6f841.3
Архитектура: e2k
Собран:  1 ноября 2021 г. 23:59
Исходный пакет: audacity
Категория: Звук
Сообщить об ошибке в пакете
Домашняя страница: 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.

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


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


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