Package audacity-manual: Information

  • Default inline alert: Version in the repository: 3.4.2-alt1.3

Binary package: audacity-manual
Version: 3.1.3-alt1
Architecture: noarch
Build time:  Sep 21, 2022, 02:24 PM in the task #307077
Source package: audacity
Category: Documentation
Report package bug
License: GPL
Summary: Audacity manual (offline install)
Description: 
Audacity Manual can be installed locally if preferred, or accessed
on-line if internet connection is available.

For the most up to date manual content, use the on-line manual.

Maintainer: Anton Midyukov


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)