# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all inherit autotools-multilib DESCRIPTION="Library for playing MOD-like music files" SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz" HOMEPAGE="http://modplug-xmms.sourceforge.net/" LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="static-libs" RDEPEND="" DEPEND="virtual/pkgconfig" DOCS=( AUTHORS ChangeLog NEWS README TODO ) PATCHES=( "${FILESDIR}/${PN}-0.8.4-timidity-patches.patch" "${FILESDIR}/${P}-no-fast-math.patch" )