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 935431382C5 for ; Sat, 13 Mar 2021 21:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC92EE0830; Sat, 13 Mar 2021 21:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D7C3AE0830 for ; Sat, 13 Mar 2021 21:48:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 038BA335D98 for ; Sat, 13 Mar 2021 21:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C5D813B for ; Sat, 13 Mar 2021 21:48:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1615672109.03700b18be81d8269a3632656e72935943103592.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cheese/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/cheese/files/cheese-3.38.0-buildfix.patch X-VCS-Directories: media-video/cheese/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 03700b18be81d8269a3632656e72935943103592 X-VCS-Branch: master Date: Sat, 13 Mar 2021 21:48:47 +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: c2816b2f-d10a-4da5-b5a6-ebc30ace0a51 X-Archives-Hash: 105f1fee8afc4d81c8198fcb45d60dfa commit: 03700b18be81d8269a3632656e72935943103592 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 13 21:47:41 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 13 21:48:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03700b18 media-video/cheese: Add missing patch Closes: https://bugs.gentoo.org/775866 Signed-off-by: Matt Turner gentoo.org> media-video/cheese/files/cheese-3.38.0-buildfix.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/media-video/cheese/files/cheese-3.38.0-buildfix.patch b/media-video/cheese/files/cheese-3.38.0-buildfix.patch new file mode 100644 index 00000000000..a7d685e6862 --- /dev/null +++ b/media-video/cheese/files/cheese-3.38.0-buildfix.patch @@ -0,0 +1,17 @@ +diff --git a/meson.build b/meson.build +index 7ef4075f..36638472 100644 +--- a/meson.build ++++ b/meson.build +@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency( + # Recommend some runtime GStreamer plugins. + gst_inspect = find_program('gst-inspect-1.0', required: false) + if gst_inspect.found() +- foreach plugin: ['camerabin', 'vp8enc', 'webmmux'] +- if run_command(gst_inspect, plugin).returncode() != 0 +- warning(plugin + ' was not found. It needs to be installed before Cheese is run') +- endif +- endforeach ++ warning('unable to check for runtime GStreamer plugin dependencies due to Gentoo\'s sandbox: camerabin, vp8enc, webmmux') + else + warning('unable to check for runtime GStreamer plugin dependencies') + endif