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

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

Исходный пакет: audacity
Версия: 2.3.3-alt2
Последняя версия по данным Repology
Собран:  19 декабря 2019 г. 7:01 в задании #243230
Категория: Звук
Сообщить об ошибке в пакете
Домашняя страница: 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. gettext-devel
    4. pkgconfig(alsa)
    5. pkgconfig(expat)
    6. pkgconfig(fftw3)
    7. pkgconfig(flac)
    8. pkgconfig(flac++)
    9. ladspa_sdk
    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(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. rpm-build >= 4.0.4-alt133
    35. gcc-c++
    36. ImageMagick
    37. zip

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


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
24 ноября 2019 г. Mikhail Novosyolov 2.3.3-alt1
- Version 2.3.3
- Keeping and rediffed NetBSD-ALT-Session-directory-in-home.patch:
  * Use $AUDACITY_TMPDIR env to specify a custom temp directory,
    it then will be $AUDACITY_TMPDIR/audacity-$UID.
  * Default temp directory is ~/.audacity-tmp instead of upstream /var/tmp/audacity-$UID.
  * Reading $TMPDIR was previously changed to $AUDACITY_TMPDIR
    because e.g. pam_mktemp is used by default on ALT and breaks the environment
    that Audacity developers expected.
- Dropped patches merged to upstream:
  * 0001-Fix-building-with-wxWidgets-3.1.2.patch
  * 0002-Fix-Ru-translation-of-signed-and-float.patch
- Dropped NetBSD-ffmpeg3.patch (does not make sense)
- Dropped -fno-strict-aliasing
- Chanages in lib-src/sbsms were ported to libsbsms10
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