From 4ede9199cc4ee194377eed6c31c904c3462e249f Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sun, 13 Jun 2021 08:41:19 +0200 Subject: media-libs/opus: removed obsolete 1.3.1-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc --- media-libs/opus/opus-1.3.1-r1.ebuild | 45 ------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 media-libs/opus/opus-1.3.1-r1.ebuild (limited to 'media-libs/opus') diff --git a/media-libs/opus/opus-1.3.1-r1.ebuild b/media-libs/opus/opus-1.3.1-r1.ebuild deleted file mode 100644 index 9f336ce55ee1..000000000000 --- a/media-libs/opus/opus-1.3.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic multilib-minimal - -DESCRIPTION="Open codec for interactive speech and music transmission over the Internet" -HOMEPAGE="https://opus-codec.org/" -SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -INTRINSIC_FLAGS="cpu_flags_x86_sse cpu_flags_arm_neon" -IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}" - -BDEPEND="doc? ( - app-doc/doxygen - media-gfx/graphviz - )" - -multilib_src_configure() { - local myeconfargs=( - $(use_enable custom-modes) - $(use_enable doc) - $(use_enable static-libs static) - ) - - local i - for i in ${INTRINSIC_FLAGS} ; do - use ${i} && myeconfargs+=( --enable-intrinsics ) - done - - if is-flagq -ffast-math || is-flagq -Ofast; then - myeconfargs+=( "--enable-float-approx" ) - fi - - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name "*.la" -delete || die -} -- cgit v1.2.3-65-gdbad