summaryrefslogtreecommitdiff
path: root/filesystems/fuse-mp3fs
AgeCommit message (Collapse)AuthorFilesLines
2013-06-13Include inttypes.h for PRIu64.wiz2-4/+7
No idea why this suddenly started to be necessary though (on NetBSD-6.99.20/amd64).
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-08-17filesystems/fuse-mp3fs: Fix build for DragonFlymarino2-6/+6
DragonFly needs same macro switches as NetBSD, adjust existing patch accordingly.
2012-03-29Fix build with clang-3.1.wiz2-1/+46
2009-07-17Be smarter when parsing the argument for the bitrate.wiz3-5/+15
Allows mounting directories with commas in them. Bump PKGREVISION.
2009-07-16Initial import of fuse-mp3fs-0.13:wiz6-0/+99
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!