summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/audacity: Stabilize 3.4.2-r1 x86, #932083Matoro Mahri2024-05-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/audacity: Stabilize 3.4.2-r1 amd64, #932083Sam James2024-05-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: remove unused patchesMichael Mair-Keimberger2024-04-173-226/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-sound/audacity: restore stable 3.3.3Ionen Wolkens2024-04-171-0/+243
| | | | | | | | | | | Glancing over the PR, seems de-stabilizing git mv'ed 3.3.3-r1 was an afterthought and it resulted in removing the stable 3.3.3. Seems doubtful dropping stable users back to audacity-2 while waiting for 3.4.2 stable was the intended outcome. Fixes: 72e8c24fcd0beb997a88f7d185a02a212abafe37 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/audacity: fix various issuesAliaksei Urbanski2024-04-167-33/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flac USE flag was mistakenly used instead of the opus USE flag for configuring. Also, Audacity 3.4.2 introduced a brand new USE_OPUSFILE option which must be set properly. These changes: - fix the opus USE flag - add proper REQUIRED_USE - replace media-sound/mpg123 with media-sound/mpg123-base - move dev-libs/rapidjson from RDEPEND to DEPEND - fix missing `#include <limits>` for 2.4.2-r4 - limit media-video/ffmpeg to <5 for 2.4.2-r4 - add x11-base/xorg-proto to DEPEND - add some ASM to BDEPEND - add audacity-3.4.2-audiocom-std-string.patch to PATCHES for 3.3.3-r1 - add audacity-2.4.2-fix-libflac-undefined-references.patch to PATCHES for 2.4.2-r4 - reset KEYWORDS for 2.4.2-r4 and 3.3.3-r1 Closes: https://bugs.gentoo.org/741969 Closes: https://bugs.gentoo.org/884747 Closes: https://bugs.gentoo.org/910723 Closes: https://bugs.gentoo.org/922595 Closes: https://bugs.gentoo.org/927659 Closes: https://github.com/gentoo/gentoo/pull/35903 Co-authored-by: Matthew White <mehw.is.me@inventati.org> Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-sound/audacity: fix build with USE="-lv2" in 3.4.2Aliaksei Urbanski2024-04-022-0/+39
| | | | | | | | | | | Due to a bug in the upstream, Audacity 3.4.2 can't be built with USE="-lv2". At the same time, there is a fix available in the upstream. Closes: https://bugs.gentoo.org/928380 Co-authored-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35887 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: drop 3.2.5-r1Azamat H. Hackimov2024-03-234-324/+0
| | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35414 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: add 3.4.2, update 9999Azamat H. Hackimov2024-03-234-50/+295
| | | | | | | | Closes: https://bugs.gentoo.org/916782 Closes: https://bugs.gentoo.org/920363 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: add myself as maintainer (again)Matthew White2024-03-211-0/+4
| | | | | | | | | | | | | | | | Adding myself as maintainer again after fixing my bugzilla account's email address. See also: 77348568b0bfd1713c2589ef756dae7f3fa0df5c 0709977edc2401e81a05f30dcce909bb855407e1 https://github.com/gentoo/gentoo/pull/32128#pullrequestreview-1651803940 https://github.com/gentoo/gentoo/pull/32128#issuecomment-1742335121 https://github.com/gentoo/gentoo/pull/33155#issuecomment-1745134157 Signed-off-by: Matthew White <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/35523 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: mark as LTO-unsafe, strict-aliasing unsafeEli Schwartz2024-03-052-2/+16
| | | | | | | | | | Bug report says ODR violations, but I could not reproduce since I hit strict-aliasing issues first. I'm assuming both are an issue, but on the other hand either one is a good reason to turn off LTO. Closes: https://bugs.gentoo.org/915226 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: bound dev-cpp/catch test depMatoro Mahri2024-01-162-2/+2
| | | | | | | | See: https://github.com/audacity/audacity/issues/5771 See: https://github.com/audacity/audacity/discussions/5841#discussioncomment-8140537 Bug: https://bugs.gentoo.org/916258 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/audacity: update live ebuildMatoro Mahri2024-01-161-2/+4
| | | | | | | Bug: https://bugs.gentoo.org/916258 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34829 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: wire up testsMatoro Mahri2024-01-163-12/+67
| | | | | | | | | Patch not submitted upstream yet. See: https://github.com/audacity/audacity/discussions/5841 Bug: https://bugs.gentoo.org/916258 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: backport PCH fixSam James2024-01-112-4/+4
| | | | | | | Backport 986e00639a6bd9ca0d650743941a1d7e6b903821. Bug: https://bugs.gentoo.org/921731 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: disable PCH harderSam James2024-01-112-4/+4
| | | | | | | | | | | The build system handles its "config.h" header in an unusual way, where it passes -include via CMake as long as PCH is disabled. But it only checks its own build system option, not the standard CMake option to force off PCH, so we started getting build failures w/ the recent cmake.eclass change to pass the latter. Closes: https://bugs.gentoo.org/921731 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: Stabilize 3.3.3 ppc64, #916258Arthur Zamarin2023-12-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-sound/audacity: Stabilize 3.3.3 amd64, #916258Sam James2023-12-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: unkeyword 2.4.2-r3 for ~mipsMatoro Mahri2023-12-141-1/+1
| | | | | | Closes: https://bugs.gentoo.org/891517 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/audacity: Keyword 3.3.3 ppc64, #891517Matoro Mahri2023-12-121-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* media-sound/audacity: Keyword 3.3.3 x86, #891517Matoro Mahri2023-12-051-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/audacity: Keyword 3.3.3 arm64, #891517Sam James2023-12-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: drop maintainer without a bugzilla accountMike Gilbert2023-10-031-4/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* media-sound/audacity: add myself as maintainerMatthew White2023-10-021-0/+4
| | | | | | Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/33155 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: style tweaks, add upstream refsSam James2023-09-254-2/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity-3.3.3: version bump and new 9999 ebuildMatthew White2023-09-259-0/+760
| | | | | | | | | | | | NOTE: Upstream planned the removal of libmad support with the merge of the https://github.com/audacity/audacity/pull/4384 PR. Closes: https://bugs.gentoo.org/906959 Closes: https://bugs.gentoo.org/910398 Package-Manager: portage-3.0.49-r1 Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/32129 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: fix gettext 0.22 breakageDavid Seifert2023-06-302-0/+39
| | | | | Closes: https://bugs.gentoo.org/909201 Signed-off-by: David Seifert <soap@gentoo.org>
* media-sound/audacity: update HOMEPAGEMichael Mair-Keimberger2023-06-192-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: remove unused patchMichael Mair-Keimberger2023-06-081-25/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31348 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: dropped obsolete 3.2.5Miroslav Šulc2023-06-071-226/+0
| | | | | Bug: https://bugs.gentoo.org/907938 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: Stabilize 3.2.5-r1 amd64, #907938Arthur Zamarin2023-06-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-sound/audacity: fix build w/ gcc 13Sam James2023-05-062-0/+283
| | | | | Closes: https://bugs.gentoo.org/903771 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: dropped obsolete 3.2.4Miroslav Šulc2023-05-012-225/+0
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: Stabilize 3.2.5 amd64, #898520Arthur Zamarin2023-05-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-sound/audacity: add partial GCC 13 fixSam James2023-04-152-0/+28
| | | | | Closes: https://bugs.gentoo.org/899764 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: bump to 3.2.5Miroslav Šulc2023-03-022-0/+225
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: bug-fix bump to 3.2.4 + eapi8 + dep versions cleanup, ↵Miroslav Šulc2023-01-292-6/+6
| | | | | | dropped 3.2.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: Keyword 3.2.3 riscv, #891517Arsen Arsenović2023-01-211-1/+1
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* media-sound/audacity: add 3.2.3Arsen Arsenović2023-01-208-2/+541
| | | | | | | | | | | This update also links against system portaudio. Keywords dropped to ~amd64 due to media-libs/portsmf. Closes: https://bugs.gentoo.org/777366 Closes: https://bugs.gentoo.org/822978 Closes: https://github.com/gentoo/gentoo/pull/28715 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* media-sound/audacity: add media-libs/flac subslot depSam James2022-09-101-2/+2
| | | | | | media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: use <pkg> tag in metadata.xmlPetr Vaněk2022-08-261-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: keyword ~riscvYixun Lan2021-09-221-1/+1
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-sound/audacity: add missing slot operator dep (libid3tag)Sam James2021-08-161-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-sound/audacity: removed obsolete 2.2.2 and 2.3.3Miroslav Šulc2020-09-198-589/+0
| | | | | | | | | | Closes: https://bugs.gentoo.org/699946 Closes: https://bugs.gentoo.org/646820 Closes: https://bugs.gentoo.org/618326 Closes: https://bugs.gentoo.org/626586 Closes: https://bugs.gentoo.org/632712 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: amd64 stable wrt bug #740054Agostino Sarubbo2020-09-181-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/audacity: stable 2.4.2-r1 for ppcSergei Trofimovich2020-09-131-1/+1
| | | | | | | | stable wrt bug #740054 Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-sound/audacity: stable 2.4.2-r1 for ppc64Sergei Trofimovich2020-09-091-1/+1
| | | | | | | | stable wrt bug #740054 Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-sound/audacity: fixed compilation of 2.4.2-r1Miroslav Šulc2020-09-071-0/+4
| | | | | | Closes: https://bugs.gentoo.org/738830 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/audacity: keyworded 2.4.2-r1 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | keyworded wrt bug #740052 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>