Commit graph

9 commits

Author SHA1 Message Date
agc
b063b17466 Add SHA512 digests for distfiles for filesystems category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 00:14:59 +00:00
wiz
facff6a097 Downgrade to 0.13 since that version works on NetBSD. 2014-11-26 22:31:41 +00:00
wiz
10bc145531 Update to 0.91:
Important changes in 0.91 (2014-05-14)

This is mainly bug fixes.

Changes in this release:
* Fixed a segfault caused by an overflow reading the list of available
  decoders.
* A number of problems with the previous distribution tar are now fixed.
* The output of `mp3fs --version` has been made more complete.

Important changes in 0.9 (2014-04-06)

This is a major new release, and brings us very close to a 1.0 release!

Changes in this release:
* All transcoding code has been completely rewritten. Encoding and
  decoding have been abstracted out into base classes defining interfaces
  that can be implemented by different codec classes, with just a FLAC
  decoder and MP3 encoder at the moment.
* The build system has been modified as well to support this usage.
* A number of small bugs or code inefficiencies have been fixed.

Important changes in 0.32 (2012-06-18)

This release has a lot of bug fixes and some code cleanup.

Changes in this release:
* The file size calculation should always be correct.
* A crash affecting programs like scp that might try to access past the
  end of the file has been fixed.
* Too many other little fixes were made to list here. See the ChangeLog
  for full details.

Important changes in 0.31 (2011-12-04)

This is a minor update, with bug fixes and a new feature.

Changes in this release:
* The ReplayGain support added earlier now can be configured through the
  command line.
* Filename translation (from .flac to .mp3) is now fixed on filesystems
  such as XFS that do not populate dirent.d_type.
* A couple other minor bugs fixes and changes were made.

Important changes in 0.30 (2010-12-01)

This is a major new release, and brings mp3fs much closer to an eventual
1.0 release.

Changes in this release:
* Support for additional metadata tags has been added. (From Gregor
  Zurowski)
* Documentation improvements: the help message is more useful, and a man
  page has been added.
* Choosing bitrate is now done with a command-line or mount option, rather
  than the old comma syntax.
* A new option to select LAME encoding quality is now available. (From
  Gregor Zurowski)
* Debug output can be enabled at runtime.
* Old external libraries included in distribution (StringIO, talloc) have
  been removed and replaced.
* Numerous bug fixes have been made. (Some from Gregor Zurowski)
2014-11-23 19:33:16 +00:00
wiz
c1a95285b6 Include inttypes.h for PRIu64.
No idea why this suddenly started to be necessary though (on
NetBSD-6.99.20/amd64).
2013-06-13 14:35:34 +00:00
asau
c636f40438 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 16:08:30 +00:00
marino
95217926e6 filesystems/fuse-mp3fs: Fix build for DragonFly
DragonFly needs same macro switches as NetBSD, adjust existing patch
accordingly.
2012-08-17 14:10:31 +00:00
wiz
8378c88689 Fix build with clang-3.1. 2012-03-29 11:40:19 +00:00
wiz
46ccd552b2 Be smarter when parsing the argument for the bitrate.
Allows mounting directories with commas in them.
Bump PKGREVISION.
2009-07-17 10:43:21 +00:00
wiz
01492a1db9 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!
2009-07-16 14:54:02 +00:00