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 94AC21382C5 for ; Sat, 13 Mar 2021 18:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B46E081A; Sat, 13 Mar 2021 18:32:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C13F4E081A for ; Sat, 13 Mar 2021 18:32:16 +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 7F1AA335CEE for ; Sat, 13 Mar 2021 18:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09CA573 for ; Sat, 13 Mar 2021 18:32:13 +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: <1615660326.68b126db709d39c7c09164227547e3fc3f0da9c0.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.5.0.ebuild X-VCS-Directories: media-video/gnome-video-effects/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 68b126db709d39c7c09164227547e3fc3f0da9c0 X-VCS-Branch: master Date: Sat, 13 Mar 2021 18:32:13 +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: 528d1ccb-4264-4330-8959-c6d81ca41147 X-Archives-Hash: 722d2b2658dac50e35e31b99a47cb2ae commit: 68b126db709d39c7c09164227547e3fc3f0da9c0 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 13 18:24:15 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 13 18:32:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b126db media-video/gnome-video-effects: Version bump to 0.5.0 Signed-off-by: Matt Turner gentoo.org> media-video/gnome-video-effects/Manifest | 1 + .../gnome-video-effects-0.5.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/media-video/gnome-video-effects/Manifest b/media-video/gnome-video-effects/Manifest index fe40de2be90..37d45a34e2b 100644 --- a/media-video/gnome-video-effects/Manifest +++ b/media-video/gnome-video-effects/Manifest @@ -1 +1,2 @@ DIST gnome-video-effects-0.4.3.tar.xz 142100 BLAKE2B 5541c38dffd17cd8cc1ae1a87b7dba13051fe18466a422aaef7918b0f8a0145f39d15c68bd40338a157c51111c4bdfa06897da8c80ce1a318aa6a66b719ff278 SHA512 5cf708f7deea4edd5d80cd838a78a7b539cb87504f55bfda1686bbe0136ee0eba20885ab8cd2a880ad0c825bf5ca972b0f612a579016eace736b790d7bdd10d3 +DIST gnome-video-effects-0.5.0.tar.xz 85424 BLAKE2B 6c3aad12bd3f7c00a0f800d62df0144a4ca1318dbcb771f038f83fd82e252ba79aba379f57dd259c41dac3ba197dd98f52b944b018e39a419bb48b77e3a1d475 SHA512 48d68984913e6732a097b4f235671ecb3442945ec843accfae4b4526ecd27641831a847ea193ac1e13a452700c4a76fa15fa84c2293cbaf7b1b2f4d1b85487ce diff --git a/media-video/gnome-video-effects/gnome-video-effects-0.5.0.ebuild b/media-video/gnome-video-effects/gnome-video-effects-0.5.0.ebuild new file mode 100644 index 00000000000..e033177c23f --- /dev/null +++ b/media-video/gnome-video-effects/gnome-video-effects-0.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome.org meson + +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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="" +RDEPEND="" +BDEPEND=" + >=dev-util/intltool-0.40.0 + >=sys-devel/gettext-0.17 +" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip"