commit: 9f1ab02e68471eeac7ef7463700cce6c6b13a340 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 14:37:52 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 15:55:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1ab02e
media-libs/libdca: drop 0.0.7 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/libdca/libdca-0.0.7.ebuild | 55 ----------------------------------- 1 file changed, 55 deletions(-) diff --git a/media-libs/libdca/libdca-0.0.7.ebuild b/media-libs/libdca/libdca-0.0.7.ebuild deleted file mode 100644 index f35439547ab9..000000000000 --- a/media-libs/libdca/libdca-0.0.7.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic multilib-minimal - -DESCRIPTION="Library for decoding DTS Coherent Acoustics streams used in DVD" -HOMEPAGE="https://www.videolan.org/developers/libdca.html" -SRC_URI="https://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -IUSE="debug oss" - -DOCS=( AUTHORS ChangeLog NEWS README TODO doc/${PN}.txt ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.0.5-cflags.patch - "${FILESDIR}"/${PN}-0.0.5-tests-optional.patch - "${FILESDIR}"/${PN}-0.0.7-slibtool.patch -) - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - append-lfs-flags #328875 - - local myeconfargs=( - --disable-static - $(use_enable debug) - $(use_enable oss) - ) - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" - - # Those are thrown away afterwards, don't build them in the first place - if [[ "${ABI}" != "${DEFAULT_ABI}" ]] ; then - sed -e 's/ libao src//' -i Makefile || die - fi -} - -multilib_src_compile() { - emake OPT_CFLAGS="" -} - -multilib_src_install() { - emake DESTDIR="${D}" install - - find "${D}" -name '*.la' -type f -delete || die - rm "${D}"/usr/$(get_libdir)/libdts.a || die -}
