Package audacity: Information
Source package: audacity
Version: 3.1.3-alt1
Build time: Nov 21, 2022, 04:05 PM in the task #310027
Category: Sound
Report package bugHome page: http://audacity.sourceforge.net/
License: GPL
Summary: Cross-platform audio editor
Description:
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.
List of RPM packages built from this SRPM:
audacity (x86_64, ppc64le, i586, armh, aarch64)
audacity-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
audacity-manual (noarch)
audacity (x86_64, ppc64le, i586, armh, aarch64)
audacity-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
audacity-manual (noarch)
Maintainer: Anton Midyukov
List of contributors:
Anton Midyukov
Michael Shigorin
Mikhail Novosyolov
Ivan A. Melnikov
Grigory Ustinov
Andrew Savchenko
Aleksei Nikiforov
Yuri N. Sedunov
Gleb Fotengauer-Malinovskiy
Eugeny A. Rostovtsev
Alex Karpov
Repocop Q. A. Robot
Vladimir Lettiev
qa-robot
Andrey Astafiev
Stanislav Ievlev
Anton Midyukov
Michael Shigorin
Mikhail Novosyolov
Ivan A. Melnikov
Grigory Ustinov
Andrew Savchenko
Aleksei Nikiforov
Yuri N. Sedunov
Gleb Fotengauer-Malinovskiy
Eugeny A. Rostovtsev
Alex Karpov
Repocop Q. A. Robot
Vladimir Lettiev
qa-robot
Andrey Astafiev
Stanislav Ievlev
Last changed
Sept. 19, 2022 Anton Midyukov 3.1.3-alt1
- new version 3.1.3 - build with wxGTK3.2
March 10, 2022 Michael Shigorin 3.1.2-alt2
- E2K: build fix by ilyakurdyukov@ (patchelf is not ported properly yet)
Nov. 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)