From ccf24fbbdf954bcddcdda4bb482fbae79d095446 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 22 Sep 2022 22:45:07 +0200 Subject: sys-fs/mp3fs: Add missing media-libs/flac[cxx] USEdep Closes: https://bugs.gentoo.org/872395 Signed-off-by: Andreas Sturmlechner --- sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild | 31 ------------------------------- sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild create mode 100644 sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild (limited to 'sys-fs') diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild deleted file mode 100644 index 1fa7524c654e..000000000000 --- a/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read" -HOMEPAGE="https://khenriks.github.com/mp3fs/" -SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+flac vorbis" - -REQUIRED_USE="|| ( flac vorbis )" -RESTRICT="test" - -DEPEND=" - media-libs/libid3tag:= - media-sound/lame - sys-fs/fuse:0= - flac? ( >=media-libs/flac-1.1.4:= ) - vorbis? ( >=media-libs/libvorbis-1.3.0 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - $(use_with flac) \ - $(use_with vorbis) -} diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild new file mode 100644 index 000000000000..222b8b14873c --- /dev/null +++ b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read" +HOMEPAGE="https://khenriks.github.com/mp3fs/" +SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="+flac vorbis" + +REQUIRED_USE="|| ( flac vorbis )" +RESTRICT="test" + +DEPEND=" + media-libs/libid3tag:= + media-sound/lame + sys-fs/fuse:0= + flac? ( >=media-libs/flac-1.1.4:=[cxx] ) + vorbis? ( >=media-libs/libvorbis-1.3.0 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_with flac) \ + $(use_with vorbis) +} -- cgit v1.2.3-65-gdbad