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 634AC139694 for ; Mon, 13 Mar 2017 20:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B65FAE0D82; Mon, 13 Mar 2017 20:21:33 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96CE5E0D82 for ; Mon, 13 Mar 2017 20:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42E6F33BE19 for ; Mon, 13 Mar 2017 20:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67DC06721 for ; Mon, 13 Mar 2017 20:21:30 +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: <1489436472.6c3527efa0a5f580999b0e59474601517126e13e.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.0.0.ebuild X-VCS-Directories: media-video/peek/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 6c3527efa0a5f580999b0e59474601517126e13e X-VCS-Branch: master Date: Mon, 13 Mar 2017 20:21:30 +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: 321d9c9b-b19d-44c8-bab4-faa88cdc1a3f X-Archives-Hash: c0061b4c7e4c76cd4120765e14e569ec commit: 6c3527efa0a5f580999b0e59474601517126e13e Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Mar 13 20:20:32 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Mar 13 20:21:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3527ef media-video/peek: 1.0.0 bump Package-Manager: Portage-2.3.4, Repoman-2.3.2 media-video/peek/Manifest | 1 + media-video/peek/peek-1.0.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/media-video/peek/Manifest b/media-video/peek/Manifest index 8bccb5d5255..1c423a85678 100644 --- a/media-video/peek/Manifest +++ b/media-video/peek/Manifest @@ -1 +1,2 @@ DIST peek-0.8.0.tar.gz 70208 SHA256 45261ecd3f1891962441266e723a50a7ec81ee00a699c2db64bdde5e6c01aaa9 SHA512 88d16b1f23e7e710dd617389f632b2eb94c9050861615abc95bc1a76cda84727f0eaf3b1f9898536e457507d0943b3d994800b7340ce2943adb509eb4516236b WHIRLPOOL 0b59668469067ef724e8e1ffcbf9dc6bd5a9a46ab61d133ce2f7bc6a1cb0de17bee53dc5975f4f1fd5bff228a490e3ca3c2b2a000a40b5662aef8ee120f2d0c2 +DIST peek-1.0.0.tar.gz 2595756 SHA256 1430a92148a066185051664e3bd20a5ce0cc6c97345d1b2a959b698b291ea1fb SHA512 0a152f3c5301dad33dd64a9291ba05408d08e0c378790ae2777069d0d6f3f13bf38b15b66117f253afe9e0829c7442b1eeef046686830b4698b1d3ca5c0b8e2f WHIRLPOOL b9483a0d725fc4c9480a7876420b9f771599e5f80d13bf59b33bcf663d6e952554ce0f45b1cc56b5f820fb28ac370b8c7ee58ffab4f7e9f3e1c7c31176f48e48 diff --git a/media-video/peek/peek-1.0.0.ebuild b/media-video/peek/peek-1.0.0.ebuild new file mode 100644 index 00000000000..94e00bcb32f --- /dev/null +++ b/media-video/peek/peek-1.0.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 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/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.38:2 + dev-libs/keybinder:3 + media-video/ffmpeg[X,encode] + virtual/imagemagick-tools + >=x11-libs/gtk+-3.14:3" +DEPEND="${RDEPEND} + $(vala_depend) + >=sys-devel/gettext-0.19" + +src_prepare() { + cmake-utils_src_prepare + gnome2_src_prepare + vala_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DGSETTINGS_COMPILE=OFF + -DVALA_EXECUTABLE="${VALAC}" + ) + + cmake-utils_src_configure +}