Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910361 - media-video/obs-studio-9999: Could NOT find VPL (missing: VPL_LIB VPL_INCLUDE_DIR)
Summary: media-video/obs-studio-9999: Could NOT find VPL (missing: VPL_LIB VPL_INCLUDE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Chiitoo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-14 17:38 UTC by Kostadin Shishmanov
Modified: 2023-07-17 21:45 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 Kostadin Shishmanov 2023-07-14 17:38:07 UTC
Since commit https://github.com/obsproject/obs-studio/commit/c6b470de9a691adabb50221a6bb4d0289f81d6df QSV/VPL supported has been added and (enabled by default I think?) so the ebuild needs a bit of rework.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find VPL (missing: VPL_LIB VPL_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/Modules/FindVPL.cmake:29 (find_package_handle_standard_args)
  plugins/obs-qsv11/cmake/legacy.cmake:101 (find_package)
  cmake/Modules/ObsHelpers.cmake:519 (include)
  plugins/obs-qsv11/CMakeLists.txt:3 (legacy_check)
Comment 1 Chiitoo gentoo-dev 2023-07-17 21:19:18 UTC
Yep, will fix soon.

Thanks!
Comment 2 Larry the Git Cow gentoo-dev 2023-07-17 21:45:36 UTC
The bug has been closed via the following commit(s):

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

commit e6f0b8e44a3e6c41b643b9d99aea83986cfe2a8e
Author:     Jimi Huotari <chiitoo@gentoo.org>
AuthorDate: 2023-07-17 21:21:58 +0000
Commit:     Jimi Huotari <chiitoo@gentoo.org>
CommitDate: 2023-07-17 21:45:29 +0000

    media-video/obs-studio: add USE="qsv"
    
    Closes: https://bugs.gentoo.org/910361
    Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>

 media-video/obs-studio/metadata.xml           | 1 +
 media-video/obs-studio/obs-studio-9999.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)