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

    Бинарный пакет: audacity
    Версия: 2.3.2-alt3
    Архитектура: x86_64
    Собран:  7 октября 2019 г. 9:10 в задании #238712
    Исходный пакет: 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.

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


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


    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)