From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qpaeq/
Date: Wed, 22 Mar 2023 01:20:33 +0000 (UTC) [thread overview]
Message-ID: <1679447943.6bb66e860c04c330b99fb94df3a9df4eb3e9e6ca.sam@gentoo> (raw)
commit: 6bb66e860c04c330b99fb94df3a9df4eb3e9e6ca
Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
AuthorDate: Sat Dec 24 12:02:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 01:19:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb66e86
media-sound/qpaeq: new package, add 16.1
Split qpaeq from media-sound/pulseaudio-daemon to own package.
Closes: https://bugs.gentoo.org/830841
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28782
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/qpaeq/Manifest | 1 +
media-sound/qpaeq/metadata.xml | 16 ++++++++++
media-sound/qpaeq/qpaeq-16.1.ebuild | 60 +++++++++++++++++++++++++++++++++++++
3 files changed, 77 insertions(+)
diff --git a/media-sound/qpaeq/Manifest b/media-sound/qpaeq/Manifest
new file mode 100644
index 000000000000..955eec847d0e
--- /dev/null
+++ b/media-sound/qpaeq/Manifest
@@ -0,0 +1 @@
+DIST pulseaudio-16.1.tar.xz 1545596 BLAKE2B 535706abcea2cae39834b23c8bdc37f71b0e633de2d8e43ea4425da97a850b57c2f980c318681cbc86cf1e746200609dad41f8b96ecf4568f86d94aa6831c9a1 SHA512 33b0b4292f05e0882f3ec822cf5720414bb34c523d80fe287b9740d6be219787c562e8024c9b0d9e2ee010771ca72c7ae4f27df1bbef9c9cb6bb6a23cbcc412f
diff --git a/media-sound/qpaeq/metadata.xml b/media-sound/qpaeq/metadata.xml
new file mode 100644
index 000000000000..200e0214650c
--- /dev/null
+++ b/media-sound/qpaeq/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>igor.v.kovalenko@gmail.com</email>
+ <name>Igor V. Kovalenko</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>leio@gentoo.org</email>
+ <name>Mart Raudsepp</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-sound/qpaeq/qpaeq-16.1.ebuild b/media-sound/qpaeq/qpaeq-16.1.ebuild
new file mode 100644
index 000000000000..97481050e852
--- /dev/null
+++ b/media-sound/qpaeq/qpaeq-16.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+MY_PV="${PV/_pre*}"
+MY_P="pulseaudio-${MY_PV}"
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit python-single-r1
+
+DESCRIPTION="Equalizer interface for equalizer sinks of PulseAudio (networked sound server)"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/"
+
+if [[ ${PV} = 9999 ]]; then
+ inherit git-r3
+ EGIT_BRANCH="master"
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
+else
+ SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ ')
+ >=media-sound/pulseaudio-daemon-16.1-r7[dbus,fftw]
+ !<media-sound/pulseaudio-daemon-16.1-r7
+"
+DEPEND=""
+
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ :; # do nothing
+}
+
+src_install() {
+ python_doscript src/utils/qpaeq
+}
+
+pkg_postinst() {
+ elog "You will need to load some extra modules to make qpaeq work."
+ elog "You can do that by adding the following two lines in"
+ elog "/etc/pulse/default.pa and restarting pulseaudio:"
+ elog "load-module module-equalizer-sink"
+ elog "load-module module-dbus-protocol"
+}
next reply other threads:[~2023-03-22 1:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 1:20 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-10 17:39 [gentoo-commits] repo/gentoo:master commit in: media-sound/qpaeq/ Sam James
2023-09-19 17:48 Arthur Zamarin
2024-07-30 19:01 Pacho Ramos
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=1679447943.6bb66e860c04c330b99fb94df3a9df4eb3e9e6ca.sam@gentoo \
--to=sam@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