Bug 206888 - audio/libaudiofile: fix FLAC support
Summary: audio/libaudiofile: fix FLAC support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-03 18:15 UTC by Jung-uk Kim
Modified: 2016-07-25 21:49 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Add audio/flac as a dependency (1.52 KB, patch)
2016-02-03 18:15 UTC, Jung-uk Kim
no flags Details | Diff
Add audio/flac as a dependency (639 bytes, patch)
2016-02-03 18:35 UTC, Jung-uk Kim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jung-uk Kim freebsd_committer freebsd_triage 2016-02-03 18:15:48 UTC
Created attachment 166507 [details]
Add audio/flac as a dependency

FLAC support was added in 0.3.6.

https://svnweb.freebsd.org/changeset/ports/333231
https://svnweb.freebsd.org/ports/head/audio/libaudiofile/pkg-descr?view=patch&r1=333230&r2=333231

However, it is only enabled when configure script finds it.
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2016-02-03 18:35:51 UTC
Created attachment 166519 [details]
Add audio/flac as a dependency

The previous patch had an unnecessary changes.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-07-25 21:46:56 UTC
A commit references this bug:

Author: jbeich
Date: Mon Jul 25 21:46:08 UTC 2016
New revision: 419068
URL: https://svnweb.freebsd.org/changeset/ports/419068

Log:
  audio/libaudiofile: track flac dependency

  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac

  PR:		206888
  Submitted by:	jkim
  Approved by:	portmgr blanket, maintainer timeout (6 months)

Changes:
  head/audio/libaudiofile/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-25 21:48:59 UTC
A commit references this bug:

Author: jbeich
Date: Mon Jul 25 21:48:48 UTC 2016
New revision: 419071
URL: https://svnweb.freebsd.org/changeset/ports/419071

Log:
  MFH: r419068

  audio/libaudiofile: track flac dependency

  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac

  PR:		206888
  Submitted by:	jkim
  Approved by:	portmgr blanket, maintainer timeout (6 months)
  Approved by:	ports-secteam blanket

Changes:
_U  branches/2016Q3/
  branches/2016Q3/audio/libaudiofile/Makefile
Comment 4 Jan Beich freebsd_committer freebsd_triage 2016-07-25 21:49:45 UTC
Thanks. Landed.