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 7C9F0138359 for ; Wed, 29 Jul 2020 11:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5380E0B5E; Wed, 29 Jul 2020 11:24:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AF36CE0B5E for ; Wed, 29 Jul 2020 11:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C32DB34F0DF for ; Wed, 29 Jul 2020 11:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BDC79C for ; Wed, 29 Jul 2020 11:24:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1595969248.33c4d933a1ed5bba44f34dc9174454cfdeed72dd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/gimp-avif-plugin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild media-plugins/gimp-avif-plugin/metadata.xml X-VCS-Directories: media-plugins/gimp-avif-plugin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 33c4d933a1ed5bba44f34dc9174454cfdeed72dd X-VCS-Branch: master Date: Wed, 29 Jul 2020 11:24: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: 30879702-100f-4f73-abc9-9b20e2cf1f5e X-Archives-Hash: 80f2c11aa41b49a345377e87169bffa5 commit: 33c4d933a1ed5bba44f34dc9174454cfdeed72dd Author: Daniel Novomesky gmail com> AuthorDate: Tue Jul 28 20:47:28 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jul 28 20:47:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33c4d933 media-plugins/gimp-avif-plugin: new package Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Daniel Novomesky gmail.com> .../gimp-avif-plugin/gimp-avif-plugin-9999.ebuild | 23 ++++++++++++++++++++++ media-plugins/gimp-avif-plugin/metadata.xml | 8 ++++++++ 2 files changed, 31 insertions(+) diff --git a/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild b/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild new file mode 100644 index 0000000..70892d7 --- /dev/null +++ b/media-plugins/gimp-avif-plugin/gimp-avif-plugin-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit meson git-r3 + +DESCRIPTION="Plug-in for development GIMP 2.99.1 for loading/saving AVIF images." +HOMEPAGE="https://github.com/novomesk/gimp-avif-plugin" + +EGIT_REPO_URI="https://github.com/novomesk/gimp-avif-plugin.git" +KEYWORDS="" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=">media-gfx/gimp-2.99 +" + +BDEPEND="" + +RDEPEND="${DEPEND}" diff --git a/media-plugins/gimp-avif-plugin/metadata.xml b/media-plugins/gimp-avif-plugin/metadata.xml new file mode 100644 index 0000000..d9a1e3c --- /dev/null +++ b/media-plugins/gimp-avif-plugin/metadata.xml @@ -0,0 +1,8 @@ + + + + + dnovomesky@gmail.com + Daniel Novomesky + +