mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/zvbi: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit epatch libtool multilib-minimal
|
||||
|
||||
DESCRIPTION="VBI Decoding Library for Zapping"
|
||||
SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
|
||||
HOMEPAGE="http://zapping.sourceforge.net"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
|
||||
IUSE="doc dvb nls static-libs v4l X"
|
||||
|
||||
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
|
||||
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
|
||||
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
|
||||
X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
doc? ( app-doc/doxygen )
|
||||
nls? ( sys-devel/gettext )
|
||||
X? ( x11-libs/libXt )"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/tests-gcc7.patch"
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
ECONF_SOURCE="${S}" econf \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_enable v4l) \
|
||||
$(use_enable dvb) \
|
||||
$(use_enable nls) \
|
||||
$(use_with X x) \
|
||||
$(multilib_native_use_with doc doxygen)
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
multilib_is_native_abi && use doc && dohtml -a png,gif,html,css doc/html/*
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
|
||||
|
||||
find "${D}" -name '*.la' -delete
|
||||
}
|
||||
Reference in New Issue
Block a user