The upstream CMake configuration always sets the software version to
0.0.1, when there is no '.git' directory found. It seems upstream
accepted, and implemented a variable to fix this.
Upstream-Bug: https://github.com/jp9000/obs-studio/pull/349
Additionally, add quotes for '-DUNIX_STRUCTURE' for consistency.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-DDISABLE_V4L2="$(usex !v4l)"
-DLIBOBS_PREFER_IMAGEMAGICK="$(usex imagemagick)"
-DOBS_MULTIARCH_SUFFIX="${libdir#lib}"
- -DUNIX_STRUCTURE=1
+ -DOBS_VERSION_OVERRIDE="${PV}"
+ -DUNIX_STRUCTURE="1"
)
cmake-utils_src_configure