From a0a76e7262deff97dcf1eab93193afba15ce64f1 Mon Sep 17 00:00:00 2001 From: Jimi Huotari Date: Thu, 29 Dec 2016 10:31:03 +0200 Subject: [PATCH] media-video/obs-studio: Override detected version for non-git builds. 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 --- media-video/obs-studio/obs-studio-17.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/obs-studio/obs-studio-17.0.0.ebuild b/media-video/obs-studio/obs-studio-17.0.0.ebuild index 678d13dc8d77..442d10f66ca1 100644 --- a/media-video/obs-studio/obs-studio-17.0.0.ebuild +++ b/media-video/obs-studio/obs-studio-17.0.0.ebuild @@ -69,7 +69,8 @@ src_configure() { -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 -- 2.26.2