From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/ir_lv2/
Date: Sun, 16 Feb 2025 07:22:27 +0000 (UTC) [thread overview]
Message-ID: <1739690528.0472168cb311ebdb2e320cb8b205150a45e0a319.ulm@gentoo> (raw)
commit: 0472168cb311ebdb2e320cb8b205150a45e0a319
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 14:11:23 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 07:22:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0472168c
media-plugins/ir_lv2: Port to ver_replacing
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-plugins/ir_lv2/ir_lv2-1.3.4-r1.ebuild | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
diff --git a/media-plugins/ir_lv2/ir_lv2-1.3.4-r1.ebuild b/media-plugins/ir_lv2/ir_lv2-1.3.4-r1.ebuild
index a7572f2c3a87..a5eb3079cd97 100644
--- a/media-plugins/ir_lv2/ir_lv2-1.3.4-r1.ebuild
+++ b/media-plugins/ir_lv2/ir_lv2-1.3.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+inherit eapi9-ver toolchain-funcs
DESCRIPTION="LV2 convolver plugin especially for creating reverb effects"
HOMEPAGE="https://tomszilagyi.github.io/plugins/ir.lv2/"
@@ -43,21 +43,7 @@ src_install() {
}
pkg_postinst() {
- local latency_warn=0
- local ver
-
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- latency_warn=1
- else
- for ver in ${REPLACING_VERSIONS}; do
- if ver_test ${ver} -lt 1.3.0; then
- latency_warn=1
- break
- fi
- done
- fi
-
- if [[ ${latency_warn} -eq 1 ]]; then
+ if [[ -z ${REPLACING_VERSIONS} ]] || ver_replacing -lt 1.3.0; then
elog "This version works with automation at the expense of introducing extra buffering."
elog "For zero latency use 1.2* version instead."
fi
next reply other threads:[~2025-02-16 7:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-16 7:22 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-15 19:37 [gentoo-commits] repo/gentoo:master commit in: media-plugins/ir_lv2/ Andreas Sturmlechner
2020-02-09 8:45 Mikle Kolyada
2019-12-25 12:33 Miroslav Šulc
2019-12-25 12:33 Miroslav Šulc
2017-02-24 10:08 Manuel Rüger
2015-11-09 12:37 Alexis Ballier
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=1739690528.0472168cb311ebdb2e320cb8b205150a45e0a319.ulm@gentoo \
--to=ulm@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