public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/
Date: Sat, 19 Jun 2021 21:02:12 +0000 (UTC)	[thread overview]
Message-ID: <1624136528.56270cd881011572915aceafd766ec6bbb435b86.prometheanfire@gentoo> (raw)

commit:     56270cd881011572915aceafd766ec6bbb435b86
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 19 21:01:46 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 21:02:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56270cd8

media-sound/pulseeffects: 5.0.4 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 media-sound/pulseeffects/Manifest                  |  1 +
 media-sound/pulseeffects/pulseeffects-5.0.4.ebuild | 81 ++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/media-sound/pulseeffects/Manifest b/media-sound/pulseeffects/Manifest
index 0523c4aa01b..1fc621415a4 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,4 @@
 DIST pulseeffects-4.7.2.tar.gz 1998420 BLAKE2B 6ac9d4b416ffac73f874fafcfd07b990ead7a2645832fd35eae23b3c9e9acb8663718b9cbb5fd0c1066c1f75272d0473257e711602d2646742785fe2c6ca5ea9 SHA512 f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2
 DIST pulseeffects-4.8.5.tar.gz 2028531 BLAKE2B 0ba68c90d4eb25e3b22c4f39f989bef428c970f0dcfa0b301c500928f835d76c31cd1d7692d1a853b3121d4e8fbee8102c1f538b06cb15933509719a6da5d8a0 SHA512 b72f4d5356af1308d997f01ac2efc5eefb569e9a1253f0a19918aec5f9c2d386ab5c293a5aa6a28e8d15200289f32d34c8f3d524bc50874c750afdee61bc0820
 DIST pulseeffects-5.0.3.tar.gz 2052473 BLAKE2B f313abae0f432f767ea4c91350207c97c261845fe64dbb32b0aebab4792b33a993c5ee4084f8b14116058bc989965380c8acb393d10f59a3243ad676c9916f33 SHA512 e9a969b7661e8daca84f5406dafba59a3cbf036f3b8a8893320574ed56465537454d2c854a7053c7f425728342776e9156ebcae8fa2b07bc5bfca04d04356dfd
+DIST pulseeffects-5.0.4.tar.gz 2070799 BLAKE2B f059926672b690cce71ac2a26a8cb2e3e1b97e99b462418494516de54e33906d52a40ccf807d50fb133500270ae6468d1a4ab9c12b4bf2b15348752a7622c8d4 SHA512 db40291351e6da79d87d372b06734e0129df7640da90ccf3cb3564f58130c9d8d35cbb854d53878773c37811649f17141e2a40b2ba670fdaf1b2e12138f694a6

diff --git a/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild b/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild
new file mode 100644
index 00000000000..e9dde9ba03b
--- /dev/null
+++ b/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson
+
+DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio"
+HOMEPAGE="https://github.com/wwmm/pulseeffects"
+
+if [[ ${PV} == *9999 ]];then
+	inherit git-r3
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/wwmm/pulseeffects"
+else
+	SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="bs2b calf rubberband"
+
+#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
+RDEPEND="
+	>=dev-libs/boost-1.41:=
+	>=dev-cpp/glibmm-2.56.0:2
+	>=dev-cpp/gtkmm-3.24:3.0
+	>=dev-libs/glib-2.56:2
+	>=dev-libs/libsigc++-2.10:2
+	>=x11-libs/gtk+-3.18:3
+	>=media-libs/lilv-0.24.2-r1
+	>=media-libs/lsp-plugins-1.1.24[lv2]
+	>=media-libs/gstreamer-1.12.0:1.0
+	>=media-libs/gst-plugins-good-1.12.0:1.0
+	>=media-libs/gst-plugins-bad-1.12.0:1.0
+	bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
+	>=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+	>=media-plugins/gst-plugins-lv2-1.12.0:1.0
+	calf? ( >=media-plugins/calf-0.90.0[lv2] )
+	rubberband? ( media-libs/rubberband )
+	>=media-libs/zita-convolver-3.0.0
+	media-libs/libebur128
+	>=media-video/pipewire-0.3.24[gstreamer]
+	sys-apps/dbus"
+# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
+# and sys-devel/gettext depends reasoning
+DEPEND="
+	${RDEPEND}
+	dev-libs/appstream-glib
+	sys-devel/gettext
+"
+BDEPEND="
+	>=sys-devel/gcc-7.3.0
+	dev-util/itstool
+	media-libs/libsamplerate
+	virtual/pkgconfig
+"
+
+pkg_postinst() {
+	gnome2_gconf_install
+	gnome2_schemas_update
+	xdg_icon_cache_update
+	if [[ "${PV}" != 9999 ]]; then
+		local v
+		for v in ${REPLACING_VERSIONS}; do
+			if ver_test "${v}" -lt "5.0.0"; then
+				if ver_test ${REPLACED_BY_VERSION} -ge "5.0.0"; then
+					elog "PulseEffects has switched to pipewire as it's audio backend"
+					elog "See https://wiki.gentoo.org/wiki/Pipewire for how to use the new backend"
+				fi
+			fi
+		done
+	fi
+}
+
+pkg_postrm() {
+	gnome2_gconf_uninstall
+	gnome2_schemas_update
+	xdg_icon_cache_update
+}


             reply	other threads:[~2021-06-19 21:02 UTC|newest]

