commit:     905468fbd0fe46162687b664a37edce31e236bd4
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 06:36:59 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 06:36:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905468fb

media-libs/ladspa-sdk: dropped obsolete 1.17-r1

Bug: https://bugs.gentoo.org/913042
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild | 64 -------------------------
 1 file changed, 64 deletions(-)

diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild 
b/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
deleted file mode 100644
index e2f8e23dd7fa..000000000000
--- a/media-libs/ladspa-sdk/ladspa-sdk-1.17-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs portability multilib-minimal
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}_${PV}
-
-DESCRIPTION="The Linux Audio Developer's Simple Plugin API"
-HOMEPAGE="https://www.ladspa.org/";
-SRC_URI="https://www.ladspa.org/download/${MY_P}.tgz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/libsndfile[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-properbuild.patch"
-)
-
-HTML_DOCS="doc/*.html"
-
-src_prepare() {
-       default
-
-       multilib_copy_sources
-}
-
-multilib_src_compile() {
-       cd src
-       emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-               DYNAMIC_LD_LIBS="$(dlopen_lib)" \
-               CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
-               targets
-}
-
-multilib_src_test() {
-       cd src
-       emake test
-}
-
-multilib_src_install() {
-       cd src
-       emake INSTALL_PLUGINS_DIR="/usr/$(get_libdir)/ladspa" \
-               DESTDIR="${ED}" \
-               MKDIR_P="mkdir -p" \
-               install
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       # Needed for apps like rezound
-       dodir /etc/env.d
-       echo "LADSPA_PATH=${EPREFIX}/usr/$(get_libdir)/ladspa" > 
"${ED}/etc/env.d/60ladspa"
-}

Reply via email to