From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B2B91580B9 for ; Sun, 22 Aug 2021 17:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2976AE0866; Sun, 22 Aug 2021 17:42:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25166E0866 for ; Sun, 22 Aug 2021 17:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3D58340CD7 for ; Sun, 22 Aug 2021 17:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D2DA8CB for ; Sun, 22 Aug 2021 17:42:09 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629653961.6d711b59b3463af9c5765d6e6ec28d3444989686.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/qmplay2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/qmplay2/qmplay2-9999.ebuild X-VCS-Directories: media-video/qmplay2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6d711b59b3463af9c5765d6e6ec28d3444989686 X-VCS-Branch: master Date: Sun, 22 Aug 2021 17:42:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43b37f28-0d23-488b-bb17-cc18a515b5be X-Archives-Hash: 08552f27672b8fd980e2c72d96b90b99 commit: 6d711b59b3463af9c5765d6e6ec28d3444989686 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 22 17:35:43 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 22 17:39:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d711b59 media-video/qmplay2: update live version Signed-off-by: Arthur Zamarin gentoo.org> media-video/qmplay2/qmplay2-9999.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/media-video/qmplay2/qmplay2-9999.ebuild b/media-video/qmplay2/qmplay2-9999.ebuild index b626780caa0..d6a9054ddf1 100644 --- a/media-video/qmplay2/qmplay2-9999.ebuild +++ b/media-video/qmplay2/qmplay2-9999.ebuild @@ -124,15 +124,10 @@ src_configure() { -DUSE_MPRIS2=$(usex extensions) ) - # find and link vulkan libs permanently - if use vulkan; then - mycmakeargs+=( -DQMVK_FIND_VULKAN=true ) - fi - if [[ ${PV} == *9999 ]]; then - mycmakeargs+=( USE_GIT_VERSION=true ) + mycmakeargs+=( -DUSE_GIT_VERSION=true ) else - mycmakeargs+=( USE_GIT_VERSION=false ) + mycmakeargs+=( -DUSE_GIT_VERSION=false ) fi cmake_src_configure