summaryrefslogtreecommitdiff
path: root/filesystems/fuse-mp3fs/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-16 14:54:02 +0000
committerwiz <wiz@pkgsrc.org>2009-07-16 14:54:02 +0000
commit93a6698aa235417059b71a940d16650e69742def (patch)
tree3cec5eab58543c31cae35686a747ddcae56497b5 /filesystems/fuse-mp3fs/patches/patch-ab
parent7df4bdbf4ed37449a09f4b1d57974686f6b40bb2 (diff)
downloadpkgsrc-93a6698aa235417059b71a940d16650e69742def.tar.gz
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!
Diffstat (limited to 'filesystems/fuse-mp3fs/patches/patch-ab')
-rw-r--r--filesystems/fuse-mp3fs/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
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 <fcntl.h>
+ #include <dirent.h>
+ #include <errno.h>
+-#include <sys/statfs.h>
+
+ #include <FLAC/metadata.h>
+ #ifdef LEGACY_FLAC