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 58DA2158008 for ; Fri, 16 Jun 2023 20:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82CF9E095D; Fri, 16 Jun 2023 20:24:29 +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 64A58E095D for ; Fri, 16 Jun 2023 20:24:29 +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 3870F340B66 for ; Fri, 16 Jun 2023 20:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA920A8F for ; Fri, 16 Jun 2023 20:24:26 +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: <1686947063.1f94aef5ba5d8f9aa8fe11fbdfbed107751204cd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-video-effects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gnome-video-effects/Manifest media-video/gnome-video-effects/gnome-video-effects-0.6.0.ebuild X-VCS-Directories: media-video/gnome-video-effects/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1f94aef5ba5d8f9aa8fe11fbdfbed107751204cd X-VCS-Branch: master Date: Fri, 16 Jun 2023 20:24:26 +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: 871be26b-4d30-4e1a-8f64-4a028c84d082 X-Archives-Hash: a8767ba6906a7647ee03bc469bac5f12 commit: 1f94aef5ba5d8f9aa8fe11fbdfbed107751204cd Author: Guillermo Joandet gmail com> AuthorDate: Wed Jun 14 12:04:00 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 16 20:24:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f94aef5 media-video/gnome-video-effects: Version bump to 0.6.0 Closes: https://github.com/gentoo/gentoo/pull/31435 Signed-off-by: Guillermo Joandet gmail.com> Signed-off-by: Matt Turner gentoo.org> media-video/gnome-video-effects/Manifest | 1 + .../gnome-video-effects-0.6.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/media-video/gnome-video-effects/Manifest b/media-video/gnome-video-effects/Manifest index d42f464b53c9..b5f216855ce8 100644 --- a/media-video/gnome-video-effects/Manifest +++ b/media-video/gnome-video-effects/Manifest @@ -1 +1,2 @@ DIST gnome-video-effects-0.5.0.tar.xz 85424 BLAKE2B 6c3aad12bd3f7c00a0f800d62df0144a4ca1318dbcb771f038f83fd82e252ba79aba379f57dd259c41dac3ba197dd98f52b944b018e39a419bb48b77e3a1d475 SHA512 48d68984913e6732a097b4f235671ecb3442945ec843accfae4b4526ecd27641831a847ea193ac1e13a452700c4a76fa15fa84c2293cbaf7b1b2f4d1b85487ce +DIST gnome-video-effects-0.6.0.tar.xz 91564 BLAKE2B d08e2bc09dc85371290c059a9adc05b5ba602a38bc0884167f3afb4d731fbe78719270cd320203ed17fcc545d012b87b26d3f83cb6f48476e70f42d65a5861ca SHA512 e5a87fd134adc1dce1422d20c47cb87ccbad99841672563ef393ea3816a7fa0a3c865d9fc16047e8fa0eccc8388c019b5a2f91844dc3e448e353bf1ad7a39c21 diff --git a/media-video/gnome-video-effects/gnome-video-effects-0.6.0.ebuild b/media-video/gnome-video-effects/gnome-video-effects-0.6.0.ebuild new file mode 100644 index 000000000000..87599fa1d850 --- /dev/null +++ b/media-video/gnome-video-effects/gnome-video-effects-0.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org meson optfeature + +DESCRIPTION="Effects for Cheese, the webcam video and picture application" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeVideoEffects" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + +DEPEND="" +RDEPEND="" +BDEPEND=" + >=sys-devel/gettext-0.17 +" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +pkg_postinst() { + optfeature "Scanline video effect" media-plugins/frei0r-plugins +}