summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2021-06-27 13:03:13 -0500
committerMatthias Maier <tamiko@gentoo.org>2021-06-27 13:03:43 -0500
commitf88a14a591abc234394a8c6ce4aae31a38af8ed0 (patch)
tree7c498dffa3882506719fdbefcb0e94e544f89222
parentapp-crypt/jitterentropy-rngd: version bump to 1.2.2 (diff)
downloadgentoo-f88a14a5.tar.gz
gentoo-f88a14a5.tar.bz2
gentoo-f88a14a5.zip
sys-fs/mp3fs: version bump to 1.1.1
Closes: https://bugs.gentoo.org/732764 Closes: https://bugs.gentoo.org/777756 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--sys-fs/mp3fs/Manifest1
-rw-r--r--sys-fs/mp3fs/mp3fs-1.1.1.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest
index 0b723a88d1c4..57f55c8eebf0 100644
--- a/sys-fs/mp3fs/Manifest
+++ b/sys-fs/mp3fs/Manifest
@@ -1 +1,2 @@
DIST mp3fs-0.91.tar.gz 357098 BLAKE2B 39f77f1f6d2c6e86aa08be925060c6cc72e0737ead2578f5b7ac5cfcf92aaf27dc31ae10e38646d0460c0087a7100229bc150ec443879b7c1c15c485cf3946c8 SHA512 9499566afbaf181acd9efb8a4d6253e288ab9be0c8b036b2993553d0d4f4692d7dbcf34ac03787d8dbbfc35b2cc29e1d78612933c428a908c9c48290fedb8681
+DIST mp3fs-1.1.1.tar.gz 804399 BLAKE2B 9e7f99b923ad744d172fa261315498c7df13d2416a7eca45108d47a7926c40c527e306c1b7d3f0aeded01ad5d32325640358fab5b5327a5c11e0e91d21d4f290 SHA512 b1e4f403666122056f924514a7e63ddd53dc00346d7750e37e8150ad5f13294129595d79398677c69726fb2abf942d4ddb8fdcac3b1312a01ed467475f22592b
diff --git a/sys-fs/mp3fs/mp3fs-1.1.1.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1.ebuild
new file mode 100644
index 000000000000..07bf786da21b
--- /dev/null
+++ b/sys-fs/mp3fs/mp3fs-1.1.1.ebuild
@@ -0,0 +1,22 @@
+# 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"
+IUSE=""
+
+RESTRICT=test
+
+DEPEND="sys-fs/fuse:0=
+ media-libs/libid3tag:=
+ media-libs/flac:=
+ media-sound/lame
+ media-libs/libogg"
+RDEPEND="${DEPEND}"