public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/playerctl/
Date: Tue, 17 Apr 2018 11:27:42 +0000 (UTC)	[thread overview]
Message-ID: <1523964446.75383b55eed8ef3ddfc01f2769ef9d0408ea5d5f.gokturk@gentoo> (raw)

commit:     75383b55eed8ef3ddfc01f2769ef9d0408ea5d5f
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 11:26:22 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 11:27:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75383b55

media-sound/playerctl: bump to 0.6.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/playerctl/Manifest               |  1 +
 media-sound/playerctl/playerctl-0.6.0.ebuild | 51 ++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-sound/playerctl/Manifest b/media-sound/playerctl/Manifest
index aedd19a08d0..8abb779fa23 100644
--- a/media-sound/playerctl/Manifest
+++ b/media-sound/playerctl/Manifest
@@ -1 +1,2 @@
 DIST playerctl-0.5.0.tar.gz 17015 BLAKE2B 5da1d0fd4e442ac5f124bd693ae14222624c5239c9fad72e57d43977467339522344bc8d8c37b0f2bfda51c61861dc33d7e35e4a730ce59a87b691b5657ec729 SHA512 307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c
+DIST playerctl-0.6.0.tar.gz 22124 BLAKE2B 6bb90586c56e21a00b5e6e1769248b9782a8211b01dacf590857fe4fe199d6d3fa7aa46a36cba9a8e198a1aad0bf17973fc15140db11c484edfb0275971d3d08 SHA512 8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739

diff --git a/media-sound/playerctl/playerctl-0.6.0.ebuild b/media-sound/playerctl/playerctl-0.6.0.ebuild
new file mode 100644
index 00000000000..ae41da21b7d
--- /dev/null
+++ b/media-sound/playerctl/playerctl-0.6.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools xdg-utils
+
+DESCRIPTION="A CLI utility to control media players over MPRIS"
+HOMEPAGE="https://github.com/acrisci/playerctl"
+SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/gobject-introspection
+"
+DEPEND="${RDEPEND}
+	dev-util/gdbus-codegen
+	dev-util/gtk-doc-am
+	doc? ( dev-util/gtk-doc )
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	if ! use doc; then
+		echo 'EXTRA_DIST = ' > gtk-doc.make || die
+	fi
+
+	default
+	eautoreconf
+}
+
+src_configure() {
+	xdg_environment_reset # 596166
+
+	econf \
+		$(use_enable doc gtk-doc) \
+		$(use_enable doc gtk-doc-html)
+}
+
+src_compile() {
+	emake -j1
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2018-04-17 11:27 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-17 11:27 Göktürk Yüksek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  7:56 [gentoo-commits] repo/gentoo:master commit in: media-sound/playerctl/ Sam James
2024-04-14 18:03 Arthur Zamarin
2024-04-14 17:40 Arthur Zamarin
2023-07-15  8:19 Arthur Zamarin
2023-06-18  4:25 Sam James
2023-06-17  1:50 Sam James
2023-05-26  9:35 Sam James
2021-03-14 19:55 Göktürk Yüksek
2021-03-07 14:41 Agostino Sarubbo
2021-03-06 15:37 Thomas Deutschmann
2021-03-06  7:26 Sam James
2020-12-09  0:20 Göktürk Yüksek
2020-12-09  0:20 Göktürk Yüksek
2020-11-25  2:29 Göktürk Yüksek
2019-06-13 14:16 Agostino Sarubbo
2019-06-08 18:13 Agostino Sarubbo
2019-03-27 23:47 Göktürk Yüksek
2018-11-29  2:58 Göktürk Yüksek
2018-11-08 21:38 Göktürk Yüksek
2018-11-07 22:47 Göktürk Yüksek
2018-06-04 19:25 Mart Raudsepp
2017-10-27 10:02 Thomas Deutschmann
2016-11-02 16:19 Göktürk Yüksek
2016-10-29 14:20 Göktürk Yüksek
2016-10-04 11:33 Göktürk Yüksek

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=1523964446.75383b55eed8ef3ddfc01f2769ef9d0408ea5d5f.gokturk@gentoo \
    --to=gokturk@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