Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 822978

Summary: media-sound/audacity: does not build against system portaudio
Product: Gentoo Linux Reporter: Jason A. Donenfeld <zx2c4>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: normal CC: richard
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/28715
Whiteboard:
Package list:
Runtime testing required: ---

Description Jason A. Donenfeld gentoo-dev 2021-11-10 22:20:42 UTC
It looks like the latest audacity in the tree, audacity-2.4.2-r2, always builds against its included portaudio, and doesn't use the system library.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-01-20 22:18:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e46d7319ae344ddd180417ff380bcda495d9a8

commit 75e46d7319ae344ddd180417ff380bcda495d9a8
Author:     Arsen Arsenović <arsen@gentoo.org>
AuthorDate: 2023-01-20 21:25:40 +0000
Commit:     Arsen Arsenović <arsen@gentoo.org>
CommitDate: 2023-01-20 22:15:48 +0000

    media-sound/audacity: add 3.2.3
    
    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/Manifest                      |   3 +
 media-sound/audacity/audacity-3.2.3.ebuild         | 223 +++++++++++++++++++++
 ...y-3.2.3-allow-finding-rapidjson-pkgconfig.patch |  24 +++
 ...audacity-3.2.3-allow-overriding-alsa-jack.patch |  48 +++++
 .../files/audacity-3.2.3-disable-ccache.patch      |  33 +++
 .../audacity/files/audacity-3.2.3-fix-rpaths.patch | 144 +++++++++++++
 .../audacity-3.2.3-remove-conan-threadpool.patch   |  58 ++++++
 media-sound/audacity/metadata.xml                  |  10 +-
 8 files changed, 541 insertions(+), 2 deletions(-)