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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4103A158089 for ; Fri, 6 Oct 2023 12:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54DBE2BC024; Fri, 6 Oct 2023 12:46:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 350D82BC024 for ; Fri, 6 Oct 2023 12:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40BA9335D21 for ; Fri, 6 Oct 2023 12:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDB899C8 for ; Fri, 6 Oct 2023 12:46:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1696596409.a60f5c7ddca19d3168420ec4370b760408906ae5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvmaf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvmaf/libvmaf-2.3.1.ebuild media-libs/libvmaf/libvmaf-9999.ebuild X-VCS-Directories: media-libs/libvmaf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a60f5c7ddca19d3168420ec4370b760408906ae5 X-VCS-Branch: master Date: Fri, 6 Oct 2023 12:46:52 +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: c7484f34-4a1d-4993-994a-4188b1983a3d X-Archives-Hash: a83b599c026479978117c9b6b755e838 commit: a60f5c7ddca19d3168420ec4370b760408906ae5 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Tue Aug 22 16:06:15 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 6 12:46:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60f5c7d media-libs/libvmaf: add 9999 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/32412 Signed-off-by: Joonas Niilola gentoo.org> media-libs/libvmaf/libvmaf-2.3.1.ebuild | 2 +- media-libs/libvmaf/{libvmaf-2.3.1.ebuild => libvmaf-9999.ebuild} | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/media-libs/libvmaf/libvmaf-2.3.1.ebuild b/media-libs/libvmaf/libvmaf-2.3.1.ebuild index c1900850a167..751393e00c9f 100644 --- a/media-libs/libvmaf/libvmaf-2.3.1.ebuild +++ b/media-libs/libvmaf/libvmaf-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/media-libs/libvmaf/libvmaf-2.3.1.ebuild b/media-libs/libvmaf/libvmaf-9999.ebuild similarity index 90% copy from media-libs/libvmaf/libvmaf-2.3.1.ebuild copy to media-libs/libvmaf/libvmaf-9999.ebuild index c1900850a167..a5fc3721b828 100644 --- a/media-libs/libvmaf/libvmaf-2.3.1.ebuild +++ b/media-libs/libvmaf/libvmaf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,11 @@ BDEPEND=" RDEPEND="${BDEPEND}" -S="${WORKDIR}/vmaf-${PV}" +if [[ ${PV} == "9999" ]]; then + S="${WORKDIR}/libvmaf-${PV}" +else + S="${WORKDIR}/vmaf-${PV}" +fi src_prepare() { default