commit:     26771796903a2591b5d52f763bdc8474b3269c6d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr  8 17:06:48 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 07:08:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26771796

media-plugins/vamp-libxtract-plugins: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36162
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 ...vamp-libxtract-plugins-0.6.6.20121204-r1.ebuild | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git 
a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204-r1.ebuild
 
b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204-r1.ebuild
new file mode 100644
index 000000000000..dfd51dbc3fac
--- /dev/null
+++ 
b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Vamp plugin encapsulating many of the functions of the LibXtract 
library"
+HOMEPAGE="https://www.vamp-plugins.org/";
+SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="=sci-libs/fftw-3*
+       >=media-libs/libxtract-0.6.6
+       media-libs/vamp-plugin-sdk"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+       default
+       sed -e "s/-O3//" -e "s/ -Wl,-Bstatic//" -i Makefile || die "sed 
Makefile failed"
+}
+
+src_configure() {
+       tc-export CXX
+}
+
+src_install() {
+       insinto /usr/$(get_libdir)/vamp
+       doins vamp-libxtract.{so,cat}
+       einstalldocs
+}

Reply via email to