summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-03-20 19:48:53 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-20 19:48:53 +0100
commitae12f40d22d3fdc23e32d7f37535c2ecd86101dd (patch)
tree7225677b13f8823c411d99ab043a8c95cd04796c
parentdev-lang/cxprolog: [QA] fix tc-get* quoting (diff)
downloadgentoo-ae12f40d22d3fdc23e32d7f37535c2ecd86101dd.tar.gz
gentoo-ae12f40d22d3fdc23e32d7f37535c2ecd86101dd.tar.bz2
gentoo-ae12f40d22d3fdc23e32d7f37535c2ecd86101dd.zip
media-sound/xineadump: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--media-sound/xineadump/xineadump-0.1-r2.ebuild (renamed from media-sound/xineadump/xineadump-0.1-r1.ebuild)11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r2.ebuild
index df5b84d849c1..0ad5a7012fd1 100644
--- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
+++ b/media-sound/xineadump/xineadump-0.1-r2.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Utility for Xine decoding support in transKode"
HOMEPAGE="https://sourceforge.net/projects/transkode"
SRC_URI="mirror://sourceforge/transkode/${P}.tar.bz2"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
-RDEPEND="media-libs/xine-lib
+RDEPEND="
+ media-libs/xine-lib
media-libs/alsa-lib"
DEPEND="${RDEPEND}"
-S=${WORKDIR}/${PN}
-
PATCHES=(
"${FILESDIR}/${P}-gcc-4.3.patch"
"${FILESDIR}/${P}-gcc-4.4.patch"