From 3deeefabbe523b1adc2f6c6ff9dd8c03f77eec1c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 23:30:10 +0200 Subject: media-sound/mpfc: Add sys-libs/ncurses[unicode(+)] Signed-off-by: David Seifert --- media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 58 --------------------------------- media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild | 58 +++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild create mode 100644 media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild deleted file mode 100644 index 0d64bd78bc89..000000000000 --- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Music Player For Console" -HOMEPAGE="http://mpfc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="alsa cdda flac gpm mad nls oss static-libs vorbis wav" - -RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 ) - flac? ( media-libs/flac ) - gpm? ( >=sys-libs/gpm-1.19.3 ) - mad? ( media-libs/libmad ) - vorbis? ( media-libs/libvorbis ) - sys-libs/ncurses:0=[unicode] - dev-libs/icu:=" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-fix-underlinking.patch" - "${FILESDIR}/${P}-qa-implicit-declarations.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable alsa) \ - $(use_enable cdda audiocd) \ - $(use_enable flac) \ - $(use_enable gpm) \ - $(use_enable mad mp3) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable static-libs static) \ - $(use_enable vorbis ogg) \ - $(use_enable wav) -} - -src_install() { - default - - insinto /etc - doins mpfcrc - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -} diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild new file mode 100644 index 000000000000..92522b3fda8d --- /dev/null +++ b/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Music Player For Console" +HOMEPAGE="http://mpfc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="alsa cdda flac gpm mad nls oss static-libs vorbis wav" + +RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 ) + flac? ( media-libs/flac ) + gpm? ( >=sys-libs/gpm-1.19.3 ) + mad? ( media-libs/libmad ) + vorbis? ( media-libs/libvorbis ) + sys-libs/ncurses:=[unicode(+)] + dev-libs/icu:=" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-fix-underlinking.patch" + "${FILESDIR}/${P}-qa-implicit-declarations.patch" +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + $(use_enable alsa) \ + $(use_enable cdda audiocd) \ + $(use_enable flac) \ + $(use_enable gpm) \ + $(use_enable mad mp3) \ + $(use_enable nls) \ + $(use_enable oss) \ + $(use_enable static-libs static) \ + $(use_enable vorbis ogg) \ + $(use_enable wav) +} + +src_install() { + default + + insinto /etc + doins mpfcrc + + # package provides .pc files + find "${D}" -name '*.la' -delete || die +} -- cgit v1.2.3-65-gdbad