Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37507774
en ru br
ALT Linux repositórios
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

Outros repositórios
Upstream:1.3.4

Group :: Som
RPM: audacity

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

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

  • Update ffmpeg dependencies to 6.0

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

  • 3.3.3

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

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

24 maio 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 maio 2023 Ivan A. Melnikov <iv at altlinux.org> 3.3.2-alt1

  • 3.3.2
  • build with wavpack and w/o vst3sdk

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

  • new version 3.1.3
  • build with wxGTK3.2

10 março 2022 Michael Shigorin <mike at altlinux.org> 3.1.2-alt2

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

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

  • fixed build for Elbrus (ilyakurdyukov@)

30 maio 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 dezembro 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 novembro 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 outubro 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 agosto 2019 Anton Midyukov <antohami at altlinux.org> 2.3.2-alt2

  • fix build with wxGTK 3.1.2 (Thanks Mikhail Novosyolov)

14 maio 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 abril 2019 Ivan A. Melnikov <iv at altlinux.org> 2.3.1-alt2

  • Fix build on mipsel.

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

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

18 fevereiro 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 janeiro 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 dezembro 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 novembro 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 março 2018 Andrew Savchenko <bircoph at altlinux.org> 2.1.1-alt3

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

17 março 2018 Michael Shigorin <mike at altlinux.org> 2.1.1-alt2

  • disable SSE for non-x86
  • enable parallel build

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

  • Updated build to support gcc-6

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

  • rebuilt against libSoundTouch.so.1

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

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

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

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

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

  • Rebuilt for gcc5 C++11 ABI.

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

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

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

  • Restored in Sisyphus

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

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

7 janeiro 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 janeiro 2013 Alex Karpov <karpov at altlinux.ru> 2.0.3-alt1

  • new version
       + no more fullsrc package.

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

  • new version

15 março 2012 Alex Karpov <karpov at altlinux.ru> 2.0.0-alt1

  • new version. At last - not beta anymore!

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

  • russian translation updated

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

  • added new russian translation (bug #26841)

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

  • export with libav* now works

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

  • new version

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

  • rebuild with new libav*

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

  • fixed build (patch from Debian by Reinhard Tartler)

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

  • new version

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

  • disable portmixer for a while (build workaround)

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

  • new version

23 março 2010 Alex Karpov <karpov at altlinux.ru> 1.3.11-alt1

  • new version

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

  • new version

14 novembro 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 novembro 2009 Alex Karpov <karpov at altlinux.ru> 1.3.9-alt1.1

  • GSocket declaration conflict fixed

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

  • new version
       + build from fullsrc tarball

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

  • minor spec cleanup

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

  • added actual help files

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

  • updated build requirements
       + spec cleanup

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

  • new version

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

  • rebuild with new libs

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

  • now it's stable enough for alt1 release

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

  • 1.3.7

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

  • 1.3.6
       + removed obsoleted %post and %postun stuff

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

  • 1.3.5
       + updated build requirements

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

  • added update_menus

27 março 2008 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.9.1

  • added desktopdb macros with new build requirements

24 março 2008 Alex Karpov <karpov at altlinux.ru> 1.3.4-alt0.9

  • added mimedb macros

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

  • build for branch 4.0 with libtwolame

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

  • build for branch 4.0 (#13689 fix)

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

  • Vamp disabled for x86_64 build

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

  • 1.3.4 release

30 outubro 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 setembro 2007 Alex Karpov <karpov at altlinux.ru> 1.3.3-alt0.3

  • audacity.desktop categories fixed (#12843)

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

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

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

  • 1.3.3

20 fevereiro 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 dezembro 2006 Alex Karpov <karpov at altlinux.ru> 1.3.2-alt0.3

  • fixed bug 10420

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

  • initial build of 1.3.x branch for Sisyphus

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

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

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

  • Rebuilt with libflac-1.1.2-alt1

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

  • Rebuilt with libstdc++.so.6.

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

  • 1.2.3

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

  • 1.2.2

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

  • Updated patch from help file location.

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

  • 1.2.1

13 abril 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 março 2004 Andrey Astafiev <andrei at altlinux.ru> 1.2.0-alt1

  • 1.2.0

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

  • 1.2.0-pre4

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

  • 1.2.0-pre3
  • Fixed build on SMP systems.

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

  • 1.2.0-pre2

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

  • 1.2.0-pre2 testing tarball.

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

  • 1.2.0-pre1

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

  • Fixed unmet: now requires wxGTK >= 2.4.1.

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

  • Rebuilt with new wxGTK.

21 março 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt1

  • 1.1.3

16 março 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt0.4

  • Rebuilt with libid3tag package.

7 março 2003 Andrey Astafiev <andrei at altlinux.ru> 1.1.3-alt0.2

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

5 março 2003 Andrey Astafiev <andrei at altlinux.ru> 1.0.0-alt6

  • Rebuild with wxGTK-2.4.0

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

  • Rebuild with new id3lib (3.8.2)

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

  • Rebuild with new id3lib (3.8.1)

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

  • Rebuild, system id3lib used.

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

  • rebuild with new vorbis

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

  • Fixed intersection with basesystem.

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

  • 1.0.0

27 maio 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 fevereiro 2002 Andrey Astafiev <andrei at altlinux.ru> 0.99-alt0.1.pre1

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

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

  • rebuild with wxGTK 2.2.x branch.

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

  • 0.98.

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

  • Fixed group tag.

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

  • First version of RPM package.l
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009