Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822978 - media-sound/audacity: does not build against system portaudio
Summary: media-sound/audacity: does not build against system portaudio
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-11-10 22:20 UTC by Jason A. Donenfeld
Modified: 2023-01-20 22:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)