mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
media-libs/a52dec: remove USE=djbfft
Closes: https://bugs.gentoo.org/282412 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
parent
6b2c22e8aa
commit
8b47fbcc52
@ -12,10 +12,7 @@ SRC_URI="https://liba52.sourceforge.net/files/${P}.tar.gz"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
IUSE="djbfft oss"
|
||||
|
||||
RDEPEND="djbfft? ( >=sci-libs/djbfft-0.76-r2[${MULTILIB_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
IUSE="oss"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-build.patch
|
||||
@ -43,7 +40,7 @@ src_prepare() {
|
||||
multilib_src_configure() {
|
||||
ECONF_SOURCE="${S}" econf \
|
||||
--enable-shared \
|
||||
$(use_enable djbfft) \
|
||||
--disable-djbfft \
|
||||
$(usev !oss --disable-oss)
|
||||
|
||||
# remove useless subdirs
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sound@gentoo.org</email>
|
||||
<name>Gentoo Sound project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="djbfft">Prefer D.J. Bernstein's library for fourier transforms</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">liba52</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="project">
|
||||
<email>sound@gentoo.org</email>
|
||||
<name>Gentoo Sound project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">liba52</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user