Bug 273100 - audio/pulseaudio wants speexdsp even if it disabled
Summary: audio/pulseaudio wants speexdsp even if it disabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-desktop (Team)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-13 12:28 UTC by mord0d
Modified: 2023-08-14 06:05 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments
pulseaudio-16.1_1.log (29.83 KB, text/plain)
2023-08-13 12:28 UTC, mord0d
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mord0d 2023-08-13 12:28:57 UTC
Created attachment 244049 [details]
pulseaudio-16.1_1.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-08-14 06:05:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5ff16ce3bc854b18239ec2ed18a11f02272066b

commit e5ff16ce3bc854b18239ec2ed18a11f02272066b
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-08-14 06:02:55 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-08-14 06:04:50 +0000

    audio/pulseaudio: fix typo in SPEEX option handling

    b1ecad53b0b32916e5db596b26334db8015e4299 introduced a small typo:
    MESONP_ENABLED vs MESON_ENABLED.
    This lead to the speex-option not being able to turned off.

    Reported by:    mord0d@firemail.cc
    PR:             273100

 audio/pulseaudio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2023-08-14 06:05:38 UTC
Moin moin 

Thanks for the report, this should be fixed now.

mfg Tobias