From 7e17209d16e2e8176356bddb6efb496495ee929c Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 15 Sep 2022 23:39:49 +0300 Subject: media-libs/lsp-dsp-lib: add 1.0.7, drop 1.0.5 --- media-libs/lsp-dsp-lib/lsp-dsp-lib-1.0.5.ebuild | 35 ------------------------- 1 file changed, 35 deletions(-) delete mode 100644 media-libs/lsp-dsp-lib/lsp-dsp-lib-1.0.5.ebuild (limited to 'media-libs/lsp-dsp-lib/lsp-dsp-lib-1.0.5.ebuild') diff --git a/media-libs/lsp-dsp-lib/lsp-dsp-lib-1.0.5.ebuild b/media-libs/lsp-dsp-lib/lsp-dsp-lib-1.0.5.ebuild deleted file mode 100644 index a3ee59e..0000000 --- a/media-libs/lsp-dsp-lib/lsp-dsp-lib-1.0.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="DSP library for signal processing" - -HOMEPAGE="https://github.com/lsp-plugins/lsp-dsp-lib" - -LSP_COMMON_LIB_PV="1.0.21" -LSP_TEST_FW_PV="1.0.15" -SRC_URI=" - https://github.com/lsp-plugins/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://github.com/lsp-plugins/lsp-common-lib/archive/refs/tags/${LSP_COMMON_LIB_PV}.tar.gz -> lsp-common-lib-${LSP_COMMON_LIB_PV}.tar.gz - https://github.com/lsp-plugins/lsp-test-fw/archive/refs/tags/${LSP_TEST_FW_PV}.tar.gz -> lsp-test-fw-${LSP_TEST_FW_PV}.tar.gz -" - -LICENSE="LGPL-3+" - -SLOT="0" - -KEYWORDS="~amd64" - -IUSE="" - -src_unpack() { - default - mkdir "${S}/modules" - mv "${WORKDIR}/lsp-common-lib-${LSP_COMMON_LIB_PV}" "${S}/modules/lsp-common-lib" - mv "${WORKDIR}/lsp-test-fw-${LSP_TEST_FW_PV}" "${S}/modules/lsp-test-fw" -} - -src_configure() { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" config -} -- cgit v1.2.3