summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-07-13 01:18:05 +0100
committerMarek Szuba <marecki@gentoo.org>2021-07-13 12:20:40 +0100
commit0e597423fdb1e255acd38103a15634afda1f981e (patch)
treeabf743f0c2130f80ad689cae8e8990ece78ddfdb /media-sound/pulseeffects
parentsys-apps/ripgrep-all: initial import (diff)
downloadgentoo-0e597423fdb1e255acd38103a15634afda1f981e.tar.gz
gentoo-0e597423fdb1e255acd38103a15634afda1f981e.tar.bz2
gentoo-0e597423fdb1e255acd38103a15634afda1f981e.zip
media-sound/pulseeffects: drop 4.7.2-r2
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-sound/pulseeffects')
-rw-r--r--media-sound/pulseeffects/Manifest1
-rw-r--r--media-sound/pulseeffects/files/patch-4.7.2-gcc10.patch32
-rw-r--r--media-sound/pulseeffects/metadata.xml1
-rw-r--r--media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild76
4 files changed, 0 insertions, 110 deletions
diff --git a/media-sound/pulseeffects/Manifest b/media-sound/pulseeffects/Manifest
index b3c15a91b308..2224b3da7e39 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,2 @@
-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.4.tar.gz 2070799 BLAKE2B f059926672b690cce71ac2a26a8cb2e3e1b97e99b462418494516de54e33906d52a40ccf807d50fb133500270ae6468d1a4ab9c12b4bf2b15348752a7622c8d4 SHA512 db40291351e6da79d87d372b06734e0129df7640da90ccf3cb3564f58130c9d8d35cbb854d53878773c37811649f17141e2a40b2ba670fdaf1b2e12138f694a6
diff --git a/media-sound/pulseeffects/files/patch-4.7.2-gcc10.patch b/media-sound/pulseeffects/files/patch-4.7.2-gcc10.patch
deleted file mode 100644
index fb8080dd823a..000000000000
--- a/media-sound/pulseeffects/files/patch-4.7.2-gcc10.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From dbaea05da683f7bfcd7960c88b1b7d13379435c0 Mon Sep 17 00:00:00 2001
-From: Vasiliy Glazov <vascom2@gmail.com>
-Date: Tue, 24 Mar 2020 10:54:09 +0300
-Subject: [PATCH] Fix build with GCC 10
-
-This fix build error:
-```
-../include/plugin_base.hpp:10:25: error: expected ')' before 'tag'
- 10 | PluginBase(std::string tag, std::string plugin_name, const std::string& schema);
- | ~ ^~~~
- | )
-../include/plugin_base.hpp:17:8: error: 'string' in namespace 'std' does not name a type
- 17 | std::string log_tag, name;
- | ^~~~~~
-../include/plugin_base.hpp:7:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
-```
----
- include/plugin_base.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/plugin_base.hpp b/include/plugin_base.hpp
-index a2356fbf..79fd5452 100644
---- a/include/plugin_base.hpp
-+++ b/include/plugin_base.hpp
-@@ -4,6 +4,7 @@
- #include <gio/gio.h>
- #include <gst/gst.h>
- #include <sigc++/sigc++.h>
-+#include <string>
-
- class PluginBase {
- public:
diff --git a/media-sound/pulseeffects/metadata.xml b/media-sound/pulseeffects/metadata.xml
index 131b601efd1b..9f7e8c81b246 100644
--- a/media-sound/pulseeffects/metadata.xml
+++ b/media-sound/pulseeffects/metadata.xml
@@ -12,7 +12,6 @@
<use>
<flag name="bs2b">Enable use of media-libs/libbs2b</flag>
<flag name="calf">Enable use of media-plugins/calf for adding various FX</flag>
- <flag name="mda-lv2">Enable use of media-plugins/mda-lv2 for the loudness FX</flag>
<flag name="rubberband">Enable usse of media-libs/rubberband for the pitch shifting FX</flag>
</use>
<longdescription lang="en">
diff --git a/media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild b/media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild
deleted file mode 100644
index 6f046476075a..000000000000
--- a/media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild
+++ /dev/null
@@ -1,76 +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/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 x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bs2b calf mda-lv2 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.20: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.7[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
- >=media-plugins/gst-plugins-pulse-1.12.0:1.0
- calf? ( >=media-plugins/calf-0.90.0[lv2] )
- mda-lv2? ( media-plugins/mda-lv2 )
- rubberband? ( media-libs/rubberband )
- >=media-libs/zita-convolver-3.0.0
- media-libs/libebur128
- media-sound/pulseaudio
- 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
-"
-
-PATCHES=(
- "${FILESDIR}/patch-4.7.2-gcc10.patch"
-)
-
-pkg_postinst() {
- gnome2_gconf_install
- gnome2_schemas_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_gconf_uninstall
- gnome2_schemas_update
- xdg_icon_cache_update
-}