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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 763E315808B for ; Thu, 7 Apr 2022 20:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7DBE0CCC; Thu, 7 Apr 2022 20:00:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C971FE0CCC for ; Thu, 7 Apr 2022 20:00:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 911033415C0 for ; Thu, 7 Apr 2022 20:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB9D177 for ; Thu, 7 Apr 2022 20:00:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649361635.de5f605d3886ad9d076de0f0e777a5b4869b6af3.sam@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.0-r1.ebuild media-libs/libvmaf/libvmaf-2.3.0.ebuild X-VCS-Directories: media-libs/libvmaf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de5f605d3886ad9d076de0f0e777a5b4869b6af3 X-VCS-Branch: master Date: Thu, 7 Apr 2022 20:00:48 +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: 2055d701-c53c-4fee-9c30-7ed97b186ee1 X-Archives-Hash: 29bc1ff9bf6b9c275fbcfddb90412ecd commit: de5f605d3886ad9d076de0f0e777a5b4869b6af3 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Mon Mar 28 19:09:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 7 20:00:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5f605d media-libs/libvmaf: add bdep to embed models within the shared libs Correct fix for Bug https://bugs.gentoo.org/835471 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/24796 Signed-off-by: Sam James gentoo.org> .../libvmaf/{libvmaf-2.3.0.ebuild => libvmaf-2.3.0-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/libvmaf/libvmaf-2.3.0.ebuild b/media-libs/libvmaf/libvmaf-2.3.0-r1.ebuild similarity index 78% rename from media-libs/libvmaf/libvmaf-2.3.0.ebuild rename to media-libs/libvmaf/libvmaf-2.3.0-r1.ebuild index 7adc3c9eca99..63d25edd6015 100644 --- a/media-libs/libvmaf/libvmaf-2.3.0.ebuild +++ b/media-libs/libvmaf/libvmaf-2.3.0-r1.ebuild @@ -21,12 +21,13 @@ fi LICENSE="BSD-2-with-patent" SLOT="0" -# upstream issue, see bug #835471 -RESTRICT="test" - BDEPEND=" dev-lang/nasm + app-editors/vim-core " +# The app-editors/vim-core dep is needed to embed models within the library +# could be made into a useflag if someones express the need for it +# see https://github.com/Netflix/vmaf/blob/master/libvmaf/meson_options.txt#L21 RDEPEND="${BDEPEND}"