public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
Date: Sun, 11 Jun 2023 11:44:30 +0000 (UTC)	[thread overview]
Message-ID: <1686483865.66c0180782a703f0daa5153bf4efd509d6d6207f.mgorny@gentoo> (raw)

commit:     66c0180782a703f0daa5153bf4efd509d6d6207f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 10:36:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 11:44:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c01807

xfce-extra/xfce4-volumed-pulse: EAPI 8, switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../xfce4-volumed-pulse-0.2.3-r1.ebuild            | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild
new file mode 100644
index 000000000000..001ce97a8d2b
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
+IUSE="libnotify"
+
+DEPEND="
+	>=dev-libs/glib-2.16:2=
+	dev-libs/keybinder:3=
+	media-libs/libpulse:=[glib]
+	>=x11-libs/gtk+-3.20:3=
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify:= )
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify)
+	)
+
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2023-06-11 11:44 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-11 11:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-06 18:12 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/ Michał Górny
2023-10-06 17:25 Sam James
2023-10-06 14:31 Sam James
2023-07-25 13:17 Michał Górny
2023-06-11 11:44 Michał Górny
2022-11-26 17:03 Michał Górny
2021-07-25  7:56 Matt Turner
2021-02-25  9:49 Sam James
2021-02-21  5:15 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-01-28  1:08 Sam James
2021-01-16 19:03 Michał Górny
2020-07-16 14:06 Sam James
2020-06-11 22:08 Mart Raudsepp
2018-11-11 19:07 Michał Górny
2018-07-10 12:29 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-03-25 17:27 Michał Górny
2018-02-14 13:35 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:33 Mikle Kolyada
2017-06-07 20:06 Michał Górny
2016-09-14  4:19 Michał Górny
2016-09-13 14:02 Michał Górny

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=1686483865.66c0180782a703f0daa5153bf4efd509d6d6207f.mgorny@gentoo \
    --to=mgorny@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