summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-29 23:38:15 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-29 23:38:15 +0200
commiteba81902ba0ca8ae44cfc0d84dac035b5283aee3 (patch)
tree6851252e17d477f2bc0c431a8519cd5644f42a9a /media-sound/easytag
parentmedia-sound/combine_wave: update EAPI 6 -> 8 (diff)
downloadgentoo-eba81902ba0ca8ae44cfc0d84dac035b5283aee3.tar.gz
gentoo-eba81902ba0ca8ae44cfc0d84dac035b5283aee3.tar.bz2
gentoo-eba81902ba0ca8ae44cfc0d84dac035b5283aee3.zip
media-sound/easytag: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/easytag')
-rw-r--r--media-sound/easytag/easytag-2.4.3-r3.ebuild (renamed from media-sound/easytag/easytag-2.4.3-r2.ebuild)20
1 files changed, 8 insertions, 12 deletions
diff --git a/media-sound/easytag/easytag-2.4.3-r2.ebuild b/media-sound/easytag/easytag-2.4.3-r3.ebuild
index bfadc0488b19..98b5ca0d6565 100644
--- a/media-sound/easytag/easytag-2.4.3-r2.ebuild
+++ b/media-sound/easytag/easytag-2.4.3-r3.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
@@ -12,13 +11,11 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG"
LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack"
RESTRICT="!test? ( test )"
REQUIRED_USE="
opus? ( vorbis )
- speex? ( vorbis )
-"
+ speex? ( vorbis )"
RDEPEND="
>=dev-libs/glib-2.38:2
@@ -40,9 +37,9 @@ RDEPEND="
>=media-libs/libogg-1.3.1
>=media-libs/libvorbis-1.3.4
)
- wavpack? ( >=media-sound/wavpack-4.70 )
-"
-DEPEND="${RDEPEND}
+ wavpack? ( >=media-sound/wavpack-4.70 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
app-text/docbook-xml-dtd:4.4
app-text/yelp-tools
dev-util/glib-utils
@@ -54,10 +51,9 @@ DEPEND="${RDEPEND}
test? (
dev-libs/appstream-glib
>=dev-util/desktop-file-utils-0.22
- )
-"
+ )"
-PATCHES=( "${FILESDIR}/${P}-ogg-corruption.patch" )
+PATCHES=( "${FILESDIR}"/${P}-ogg-corruption.patch )
src_configure() {
gnome2_src_configure \