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

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

Исходный пакет: audacity
Версия: 3.1.2-alt1
Последняя версия по данным Repology
Собран:  19 ноября 2021 г. 14:53 в задании #290032
Категория: Звук
Сообщить об ошибке в пакете
Домашняя страница: 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, armh, aarch64)
audacity-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
audacity-manual (noarch)

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



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

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


19 ноября 2021 г. Mikhail Novosyolov 3.1.2-alt1
- Version 3.1.2 (Closes: 40174, 38790, 38662, 41340)
- Do load plugins from /usr/lib/ladspa in addition to /usr/lib64/ladspa
  (this upstream behaviour was incorrectly changed by sed)
- XXX Upstream removed linkage with libffmpeg, so we do not have propper ABI tracking now
  and depend from libavocodec.so.58 manually
  (https://github.com/audacity/audacity/issues/2161)
- Build against system libopus, libportaudio and libmidi (as in upstream spec for Fedora)
- Dropped setting of correct version in the "About" dialog, upstream code changed,
  it is set correctly now by cmake variables like AUDACITY_VERSION
- Dropped no more needed patches:
  + ALT-Remove-warning-about-alpha-version.patch - upstream code changed, using
    "-DAUDACITY_BUILD_LEVEL=2" now
  + 0001-HACK-off-bundled-libmp3lame.patch - libmp3lame is not bundled any more,
    a chack that system one is linked is kept in %check
  + 0001-update-PO-files-by-update_po_files.sh.patch,
    0002-Fix-fuzzies-in-Russian-transaltion.patch,
    0003-Fix-translation-of-Filter-Curve.patch - dropped in the new version,
    upstream has a special workflow of updating translations
    (see https://github.com/audacity/audacity/pull/558)
- Renamed and rediffed other patches, make all of them git am-able
- Hacked to force GTK+3.0 at build time
- Removed hack with -latomic on MIPS, upstream CMakeLists.txt adds it itself
- Hacked for liblame-devel missing pkgconfig file
  (reported https://bugzilla.altlinux.org/show_bug.cgi?id=40342)
- Explicitly disabled networking (it is disabled by default, make sure that
  we do not send crash reports to Audacity servers, they will not be able
  to read them due to debuginfo available separately and because it is not their build)
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