Bug 110650 - [PATCH] audio/sdl_sound: don't use broken internal MP3 decoder
Summary: [PATCH] audio/sdl_sound: don't use broken internal MP3 decoder
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 01:00 UTC by Alejandro Pulver
Modified: 2007-03-31 04:40 UTC (History)
0 users

See Also:


Attachments
sdl_sound.diff (3.37 KB, patch)
2007-03-22 01:00 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver freebsd_committer freebsd_triage 2007-03-22 01:00:11 UTC

- Convert KNOBS to OPTIONS.
- When enabling MPEG use it for MP3 decoding, and when disabling it warn the user about the broken included decoder (see http://source.bungie.org/wiki/index.php/Linux_Build_Instructions).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 01:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 01:00:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-03-31 04:34:56 UTC
State Changed
From-To: feedback->open

Maintainer timeout.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-31 04:37:27 UTC
alepulver    2007-03-31 03:37:22 UTC

  FreeBSD ports repository

  Modified files:
    audio/sdl_sound      Makefile 
  Log:
  - Convert KNOBS to OPTIONS.
  - When enabling MPEG use it for MP3 decoding, and when disabling it warn the
    user about the broken included decoder (see
    http://source.bungie.org/wiki/index.php/Linux_Build_Instructions).
  - Show warning about broken internal MP3 support when building.
  
  PR:             ports/110650
  Submitted by:   alepulver (myself)
  Approved by:    dyeske@yahoo.com (maintainer, timeout)
  
  Revision  Changes    Path
  1.23      +24 -32    ports/audio/sdl_sound/Makefile
_______________________________________________
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 Alejandro Pulver freebsd_committer freebsd_triage 2007-03-31 04:37:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!