Bug 115805 - audio/libsndfile: add support for FLAC metadata
Summary: audio/libsndfile: add support for FLAC metadata
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-25 10:50 UTC by Ed Schouten
Modified: 2007-08-26 00:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-08-25 10:50:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-25 10:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2007-08-25 21:57:55 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-25 23:56:31 UTC
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"
Comment 4 Jeremy Messenger freebsd_committer freebsd_triage 2007-08-25 23:56:44 UTC
State Changed
From-To: feedback->closed

It has been added/committed.