Bug 116227 - Lack of WavPack support in multimedia/libxine
Summary: Lack of WavPack support in multimedia/libxine
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 13:20 UTC by Dar
Modified: 2007-09-24 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (839 bytes, patch)
2007-09-09 13:20 UTC, Dar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dar 2007-09-09 13:20:07 UTC
Current release of libxine 1.1.7 supports demultiplexing/decoding of WavPack through libwavpack. But there are no options to enable this in ports.

Fix: Apply patch. It adds option to enable WavPack into Makefile.

Patch attached with submission follows:
How-To-Repeat: Simply build multimedia/libxine
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 13:22:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-24 15:52:47 UTC
nobutaka    2007-09-24 14:52:19 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libxine   Makefile pkg-plist 
  Log:
  Add WITH_WAVPACK knob for WavPack support.
  
  PR:             ports/116227
  Submitted by:   Dar <dar.quonb@gmail.com>
  
  Revision  Changes    Path
  1.119     +11 -1     ports/multimedia/libxine/Makefile
  1.47      +1 -0      ports/multimedia/libxine/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 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2007-09-24 15:53:27 UTC
State Changed
From-To: open->closed

Committed with slight modifications, thanks!