commit: 6705be58c200931fc6bcc03ccd385a84b6fca232 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Oct 17 10:36:28 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Oct 17 10:36:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6705be58
media-video/xvattr: update EAPI 5 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-video/xvattr/xvattr-1.3-r3.ebuild | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/media-video/xvattr/xvattr-1.3-r3.ebuild b/media-video/xvattr/xvattr-1.3-r3.ebuild index 54db3e63fb5..7a16d54cbe1 100644 --- a/media-video/xvattr/xvattr-1.3-r3.ebuild +++ b/media-video/xvattr/xvattr-1.3-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -inherit epatch autotools +inherit autotools DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd" @@ -14,25 +14,25 @@ SLOT=0 KEYWORDS="~amd64 ~ppc ~x86" IUSE="gtk" -RDEPEND="x11-libs/libX11 +RDEPEND=" + x11-libs/libX11 x11-libs/libXv x11-libs/libXext gtk? ( x11-libs/gtk+:2 )" DEPEND="${RDEPEND} - x11-libs/libXt - virtual/pkgconfig" + x11-libs/libXt" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-gtk.patch + "${FILESDIR}"/${P}-pod-encoding.patch +) src_prepare() { - epatch "${FILESDIR}"/${P}-gtk.patch - epatch "${FILESDIR}"/${P}-pod-encoding.patch + default eautoreconf } src_configure() { econf $(use_with gtk) } - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -}
