summaryrefslogtreecommitdiff
path: root/media-plugins/swh-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /media-plugins/swh-plugins
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'media-plugins/swh-plugins')
-rw-r--r--media-plugins/swh-plugins/Manifest2
-rw-r--r--media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild10
2 files changed, 5 insertions, 7 deletions
diff --git a/media-plugins/swh-plugins/Manifest b/media-plugins/swh-plugins/Manifest
index 7fb4f34aa591..fa6d08057bef 100644
--- a/media-plugins/swh-plugins/Manifest
+++ b/media-plugins/swh-plugins/Manifest
@@ -1,4 +1,4 @@
AUX swh-plugins-0.4.17-system-gsm.patch 1365 BLAKE2B d1e0d86384f47d0d096b12d4e216b53aa3e9df24a7dc11fe79667cee369b4001ffe0e972ff2bc761b8b892a470d15e631da59a6cf7c2c3254f6548f194745a13 SHA512 57e0f6976cd1d91ce453947f7f013d81b56fb27094f4c653ffd033baaf7d4d77bb52167fc912d84b6eef207e34590edb4cee4bc7d676dea116a4ad34b06436ea
DIST swh-plugins-0.4.17.tar.gz 456472 BLAKE2B 827e5c0d6ac692636904df64d1af8d94488f22a26cf09586b0ad32bec9017c9f3cd66074d8f786f5722e4918d32ff27be719561005273f2dcee81ea8690d6274 SHA512 6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7
-EBUILD swh-plugins-0.4.17.ebuild 1678 BLAKE2B e2434b96b64435ed4b2bf530b8724ac1dcc564437ede44d46042fd3aeacbb5e6453bc88e528d0128511091ac032ae325f53c8ab7296903677c35ff3d82f245d3 SHA512 3365774353ade054fd47b75c3cdd3c153d86aa540152df2f0612bd4dd73a661c096e57837754f816c43c78a041d39cdd8a32ab521bb716d5fbe3f75cf0b281f6
+EBUILD swh-plugins-0.4.17.ebuild 1665 BLAKE2B abce019c9d3cd8305123b83e02f257d0491fb5e2c1c6311d0440b6d0a1c7748741953e2a6abc08bf3beee6325a85d4c5da3604311b70375c5739c4479dec4378 SHA512 faeca8845178d4867bf568db3172851f177fb944da3bb9a53103cc7a70728c165f45d327158e37df69ffbc2b57957790b4159b4936ae973925f82bea5dba321d
MISC metadata.xml 256 BLAKE2B 211ca90d8f704be5ca8a1994f0e8f1adbe1fd4937a10a301ced0b9be171dfdabb223661d168535cd7f5edfe0c8edca4620945e13dc3c43b5832ac183913188f0 SHA512 fde3b658512fa6742886d7dd84efc906331b43f5b0f8fdca353fe2280653381716d7143473c9237b9fe58b9df5889b38b008da34f6ce4b64336f38642d78e3dd
diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
index aeb2c673ccb7..896151126372 100644
--- a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
+++ b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools flag-o-matic multilib-minimal
+inherit autotools flag-o-matic toolchain-funcs multilib-minimal
DESCRIPTION="Large collection of LADSPA audio plugins/effects"
HOMEPAGE="http://plugin.org.uk"
SRC_URI="https://github.com/swh/ladspa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE="nls cpu_flags_x86_3dnow cpu_flags_x86_sse"
@@ -40,9 +40,7 @@ src_prepare() {
# Use system libgsm, also patch above, bug #252890
rm -rf gsm
- NOCONFIGURE=1 ./autogen.sh
-
- elibtoolize
+ eautoreconf
multilib_copy_sources
}