From 81b8f20732954c4508baf2f77472b5435e3f851f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Sep 2022 11:10:11 +0100 Subject: gentoo auto-resync : 14:09:2022 - 11:10:10 --- media-sound/qtgain/qtgain-1.0.0.ebuild | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'media-sound/qtgain/qtgain-1.0.0.ebuild') diff --git a/media-sound/qtgain/qtgain-1.0.0.ebuild b/media-sound/qtgain/qtgain-1.0.0.ebuild index 30cfbd9acb38..05c73f72ba02 100644 --- a/media-sound/qtgain/qtgain-1.0.0.ebuild +++ b/media-sound/qtgain/qtgain-1.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN="QtGain" -inherit desktop qmake-utils +inherit desktop optfeature qmake-utils DESCRIPTION="Simple frontend to mp3gain, vorbisgain and metaflac" HOMEPAGE="https://www.linux-apps.com/content/show.php/QtGain?content=56842" @@ -20,9 +20,8 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 " -DEPEND="${RDEPEND} - app-arch/unzip -" +DEPEND="${RDEPEND}" +BDEPEND="app-arch/unzip" S="${WORKDIR}/${PN}" @@ -37,11 +36,9 @@ src_install() { } pkg_postinst() { - elog "Additional features can be enabled by installing optional packages:" - elog "" - elog "media-libs/flac - flac support" - elog "media-sound/aacgain - aac support" - elog "media-sound/mp3gain - mp3 support" - elog "media-sound/vorbisgain - vorbis support" - elog "media-sound/id3v2 - mass renamer and cover downloader" + optfeature "FLAC support" media-libs/flac + optfeature "AAC support" media-sound/aacgain + optfeature "MP3 support" media-sound/mp3gain + optfeature "Vorbis support" media-sound/vorbisgain + optfeature "Mass renamer and cover downloader" media-sound/id3v2 } -- cgit v1.2.3