From 93a6698aa235417059b71a940d16650e69742def Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Jul 2009 14:54:02 +0000 Subject: Initial import of fuse-mp3fs-0.13: MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. This was written to enable using a FLAC collection with software and/or hardware which only understands MP3. It is also a novel alternative to traditional MP3 encoder applications. Just use your favorite file browser to select the files you want encoded and copy them somewhere! --- filesystems/fuse-mp3fs/patches/patch-ab | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 filesystems/fuse-mp3fs/patches/patch-ab (limited to 'filesystems/fuse-mp3fs/patches/patch-ab') diff --git a/filesystems/fuse-mp3fs/patches/patch-ab b/filesystems/fuse-mp3fs/patches/patch-ab new file mode 100644 index 00000000000..cdc2f2b62e6 --- /dev/null +++ b/filesystems/fuse-mp3fs/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2009/07/16 14:54:02 wiz Exp $ + +--- src/transcode.c.orig 2008-12-14 05:24:21.000000000 +0000 ++++ src/transcode.c +@@ -24,7 +24,6 @@ + #include + #include + #include +-#include + + #include + #ifdef LEGACY_FLAC -- cgit v1.2.3