Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892988 - media-libs/libva-9999 Always build with va-messaging API
Summary: media-libs/libva-9999 Always build with va-messaging API
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: VA-API Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-03 07:36 UTC by jospezial
Modified: 2023-02-04 22:12 UTC (History)
0 users

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 jospezial 2023-02-03 07:36:09 UTC
https://github.com/intel/libva/commit/b52c08a397214dc2b382de34c75a27c972b20511

Please remove -Denable_va_messaging=true from the ebuild.

fixes
../libva-9999/meson.build:8:0: ERROR: Unknown options: "enable_va_messaging"
Comment 1 Larry the Git Cow gentoo-dev 2023-02-04 22:12:17 UTC
The bug has been closed via the following commit(s):

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

commit 21858122678038d5c3a2b230962caf07ec166e2c
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2023-02-04 22:10:06 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-02-04 22:10:06 +0000

    media-libs/libva: drop enable_va_messaging
    
    VA messaging is now always enabled, so dropping it, as Meson will
    otherwise complain, that this option does not exist.
    
    Closes: https://bugs.gentoo.org/892988
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 media-libs/libva/libva-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)