From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- sys-fs/mp3fs/mp3fs-0.91-r2.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys-fs/mp3fs/mp3fs-0.91-r2.ebuild (limited to 'sys-fs/mp3fs/mp3fs-0.91-r2.ebuild') diff --git a/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild new file mode 100644 index 000000000000..9cfc17e71ace --- /dev/null +++ b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A 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" + +RESTRICT="test" + +DEPEND="sys-fs/fuse:0= + media-libs/libid3tag:= + media-libs/flac + media-sound/lame + media-libs/libogg" +RDEPEND="${DEPEND}" -- cgit v1.2.3