The latest libsndfile release doesn't support metadata in FLAC files. Support for this is only available in the latest development code. Support for FLAC metadata would be really helpful for the audio/herrie port, because this would allow Herrie users to submit FLAC tracks to Last.fm (AudioScrobbler). The next release of libsndfile won't be soon, because the maintainer of libsndfile has reported that he would like to fix various other issues before performing the next release. Fix: This message on the herrie-users mailinglist includes the FLAC metadata patch for libsndfile. The same patch has already been merged by the libsndfile maintainer. https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html https://lists.hoeg.nl/archives/herrie-users/attachments/20070710/be76da72/attachment.diff
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer
State Changed From-To: open->feedback Can you test this by put patch-flac_metadata_support in libsndfile/files/? http://people.freebsd.org/~mezz/diff/patch-flac_metadata_support
mezz 2007-08-25 22:56:26 UTC FreeBSD ports repository Modified files: audio/libsndfile Makefile Added files: audio/libsndfile/files patch-flac_metadata_support Log: - Add support for FLAC metadata. [1] - Remove sqlite3 option and disable it by default, since it's only for regression tests. - Bump the PORTREVISION. PR: ports/114524 ports/115805 Suggested by: Ed Schouten <ed@fxq.nl> Obtained from: https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1] Revision Changes Path 1.37 +5 -10 ports/audio/libsndfile/Makefile 1.1 +44 -0 ports/audio/libsndfile/files/patch-flac_metadata_support (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed It has been added/committed.