commit: a0a76e7262deff97dcf1eab93193afba15ce64f1 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Thu Dec 29 08:31:03 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Dec 29 12:25:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a76e72
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 678d13d..442d10f 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
