From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 833FA13933E for ; Fri, 23 Jul 2021 20:54:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2408E0B11; Fri, 23 Jul 2021 20:54:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C590E0B11 for ; Fri, 23 Jul 2021 20:54:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39BF2342A68 for ; Fri, 23 Jul 2021 20:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0067A3 for ; Fri, 23 Jul 2021 20:54:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627073630.a38ce5b33f14aae06cf4c86bf1a8c5c7a830c236.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseeffects/Manifest media-sound/pulseeffects/pulseeffects-5.0.4.ebuild X-VCS-Directories: media-sound/pulseeffects/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a38ce5b33f14aae06cf4c86bf1a8c5c7a830c236 X-VCS-Branch: master Date: Fri, 23 Jul 2021 20:54:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 052fc0d4-37a8-43e2-afcd-662f9bbe675c X-Archives-Hash: e7af7ad1c3d75470b464770e0412a9aa commit: a38ce5b33f14aae06cf4c86bf1a8c5c7a830c236 Author: Marek Szuba gentoo org> AuthorDate: Fri Jul 23 20:53:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 23 20:53:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38ce5b3 media-sound/pulseeffects: drop 5.0.4 Signed-off-by: Marek Szuba gentoo.org> media-sound/pulseeffects/Manifest | 1 - media-sound/pulseeffects/pulseeffects-5.0.4.ebuild | 81 ---------------------- 2 files changed, 82 deletions(-) diff --git a/media-sound/pulseeffects/Manifest b/media-sound/pulseeffects/Manifest index 2224b3da7e3..ce776eacd72 100644 --- a/media-sound/pulseeffects/Manifest +++ b/media-sound/pulseeffects/Manifest @@ -1,2 +1 @@ DIST pulseeffects-4.8.5.tar.gz 2028531 BLAKE2B 0ba68c90d4eb25e3b22c4f39f989bef428c970f0dcfa0b301c500928f835d76c31cd1d7692d1a853b3121d4e8fbee8102c1f538b06cb15933509719a6da5d8a0 SHA512 b72f4d5356af1308d997f01ac2efc5eefb569e9a1253f0a19918aec5f9c2d386ab5c293a5aa6a28e8d15200289f32d34c8f3d524bc50874c750afdee61bc0820 -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 deleted file mode 100644 index 749f06d01a6..00000000000 --- a/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# 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/easyeffects" - -if [[ ${PV} == *9999 ]];then - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="https://github.com/wwmm/easyeffects" -else - SRC_URI="https://github.com/wwmm/easyeffects/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="!media-sound/easyeffects - >=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 -}