summaryrefslogtreecommitdiff
path: root/media-plugins/ladspa-bs2b
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /media-plugins/ladspa-bs2b
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'media-plugins/ladspa-bs2b')
-rw-r--r--media-plugins/ladspa-bs2b/Manifest1
-rw-r--r--media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/media-plugins/ladspa-bs2b/Manifest b/media-plugins/ladspa-bs2b/Manifest
index b2a6d95e4d71..bcc9c307f849 100644
--- a/media-plugins/ladspa-bs2b/Manifest
+++ b/media-plugins/ladspa-bs2b/Manifest
@@ -1,3 +1,4 @@
DIST ladspa-bs2b-0.9.1.tar.bz2 237542 BLAKE2B e37b5bd2e5cc1ee43f121c91137132a1330476a69fe40b159ca7dee8e38f486b17a9895012eb4a21f4a3c324693a7d3db689867f3edf2cfe2ea4bc2468d3ecac SHA512 1ef4b2b71cecb7f42b1b78fe20ffb7715aad1b360abbcbca629cad58d9377ff8779a0fe983b3c6f5a00376120c838deda1d160ff9f378a955cf4b308bc5bc46a
EBUILD ladspa-bs2b-0.9.1-r1.ebuild 438 BLAKE2B cd0b303ac893648dd6eeb241b9272daf4f55532860eef8c05ef2ed8d2b0fa97a87ecd917d8e80fd632995f7139c3eaeafddadff48e669cf857fd16a0a3ce63ba SHA512 56db6957c4e123dcdebad33796934a388c6fbc4e70645cee43adcbe716a3a0e2d07df7a0d58203f102670a0ced4542af20065b3c5e4a434c684d5b751618a145
+EBUILD ladspa-bs2b-0.9.1-r2.ebuild 509 BLAKE2B 8d0e38bde76a6ada473aba07fbd4bbbdda6cfe1a529f5570a85ac66acc02c1e06c0f1943a6c99c2be7bd132f80552f4be1277dc1794261d7c07a54d451a9373b SHA512 0f77bfcc6a844dd4725351c4dcbf7c4580b1991fbb24e8daba7119a70166ccfb50932a0e4665a2f8c3d6f342e8ebee1b9610c7367f921e1c645e54b96db7a41e
MISC metadata.xml 324 BLAKE2B 1ac07610cd5e3a3a2874a9eba847b8aa874c700b53e6f9513cab2e806446d7a1dd4a25a750271475dda8a6d62a6afc31625988fb64051e6ad78476324d06266a SHA512 d98e4b491ba58c9d08b924e7c432d496599af2558796637039d7771759072522b06f75d4fc2eade53953fcd76bac9937d13b774c2c2e02ba23e0650d62dbe7b0
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild
new file mode 100644
index 000000000000..335c9aee6c76
--- /dev/null
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="LADSPA plugin for bs2b headphone filter"
+HOMEPAGE="http://bs2b.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/ladspa-sdk
+ >=media-libs/libbs2b-3.1.0"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}