public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/
Date: Fri, 19 Jan 2018 13:42:06 +0000 (UTC)	[thread overview]
Message-ID: <1516369318.6ecef3ae4cad603a59d4d80c754a44abac8a4f10.voyageur@gentoo> (raw)

commit:     6ecef3ae4cad603a59d4d80c754a44abac8a4f10
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 13:41:58 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 13:41:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecef3ae

media-video/peek: keybinder is now an optional dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/peek/metadata.xml      | 3 +++
 media-video/peek/peek-1.2.1.ebuild | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/media-video/peek/metadata.xml b/media-video/peek/metadata.xml
index f7b4c866d5c..d500d3059a2 100644
--- a/media-video/peek/metadata.xml
+++ b/media-video/peek/metadata.xml
@@ -5,6 +5,9 @@
 		<email>voyageur@gentoo.org</email>
 		<name>Bernard Cafarelli</name>
 	</maintainer>
+	<use>
+		<flag name="keybinder">Enable support for global hotkeys using <pkg>dev-libs/keybinder</pkg></flag>
+	</use>
 	<upstream>
 		<remote-id type="github">phw/peek</remote-id>
 	</upstream>

diff --git a/media-video/peek/peek-1.2.1.ebuild b/media-video/peek/peek-1.2.1.ebuild
index e3e68abf8bf..8715e8e623a 100644
--- a/media-video/peek/peek-1.2.1.ebuild
+++ b/media-video/peek/peek-1.2.1.ebuild
@@ -13,13 +13,13 @@ SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE="keybinder test"
 
 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"
+	>=x11-libs/gtk+-3.14:3
+	keybinder? ( dev-libs/keybinder:3 )"
 DEPEND="${RDEPEND}
 	$(vala_depend)
 	app-text/txt2man
@@ -34,6 +34,7 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DGSETTINGS_COMPILE=OFF
+		-DKEYBINDER_FOUND=$(usex keybinder 1 0)
 		-DVALA_EXECUTABLE="${VALAC}"
 	)
 


             reply	other threads:[~2018-01-19 13:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-19 13:42 Bernard Cafarelli [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
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: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=1516369318.6ecef3ae4cad603a59d4d80c754a44abac8a4f10.voyageur@gentoo \
    --to=voyageur@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