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 7FC57138331 for ; Thu, 1 Feb 2018 11:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5242FE09C4; Thu, 1 Feb 2018 11:44:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 30B47E09C4 for ; Thu, 1 Feb 2018 11:44:08 +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 BF087335C70 for ; Thu, 1 Feb 2018 11:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B701DA for ; Thu, 1 Feb 2018 11:44:04 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1517485426.9fe68d51aa1b31ee4e1a95d6b009bbeede5e1a8a.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/peek/Manifest media-video/peek/peek-1.2.2.ebuild X-VCS-Directories: media-video/peek/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 9fe68d51aa1b31ee4e1a95d6b009bbeede5e1a8a X-VCS-Branch: master Date: Thu, 1 Feb 2018 11:44:04 +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-Archives-Salt: 01635545-ec5d-476c-84fc-4c8dead82bf6 X-Archives-Hash: 187ba58a840cabc0e85c25867a7e6f4b commit: 9fe68d51aa1b31ee4e1a95d6b009bbeede5e1a8a Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Feb 1 11:41:42 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Feb 1 11:43:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe68d51 media-video/peek: 1.2.2 bump Package-Manager: Portage-2.3.22, Repoman-2.3.6 media-video/peek/Manifest | 1 + media-video/peek/peek-1.2.2.ebuild | 51 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/media-video/peek/Manifest b/media-video/peek/Manifest index 5f7293d7987..c2f3e3b5981 100644 --- a/media-video/peek/Manifest +++ b/media-video/peek/Manifest @@ -1 +1,2 @@ DIST peek-1.2.1.tar.gz 2650099 BLAKE2B 4b53bc6cce94c585029d179937c680a3743fabc9722cc9474dd870f4be1d1d79c994420e528581c0006df81f6b6caaad285fc9f35c0addd1ae0072b40f461786 SHA512 fcb3b30bc7b434e9daafad243f82d2849d308fcd22371cdf790b60f765b78d6009ffb3c519f571718e26cf285d1cc6bc8fdd3f61dbb427f95fd08f1e3cc52a42 +DIST peek-1.2.2.tar.gz 2654168 BLAKE2B 2abce1609889d6cbdee493a94d768c2c201d523690d687cfa023eaa966b74716b9300ed246f443258f2901fdf341392c7428bf8d14891c3fdba9e803b680e06b SHA512 7c6fe42e41d4a3c10649b2052741a11a3c51170dbeaa834198c5b66867597c8525ecb8794694c2955f94a3e12f62c71068f2422e3a551ddfa4957595efbb6c03 diff --git a/media-video/peek/peek-1.2.2.ebuild b/media-video/peek/peek-1.2.2.ebuild new file mode 100644 index 00000000000..8715e8e623a --- /dev/null +++ b/media-video/peek/peek-1.2.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +VALA_MIN_API_VERSION="0.22" + +inherit gnome2 vala cmake-utils + +DESCRIPTION="Simple animated Gif screen recorder" +HOMEPAGE="https://github.com/phw/peek" +SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="keybinder test" + +RDEPEND=">=dev-libs/glib-2.38:2 + media-video/ffmpeg[X,encode] + virtual/imagemagick-tools + >=x11-libs/gtk+-3.14:3 + keybinder? ( dev-libs/keybinder:3 )" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/txt2man + >=sys-devel/gettext-0.19" + +src_prepare() { + cmake-utils_src_prepare + gnome2_src_prepare + vala_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DGSETTINGS_COMPILE=OFF + -DKEYBINDER_FOUND=$(usex keybinder 1 0) + -DVALA_EXECUTABLE="${VALAC}" + ) + + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile + + # Compile helper programs for tests + if use test; then + cmake-utils_src_make -C tests + fi +}