mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/dirac: drop multilib
No multilib reverse dependencies. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools multilib-minimal
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Open Source video codec"
|
||||
HOMEPAGE="http://dirac.sourceforge.net/"
|
||||
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE="debug doc cpu_flags_x86_mmx static-libs"
|
||||
IUSE="debug doc cpu_flags_x86_mmx"
|
||||
|
||||
BDEPEND="
|
||||
doc? (
|
||||
@@ -30,21 +30,18 @@ src_prepare() {
|
||||
default
|
||||
|
||||
AT_M4DIR="m4" eautoreconf
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
ECONF_SOURCE="${S}" econf \
|
||||
$(use_enable static-libs static) \
|
||||
src_configure() {
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
|
||||
econf \
|
||||
$(use_enable cpu_flags_x86_mmx mmx) \
|
||||
$(use_enable debug) \
|
||||
$(multilib_native_enable doc)
|
||||
if ! multilib_is_native_abi ; then
|
||||
sed -i -e 's/ encoder decoder util//' Makefile || die
|
||||
fi
|
||||
$(use_enable doc)
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
|
||||
@@ -52,9 +49,7 @@ multilib_src_install() {
|
||||
algodir="${EPREFIX}/usr/share/doc/${PF}/algorithm" \
|
||||
faqdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
install
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user