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 7415115808B for ; Sun, 20 Mar 2022 13:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8322EE07F0; Sun, 20 Mar 2022 13:13:18 +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 06506E07F0 for ; Sun, 20 Mar 2022 13:13:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5B9B342D3A for ; Sun, 20 Mar 2022 13:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A6BD0 for ; Sun, 20 Mar 2022 13:13:14 +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: <1647781990.e1a384d7fbc363763d919d7b6a6e9ff92ee991e2.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.0.ebuild X-VCS-Directories: media-libs/libvmaf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e1a384d7fbc363763d919d7b6a6e9ff92ee991e2 X-VCS-Branch: master Date: Sun, 20 Mar 2022 13:13:14 +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: 73a71b2d-c3ec-4374-a815-9b481ffba7c7 X-Archives-Hash: d93c362fd803123ac47fbe62fd6bbab3 commit: e1a384d7fbc363763d919d7b6a6e9ff92ee991e2 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Thu Mar 17 10:05:42 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Mar 20 13:13:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a384d7 media-libs/libvmaf: prevent installation of static libs Closes: https://bugs.gentoo.org/835458 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Signed-off-by: Joonas Niilola gentoo.org> media-libs/libvmaf/libvmaf-2.3.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-libs/libvmaf/libvmaf-2.3.0.ebuild b/media-libs/libvmaf/libvmaf-2.3.0.ebuild index 33cbad2ec7f4..289a427e83d2 100644 --- a/media-libs/libvmaf/libvmaf-2.3.0.ebuild +++ b/media-libs/libvmaf/libvmaf-2.3.0.ebuild @@ -34,6 +34,11 @@ multilib_src_configure() { meson_src_configure } +multilib_src_install() { + meson_src_install + find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die +} + multilib_src_install_all() { einstalldocs