Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797241 - media-libs/portaudio-19.7.0 version bump
Summary: media-libs/portaudio-19.7.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-20 23:58 UTC by gerion
Modified: 2021-06-21 10:50 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 gerion 2021-06-20 23:58:41 UTC
Portaudio has release a new version in April: https://github.com/PortAudio/portaudio/releases/tag/v19.7.0

This is especially important, since Portaudio 19.06 segfaults when used together with Pipewire.

This seems to be fixed in: https://github.com/PortAudio/portaudio/pull/504

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-06-21 00:41:38 UTC
The bug has been closed via the following commit(s):

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

commit a08c8635572f9b5dd90a4a83af02740687731e43
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-21 00:10:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-21 00:41:29 +0000

    media-libs/portaudio: add 19.07.00
    
    Closes: https://bugs.gentoo.org/797241
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/portaudio/portaudio-19.07.00.ebuild | 75 ++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-06-21 01:52:19 UTC
Thanks!
Comment 3 gerion 2021-06-21 10:26:12 UTC
Maybe I'm missing something, but it looks, like the new ebuild installs 19.6, too.

At least the fetch URL is http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz

For 19.07, I got from upstream:
http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz

Furthermore the patches for 19.06 do not apply for me with the 19.7 upstream code.
Comment 4 Larry the Git Cow gentoo-dev 2021-06-21 10:37:15 UTC
The bug has been closed via the following commit(s):

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

commit ffef2581e1497b4250a4b4a8fd5d3ba1eccc6458
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-21 10:36:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-21 10:37:07 +0000

    media-libs/portaudio: use correct distfile for 19.07.00
    
    Use a template to avoid this happening again.
    
    Closes: https://bugs.gentoo.org/797241
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/portaudio/Manifest                                  |  1 +
 ...{portaudio-19.07.00.ebuild => portaudio-19.07.00-r1.ebuild} | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)
Comment 5 Larry the Git Cow gentoo-dev 2021-06-21 10:46:07 UTC
The bug has been referenced in the following commit(s):

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

commit da74ff7556c012cc0be60d95504323a68add08d1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-21 10:45:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-21 10:46:00 +0000

    media-libs/portaudio: add Audacity patch from Fedora
    
    Bug: https://bugs.gentoo.org/797241
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/portaudio/Manifest                                       | 1 +
 .../{portaudio-19.07.00-r1.ebuild => portaudio-19.07.00-r2.ebuild}  | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 6 gerion 2021-06-21 10:50:39 UTC
Thank you! :)