Thread overview: 143+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19 21:02 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-27 23:37 [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/ Marek Szuba
2022-06-04 19:51 Jakov Smolić
2022-06-04 19:51 Jakov Smolić
2021-09-19  9:46 Marek Szuba
2021-08-23 17:01 Marek Szuba
2021-08-22  3:42 Sam James
2021-08-22  3:42 Sam James
2021-07-23 20:54 Marek Szuba
2021-07-18  0:31 Marek Szuba
2021-07-13  0:05 Sam James
2021-07-13  0:05 Sam James
2021-07-12 23:53 Marek Szuba
2021-07-12 16:43 Marek Szuba
2021-07-12 16:43 Marek Szuba
2021-07-12 16:43 Marek Szuba
2021-07-12 16:43 Marek Szuba
2021-07-03 19:57 Matthew Thode
2021-04-12 23:46 Matthew Thode
2021-04-12 23:46 Matthew Thode
2021-03-31 15:47 Matthew Thode
2021-03-19 18:37 Matthew Thode
2021-03-17  5:17 Matthew Thode
2021-03-11  2:42 Sam James
2021-02-22  7:18 Sam James
2021-02-22  7:14 Sam James
2021-02-21  0:54 Sam James
2021-02-20  1:41 Matthew Thode
2021-02-16  2:12 Matt Turner
2021-02-09 22:59 Matthew Thode
2021-01-26 22:34 Matthew Thode
2021-01-21 19:06 Matthew Thode
2021-01-03 20:25 Matthew Thode
2020-12-21 21:47 Matthew Thode
2020-12-05  2:07 Matthew Thode
2020-10-14 18:13 Matthew Thode
2020-09-21 18:45 Matthew Thode
2020-09-18 21:34 Matthew Thode
2020-08-15 19:50 Matthew Thode
2020-06-16 18:39 Matthew Thode
2020-05-11 21:45 Mike Gilbert
2020-04-23 19:36 Matthew Thode
2020-03-23 13:55 Matthew Thode
2020-02-24 16:46 Matthew Thode
2020-01-25 18:13 Matthew Thode
2020-01-15 17:46 Matthew Thode
2019-12-26  4:10 Matthew Thode
2019-12-03 10:09 Mikle Kolyada
2019-11-30 22:48 Matthew Thode
2019-11-11  8:37 Pacho Ramos
2019-10-15 23:43 Matthew Thode
2019-10-10 17:28 Matthew Thode
2019-09-16 16:45 Matthew Thode
2019-09-10 14:55 Matthew Thode
2019-09-05 15:40 Matthew Thode
2019-08-13  7:40 Michał Górny
2019-08-05 13:42 Matthew Thode
2019-06-27 15:25 Matthew Thode
2019-06-24  0:15 Matthew Thode
2019-06-19 23:40 Matthew Thode
2019-06-02 17:22 Matthew Thode
2019-05-30 15:05 Matthew Thode
2019-05-29  4:57 Matthew Thode
2019-05-22 15:02 Matthew Thode
2019-04-29 23:20 Matthew Thode
2019-04-25 18:33 Matthew Thode
2019-04-14  0:59 Matthew Thode
2019-03-21 23:50 Matthew Thode
2019-03-21 18:12 Michał Górny
2019-03-20 23:35 Matthew Thode
2019-03-14 16:07 Matthew Thode
2019-03-10 18:03 Matthew Thode
2019-03-07 21:28 Matthew Thode
2019-03-03 21:47 Matthew Thode
2019-02-28 16:22 Matthew Thode
2019-02-26 22:40 Matthew Thode
2019-02-25  8:28 Matthew Thode
2019-02-24  2:56 Matthew Thode
2019-02-24  2:56 Matthew Thode
2019-02-23 22:34 Matthew Thode
2019-02-23 22:25 Matthew Thode
2019-02-23 19:56 Matthew Thode
2019-02-21 17:58 Matthew Thode
2019-01-21 23:48 Matthew Thode
2019-01-16 21:01 Matthew Thode
2019-01-15 17:21 Matthew Thode
2019-01-10 18:20 Matthew Thode
2019-01-04  5:14 Matthew Thode
2019-01-01  2:12 Matthew Thode
2018-12-31  3:28 Matthew Thode
2018-12-31  3:28 Matthew Thode
2018-12-04 17:59 Matthew Thode
2018-10-31 15:28 Matthew Thode
2018-10-24 22:12 Matthew Thode
2018-10-16 20:25 Matthew Thode
2018-09-25 22:22 Matt Thode
2018-09-16 21:06 Matt Thode
2018-09-01  1:26 Matt Thode
2018-08-31 20:43 Matt Thode
2018-08-31 20:43 Matt Thode
2018-08-31 18:25 Craig Andrews
2018-08-31  3:14 Matt Thode
2018-08-30 23:16 Matt Thode
2018-08-29  2:38 Matt Thode
2018-08-27  5:24 Matt Thode
2018-08-20  8:05 Mart Raudsepp
2018-08-12 20:51 Matt Thode
2018-08-11  6:00 Matt Thode
2018-08-11  6:00 Matt Thode
2018-08-05 20:12 Matt Thode
2018-07-31  5:08 Matt Thode
2018-07-30 15:18 Matt Thode
2018-07-29 22:03 Matt Thode
2018-07-28 19:42 Matt Thode
2018-07-24 22:39 Matt Thode
2018-07-18 21:16 Matt Thode
2018-07-15  3:35 Matt Thode
2018-05-22  4:37 Matt Thode
2018-05-17 13:52 Thomas Deutschmann
2018-04-22  0:26 Matt Thode
2018-04-21  4:12 Matt Thode
2018-03-21 16:46 Matt Thode
2018-03-02 17:05 Matt Thode
2018-02-23 22:53 Matt Thode
2018-02-05  2:03 Matt Thode
2018-02-04 22:54 Matt Thode
2018-01-31 19:35 Matt Thode
2018-01-31 19:08 Matt Thode
2018-01-24  7:38 Matt Thode
2018-01-01  0:49 Matt Thode
2017-12-26 20:01 Matt Thode
2017-12-20 23:22 Matt Thode
2017-12-20 23:22 Matt Thode
2017-12-13 21:44 Matt Thode
2017-12-12 20:24 Matt Thode
2017-12-10  3:54 Matt Thode
2017-12-10  3:54 Matt Thode
2017-11-29  4:55 Matt Thode
2017-11-27 14:04 Matt Thode
2017-11-27  5:40 Matt Thode
2017-11-27  1:34 Matt Thode
2017-11-26 23:14 Matt Thode
2017-11-26 22:57 Matt Thode

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=1624136528.56270cd881011572915aceafd766ec6bbb435b86.prometheanfire@gentoo \
    --to=prometheanfire@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