Bug 104155

Summary: [PATCH] enable optional FLAC support for multimedia/audacious
Product: Ports & Packages Reporter: rsmith
Component: Individual Port(s)Assignee: Sam Lawrance <lawrance>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description rsmith 2006-10-08 12:10:21 UTC
	FLAC support in multimedia/audacious is currently disabled.

Fix: Apply the following patches to the port Makefile and plist. They make FLAC
an optional dependency. 

Note that this also fixes a typo in CONFIGURE_ARGS; '--disable-flc' should
be '--disable-flac', according to the configure script for audacious.

---------- Makefile patch ----------
---------- pkg-plist patch ----------
How-To-Repeat: 	cd /usr/ports/multimedia/audacious; make config install clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-08 12:10:41 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2006-10-08 12:31:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Looking at audacious lately.  Take it.
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2006-10-15 13:51:35 UTC
Roland,

This change will have to wait until after the ports freeze.

Cheers
Sam
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-31 08:28:08 UTC
lawrance    2006-10-31 08:28:03 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/audacious Makefile pkg-plist 
  Log:
  Add a port option to build with FLAC support.
  
  PR:             ports/104155
  Submitted by:   Roland Smith <rsmith@xs4all.nl>
  Approved by:    Stepan Zastupov <redchrom@gmail.com> (maintainer, timeout 3 weeks)
  
  Revision  Changes    Path
  1.20      +12 -2     ports/multimedia/audacious/Makefile
  1.15      +1 -0      ports/multimedia/audacious/pkg-plist
_______________________________________________
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 5 Sam Lawrance freebsd_committer freebsd_triage 2006-10-31 08:35:51 UTC
State Changed
From-To: feedback->closed

Committed, thanks!