public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/
Date: Thu, 23 Jan 2020 19:18:29 +0000 (UTC)	[thread overview]
Message-ID: <1579807079.331912dd636e581fac58e99bdfdcee1620fedabf.mattst88@gentoo> (raw)

commit:     331912dd636e581fac58e99bdfdcee1620fedabf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 18:54:30 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 19:17:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331912dd

media-video/peek: Update media-video/ffmpeg dependency

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-video/peek/peek-1.4.0-r1.ebuild | 44 +++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/media-video/peek/peek-1.4.0-r1.ebuild b/media-video/peek/peek-1.4.0-r1.ebuild
new file mode 100644
index 00000000000..df8ee3d18b5
--- /dev/null
+++ b/media-video/peek/peek-1.4.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.22"
+
+inherit gnome2 meson vala
+
+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"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-libs/glib-2.38:2
+	media-video/ffmpeg[X,encode,vpx,xcb(+)]
+	virtual/imagemagick-tools
+	>=x11-libs/gtk+-3.20:3
+	keybinder? ( dev-libs/keybinder:3 )"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/txt2man
+	>=sys-devel/gettext-0.19
+	virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-meson.patch )
+
+src_prepare() {
+	vala_src_prepare
+	gnome2_src_prepare
+}
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature keybinder enable-keybinder)
+		$(meson_use test build-tests)
+	)
+
+	meson_src_configure
+}


             reply	other threads:[~2020-01-23 19:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23 19:18 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11  9:04 [gentoo-commits] repo/gentoo:master commit in: media-video/peek/ Ionen Wolkens
2023-01-01 16:20 David Seifert
2023-01-01 14:48 David Seifert
2021-10-02  8:14 Bernard Cafarelli
2020-01-23 19:18 Matt Turner
2019-01-14 15:04 Bernard Cafarelli
2018-12-06  9:51 Bernard Cafarelli
2018-12-06  9:51 Bernard Cafarelli
2018-04-05  8:47 Bernard Cafarelli
2018-02-01 11:44 Bernard Cafarelli
2018-02-01 11:44 Bernard Cafarelli
2018-01-19 13:42 Bernard Cafarelli
2018-01-19 13:26 Bernard Cafarelli
2017-07-11  9:22 Bernard Cafarelli
2017-07-11  9:22 Bernard Cafarelli
2017-07-03 14:32 Bernard Cafarelli
2017-04-03 18:20 Bernard Cafarelli
2017-04-03 18:20 Bernard Cafarelli
2017-03-13 20:21 Bernard Cafarelli
2017-01-20 10:58 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579807079.331912dd636e581fac58e99bdfdcee1620fedabf.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox