Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37550601
en ru br
ALT Linux repos
S:3.3.3-alt2
5.0: 1.3.5-alt0.1
4.1: 1.3.4-alt0.9.2
4.0: 1.3.4-alt0.M40.7
3.0: 1.2.3-alt1.1.1

Other repositories
Upstream:1.3.4

Group :: Sound
RPM: audacity

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

9 september 2023 Ivan A. Melnikov <iv at altlinux.org> 3.3.3-alt2

  • Update ffmpeg dependencies to 6.0

9 june 2023 Ivan A. Melnikov <iv at altlinux.org> 3.3.3-alt1

  • 3.3.3

25 may 2023 Michael Shigorin <mike at altlinux.org> 3.3.2-alt3

  • E2K: update sed patch by ilyakurdyukov@ (mcst#8091)

24 may 2023 Ivan A. Melnikov <iv at altlinux.org> 3.3.2-alt2

  • fix load of lv2 external UIs with system libsuil
  • restore desktop file fix

19 may 2023 Ivan A. Melnikov <iv at altlinux.org> 3.3.2-alt1

  • 3.3.2
  • build with wavpack and w/o vst3sdk

19 september 2022 Anton Midyukov <antohami at altlinux.org> 3.1.3-alt1

  • new version 3.1.3
  • build with wxGTK3.2

10 march 2022 Michael Shigorin <mike at altlinux.org> 3.1.2-alt2

  • E2K: build fix by ilyakurdyukov@ (patchelf is not ported properly yet)

19 november 2021 Mikhail Novosyolov <mikhailnov at altlinux.org> 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 november 2021 Michael Shigorin <mike at altlinux.org> 2.4.1-alt0.gitd6f841.3

  • fixed build for Elbrus (ilyakurdyukov@)

30 may 2020 Mikhail Novosyolov <mikhailnov at altlinux.org> 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

18 december 2019 Mikhail Novosyolov <mikhailnov at altlinux.org> 2.3.3-alt2

  • Drop Fedora-libmp3lame-default.patch because dlopen()-ing libmp3lame
     is switched off by --disable-dynamic-loading (system one is linked)
  • Drop incorrect replacement libmp3lame.so -> libmp3lame.so.0:
     it replaced libmp3lame.so.0 -> libmp3lame.so.0.0 and had no sense
     due to target code being under false #ifdef
  • Drop installing downstream XPM icons near upstream PNGs and SVG
  • Use %mips macro
  • Clean up configure options a bit (no functional changes)
  • Drop explicit aclocal, %autoreconf is enough
  • Clean up BuildRequires, delete odd ones, use pkgconfig() where possible

24 november 2019 Mikhail Novosyolov <mikhailnov at altlinux.org> 2.3.3-alt1

  • Version 2.3.3
  • Keeping and rediffed NetBSD-ALT-Session-directory-in-home.patch:
     * Use $AUDACITY_TMPDIR env to specify a custom temp directory,
       it then will be $AUDACITY_TMPDIR/audacity-$UID.
     * Default temp directory is ~/.audacity-tmp instead of upstream /var/tmp/audacity-$UID.
     * Reading $TMPDIR was previously changed to $AUDACITY_TMPDIR
       because e.g. pam_mktemp is used by default on ALT and breaks the environment
       that Audacity developers expected.
  • Dropped patches merged to upstream:
     * 0001-Fix-building-with-wxWidgets-3.1.2.patch
     * 0002-Fix-Ru-translation-of-signed-and-float.patch
  • Dropped NetBSD-ffmpeg3.patch (does not make sense)
  • Dropped -fno-strict-aliasing
  • Chanages in lib-src/sbsms were ported to libsbsms10

4 october 2019 Mikhail Novosyolov <mikhailnov at altlinux.org> 2.3.2-alt3

  • Fix Russian translation of 'signed' and 'float' (Closes: 37238)
     PRed to upstream: https://github.com/audacity/audacity/pull/381

19 august 2019 Anton Midyukov <antohami at altlinux.org> 2.3.2-alt2

  • fix build with wxGTK 3.1.2 (Thanks Mikhail Novosyolov)

14 may 2019 Mikhail Novosyolov <mikhailnov at altlinux.org> 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)

