Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893254 - media-video/obs-studio-29.0.0-r1 with -wayland pulls in wayland packages
Summary: media-video/obs-studio-29.0.0-r1 with -wayland pulls in wayland packages
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Chiitoo
URL: http://dpaste.com/4VDZHMCYH
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-05 06:04 UTC by René Kjellerup
Modified: 2023-02-05 19:21 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 René Kjellerup 2023-02-05 06:04:42 UTC
trying to build obs-studio with without wayland not sure why it would pull in wayland. 

[ebuild  N     ] dev-util/wayland-scanner-1.21.0::gentoo  221 KiB
[ebuild  N     ] dev-libs/wayland-1.21.0-r1::gentoo  USE="-doc -test" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U ~] media-video/obs-studio-29.0.0-r1::gentoo [27.2.3::gentoo] USE="alsa browser decklink fdk lua nvenc pulseaudio python ssl truetype v4l vlc websocket%* -jack -pipewire (-qt6) -speex -wayland" LUA_SINGLE_TARGET="luajit" PYTHON_SINGLE_TARGET="python3_10* -python3_9* -python3_11% (-python3_8%)" 157,219 KiB

Reproducible: Always

Steps to Reproduce:
1. USE=-wayland emerge -1av obs-studio
2. see wayland and wayland-scanner is going to be build too
Actual Results:  
[ebuild  N     ] dev-util/wayland-scanner-1.21.0::gentoo  221 KiB
[ebuild  N     ] dev-libs/wayland-1.21.0-r1::gentoo  USE="-doc -test" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U ~] media-video/obs-studio-29.0.0-r1::gentoo [27.2.3::gentoo] USE="alsa browser decklink fdk lua nvenc pulseaudio python ssl truetype v4l vlc websocket%* -jack -pipewire (-qt6) -speex -wayland" LUA_SINGLE_TARGET="luajit" PYTHON_SINGLE_TARGET="python3_10* -python3_9* -python3_11% (-python3_8%)" 157,219 KiB

Expected Results:  
[ebuild     U ~] media-video/obs-studio-29.0.0-r1::gentoo [27.2.3::gentoo] USE="alsa browser decklink fdk lua nvenc pulseaudio python ssl truetype v4l vlc websocket%* -jack -pipewire (-qt6) -speex -wayland" LUA_SINGLE_TARGET="luajit" PYTHON_SINGLE_TARGET="python3_10* -python3_9* -python3_11% (-python3_8%)" 157,219 KiB
Comment 1 Emily Rowlands 2023-02-05 12:58:48 UTC
Looks like dev-libs/wayland is pulled in with USE=browser.
Comment 2 Chiitoo gentoo-dev 2023-02-05 19:21:36 UTC
Yeah, as mentioned, it is a dependency of USE="browser".

Closing this up as this is the expected behaviour.

Thanks for the report!