Bug 38790 - Прошу мейнтейнера обновить пакет на последнюю стабильную версию
Summary: Прошу мейнтейнера обновить пакет на последнюю стабильную версию
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: audacity (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Ivan A. Melnikov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-09 09:43 MSK by Евгений Кухтинов
Modified: 2021-11-19 14:53 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Евгений Кухтинов 2020-08-09 09:43:04 MSK
Устроит версия 2.4.2
Comment 1 Repository Robot 2021-11-19 14:53:41 MSK
audacity-3.1.2-alt1 -> sisyphus:

 Fri Nov 19 2021 Mikhail Novosyolov <mikhailnov@altlinux> 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)