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 09F57138334 for ; Fri, 9 Aug 2019 00:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1799EE079E; Fri, 9 Aug 2019 00:15:48 +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 E5554E079E for ; Fri, 9 Aug 2019 00:15:47 +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 404783496D6 for ; Fri, 9 Aug 2019 00:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D281741 for ; Fri, 9 Aug 2019 00:15:44 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1565309552.264467e31b7139e731ccbf277812b7652e96f6c6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/grim/Manifest gui-apps/grim/grim-1.2.0.ebuild gui-apps/grim/grim-9999.ebuild gui-apps/grim/metadata.xml X-VCS-Directories: gui-apps/grim/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 264467e31b7139e731ccbf277812b7652e96f6c6 X-VCS-Branch: master Date: Fri, 9 Aug 2019 00:15:44 +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: 1f25e05a-4b32-4634-8ff8-75459aff70df X-Archives-Hash: 2e9ef79e6d68666f5a636eac37452d8b commit: 264467e31b7139e731ccbf277812b7652e96f6c6 Author: Bernardo Meurer gmail com> AuthorDate: Sun Aug 4 03:33:09 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Aug 9 00:12:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264467e3 gui-apps/grim: New package (1.2.0, 9999) Closes: https://bugs.gentoo.org/684712 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Bernardo Meurer standard.ai> Closes: https://github.com/gentoo/gentoo/pull/12613 Signed-off-by: Aaron Bauman gentoo.org> gui-apps/grim/Manifest | 1 + gui-apps/grim/grim-1.2.0.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++ gui-apps/grim/grim-9999.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++ gui-apps/grim/metadata.xml | 24 ++++++++++++++++++++++ 4 files changed, 115 insertions(+) diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest new file mode 100644 index 00000000000..3b6273b83c4 --- /dev/null +++ b/gui-apps/grim/Manifest @@ -0,0 +1 @@ +DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild new file mode 100644 index 00000000000..c8c932c13aa --- /dev/null +++ b/gui-apps/grim/grim-1.2.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Grab images from a Wayland compositor." +HOMEPAGE="https://github.com/emersion/grim" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/${PN}.git" +else + SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+man jpeg" + +DEPEND=" + >=dev-libs/wayland-protocols-1.14 + dev-libs/wayland + jpeg? ( virtual/jpeg ) + x11-libs/cairo +" +RDEPEND=" + ${DEPEND} +" +if [[ ${PV} == 9999 ]]; then + BDEPEND+="man? ( ~app-text/scdoc-9999 )" +else + BDEPEND+="man? ( app-text/scdoc )" +fi + +src_configure() { + local emesonargs=( + $(meson_feature jpeg) + $(meson_feature man man-pages) + "-Dwerror=false" + ) + meson_src_configure +} diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild new file mode 100644 index 00000000000..c8c932c13aa --- /dev/null +++ b/gui-apps/grim/grim-9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Grab images from a Wayland compositor." +HOMEPAGE="https://github.com/emersion/grim" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/${PN}.git" +else + SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+man jpeg" + +DEPEND=" + >=dev-libs/wayland-protocols-1.14 + dev-libs/wayland + jpeg? ( virtual/jpeg ) + x11-libs/cairo +" +RDEPEND=" + ${DEPEND} +" +if [[ ${PV} == 9999 ]]; then + BDEPEND+="man? ( ~app-text/scdoc-9999 )" +else + BDEPEND+="man? ( app-text/scdoc )" +fi + +src_configure() { + local emesonargs=( + $(meson_feature jpeg) + $(meson_feature man man-pages) + "-Dwerror=false" + ) + meson_src_configure +} diff --git a/gui-apps/grim/metadata.xml b/gui-apps/grim/metadata.xml new file mode 100644 index 00000000000..24e0317c3df --- /dev/null +++ b/gui-apps/grim/metadata.xml @@ -0,0 +1,24 @@ + + + + + bernardo@standard.ai + Bernardo Meurer + + + bman@gentoo.org + Aaron Bauman + + + Grab images from a Wayland compositor. + + + Enable JPEG support. + Generate and install man pages. + + + emersion/grim + https://github.com/emersion/grim/issues + https://github.com/emersion/grim/releases + +