26 april 2019 Ivan A. Melnikov <iv at altlinux.org> 2.3.1-alt2

  • Fix build on mipsel.

26 april 2019 Grigory Ustinov <grenka at altlinux.org> 2.3.1-alt1

  • Build new version (no major changes, but (closes: #36354)).
  • Cleanup changelog.

18 february 2019 Mikhail Novosyolov <mikhailnov at altlinux.org> 2.3.0-alt2.git20190217.2345

  • Git master from 17.02.2019 23:45 UTC+0300 (commit e609a9d)
  • Patch: remove warning that it's an alpha version from the welcome screen
     and don't recommend to install an "official" build

25 january 2019 Ivan A. Melnikov <iv at altlinux.org> 2.3.0-alt1.git20181205.2140.0.mips1

  • Link with latomic to fix build on mipsel

5 december 2018 Mikhail Novosyolov <mikhailnov at altlinux.org> 2.3.0-alt1.git20181205.2140

  • New version 2.3.0 + git master from 05.12.2018 21:40 UTC+0300 (release 2.3.0 is officially buggy on Linux, so took git master)
  • Now Russian translation is better than in previous versions
  • Switched to no-STL wxGTK3.1 and GTK+3
  • Reworked and extended build flags (now Audacity supports working with more formats) (Closes: 31852)
  • Enable ffmpeg/avconv (Closes: 35366)
  • Build with system libsbsms (packaged it seperately, moved audacity-2.2.2-alt-e2k-fft.patch from Audacity to libsbsms)
  • Patched to move temporary files from tmpfs /tmp/.private/ to persistend storage in HOME
  • Added built-in icons to RPM files list
  • Install ALT's icons only if there are no upstream ones
  • Install more docs & don't install docs for bundled statically linked libraries

23 november 2018 Grigory Ustinov <grenka at altlinux.org> 2.1.1-alt4

  • Fixed packaging documentation (Closes: #34427).
  • disable SSE for non-x86 and e2k arches.

18 march 2018 Andrew Savchenko <bircoph at altlinux.org> 2.1.1-alt3

  • Fix SSE issue on E2K properly, revert SSE removal for non-x86.

17 march 2018 Michael Shigorin <mike at altlinux.org> 2.1.1-alt2

  • disable SSE for non-x86
  • enable parallel build

30 june 2017 Aleksei Nikiforov <darktemplar at altlinux.org> 2.1.1-alt1.2

  • Updated build to support gcc-6

20 february 2016 Yuri N. Sedunov <aris at altlinux.org> 2.1.1-alt1.1

  • rebuilt against libSoundTouch.so.1

9 october 2015 Michael Shigorin <mike at altlinux.org> 2.1.1-alt1

  • 2.1.1
  • manual moved to a separate subpackage (not unlike fedora)

9 october 2015 Michael Shigorin <mike at altlinux.org> 2.1.0-alt1

  • 2.1.0 (closes: #31343)
  • buildreq for libsoxr-devel

11 june 2015 Gleb F-Malinovskiy <glebfm at altlinux.org> 2.0.5-alt4.1

  • Rebuilt for gcc5 C++11 ABI.

24 april 2014 Michael Shigorin <mike at altlinux.org> 2.0.5-alt4

  • try to recover MP3 processing capability (debian configure options)
  • tweaked icons installation

14 january 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.0.5-alt3

  • Restored in Sisyphus

7 january 2014 Michael Shigorin <mike at altlinux.org> 2.0.5-alt2

  • build without ffmpeg support (latest one is unsupported so far)

7 january 2014 Michael Shigorin <mike at altlinux.org> 2.0.5-alt1

  • 2.0.5
  • spec cleanup according to ALT Packaging HOWTO
  • converted Summary: in Russian from CP1251 to UTF-8
  • added description in Russian

23 january 2013 Alex Karpov <karpov at altlinux.ru> 2.0.3-alt1

  • new version
       + no more fullsrc package.

2 september 2012 Alex Karpov <karpov at altlinux.ru> 2.0.2-alt1

  • new version

15 march 2012 Alex Karpov <karpov at altlinux.ru> 2.0.0-alt1

  • new version. At last - not beta anymore!

31 january 2012 Alex Karpov <karpov at altlinux.ru> 1.3.14-alt1.3

  • russian translation updated

22 january 2012 Alex Karpov <karpov at altlinux.ru> 1.3.14-alt1.2

  • added new russian translation (bug #26841)

18 january 2012 Alex Karpov <karpov at altlinux.ru> 1.3.14-alt1.1

  • export with libav* now works

13 december 2011 Alex Karpov <karpov at altlinux.ru> 1.3.14-alt1

  • new version

9 november 2011 Alex Karpov <karpov at altlinux.ru> 1.3.13-alt2.1

  • rebuild with new libav*

25 august 2011 Alex Karpov <karpov at altlinux.ru> 1.3.13-alt2

  • fixed build (patch from Debian by Reinhard Tartler)

13 april 2011 Alex Karpov <karpov at altlinux.ru> 1.3.13-alt1

  • new version

23 november 2010 Alex Karpov <karpov at altlinux.ru> 1.3.12-alt1.1

  • disable portmixer for a while (build workaround)

2 april 2010 Alex Karpov <karpov at altlinux.ru> 1.3.12-alt1

  • new version

23 march 2010 Alex Karpov <karpov at altlinux.ru> 1.3.11-alt1

  • new version

10 december 2009 Alex Karpov <karpov at altlinux.ru> 1.3.10-alt1

  • new version

14 november 2009 Repocop Q. A. Robot <repocop at altlinux.org> 1.3.9-alt1.1.qa1

  • NMU (by repocop): the following fixes applied:
     * pixmap-in-deprecated-location for audacity
     * postclean-05-filetriggers for spec file

2 november 2009 Alex Karpov <karpov at altlinux.ru> 1.3.9-alt1.1

  • GSocket declaration conflict fixed

2 september 2009 Alex Karpov <karpov at altlinux.ru> 1.3.9-alt1

  • new version
       + build from fullsrc tarball

24 august 2009 Alex Karpov <karpov at altlinux.ru> 1.3.8-alt2.1

  • minor spec cleanup

24 august 2009 Alex Karpov <karpov at altlinux.ru> 1.3.8-alt2

  • added actual help files

14 august 2009 Alex Karpov <karpov at altlinux.ru> 1.3.8-alt1.1

  • updated build requirements
       + spec cleanup

13 august 2009 Alex Karpov <karpov at altlinux.ru> 1.3.8-alt1

  • new version

11 august 2009 Alex Karpov <karpov at altlinux.ru> 1.3.7-alt1.1

  • rebuild with new libs

27 february 2009 Alex Karpov <karpov at altlinux.ru> 1.3.7-alt1

  • now it's stable enough for alt1 release

29 january 2009 Alex Karpov <karpov at altlinux.ru> 1.3.7-alt0.1

  • 1.3.7

28 january 2009 Alex Karpov <karpov at altlinux.ru> 1.3.6-alt0.1

  • 1.3.6
       + removed obsoleted %post and %postun stuff

25 september 2008 Alex Karpov <karpov at altlinux.ru> 1.3.5-alt0.1

  • 1.3.5
       + updated build requirements

7 april 2008 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.9.2

  • added update_menus

27 march 2008 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.9.1

  • added desktopdb macros with new build requirements

24 march 2008 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.9

  • added mimedb macros

15 december 2007 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.M40.7

  • build for branch 4.0 with libtwolame

14 december 2007 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.6.1

  • build for branch 4.0 (#13689 fix)

14 november 2007 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.6.1

  • Vamp disabled for x86_64 build

14 november 2007 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.6

  • 1.3.4 release

30 october 2007 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.1

  • new 1.3.4 unofficial beta
     + required wxGTK2u-2.6.4 (#13068 and probably #11880 fix)
     + removed desktop-file patch.

20 september 2007 Alex Karpov <karpov at altlinux.ru> 1.3.3-alt0.3

  • audacity.desktop categories fixed (#12843)

5 june 2007 Alex Karpov <karpov at altlinux.ru> 1.3.3-alt0.2

  • updated build requirements (now we can find a sound device)

30 may 2007 Alex Karpov <karpov at altlinux.ru> 1.3.3-alt0.1

  • 1.3.3

20 february 2007 Alex Karpov <karpov at altlinux.ru> 1.3.2-alt0.4

  • patch for flac-1.1.3 support by Led <led@> (bug #10868)

14 december 2006 Alex Karpov <karpov at altlinux.ru> 1.3.2-alt0.3

  • fixed bug 10420

11 november 2006 Alex Karpov <karpov at altlinux.ru> 1.3.2-alt0.2

  • initial build of 1.3.x branch for Sisyphus

1 december 2005 Vladimir Lettiev <crux at altlinux.ru> 1.3.0-alt0.1

  • 1.3.0 beta ( audacity-1_3_0-branch from cvs )

22 february 2005 ALT QA Team Robot <qa-robot at altlinux.org> 1.2.3-alt1.1.1

  • Rebuilt with libflac-1.1.2-alt1

20 january 2005 ALT QA Team Robot <qa-robot at altlinux.org> 1.2.3-alt1.1

  • Rebuilt with libstdc++.so.6.

21 november 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.3-alt1

  • 1.2.3

2 september 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.2-alt1

  • 1.2.2

25 june 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.1-alt2

  • Updated patch from help file location.

12 may 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.1-alt1

  • 1.2.1

13 april 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt2

  • Updated russian translation.
  • Added russian help.
  • Fixed build with SoundTouch for gcc 3.3.3.

10 march 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt1

  • 1.2.0

14 february 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt0.9

  • 1.2.0-pre4

14 november 2003 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt0.8

  • 1.2.0-pre3
  • Fixed build on SMP systems.

7 october 2003 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt0.7

  • 1.2.0-pre2

28 september 2003 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt0.6

  • 1.2.0-pre2 testing tarball.

14 september 2003 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt0.3

  • 1.2.0-pre1

25 june 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt3

  • Fixed unmet: now requires wxGTK >= 2.4.1.

20 june 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt2

  • Rebuilt with new wxGTK.

21 march 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt1

  • 1.1.3

16 march 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt0.4

  • Rebuilt with libid3tag package.

7 march 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt0.2

  • Developers branch snapshot (CVS 20030306).
  • Temprorary without libsamplerate.

5 march 2003 Andrey Astafiev <andrei at altlinux.ru> 1.0.0-alt6

  • Rebuild with wxGTK-2.4.0

7 february 2003 Yuri N. Sedunov <aris at altlinux.ru> 1.0.0-alt5

  • Rebuild with new id3lib (3.8.2)

15 november 2002 Yuri N. Sedunov <aris at altlinux.ru> 1.0.0-alt4

  • Rebuild with new id3lib (3.8.1)

13 november 2002 Yuri N. Sedunov <aris at altlinux.ru> 1.0.0-alt3

  • Rebuild, system id3lib used.

31 july 2002 Stanislav Ievlev <inger at altlinux.ru> 1.0.0-alt2.1

  • rebuild with new vorbis

24 june 2002 Andrey Astafiev <andrei at altlinux.ru> 1.0.0-alt2

  • Fixed intersection with basesystem.

7 june 2002 Andrey Astafiev <andrei at altlinux.ru> 1.0.0-alt1

  • 1.0.0

27 may 2002 Andrey Astafiev <andrei at altlinux.ru> 1.1-alt0.1.cvs

  • cvs snapshot 20020527 of 1.1.x unstable branch especially for Daedalus.

13 february 2002 Andrey Astafiev <andrei at altlinux.ru> 0.99-alt0.1.pre1

  • cvs snapshot 20020213 with several bugfixes.
  • relocated help.

12 february 2002 Andrey Astafiev <andrei at altlinux.ru> 0.98-alt2

  • rebuild with wxGTK 2.2.x branch.

1 february 2002 Andrey Astafiev <andrei at altlinux.ru> 0.98-alt1

  • 0.98.

8 january 2002 Andrey Astafiev <andrei at altlinux.ru> 0.97-alt2

  • Fixed group tag.

11 october 2001 Andrey Astafiev <andrei at altlinux.ru> 0.97-alt1

  • First version of RPM package.l
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin