Bug 59410

Summary: [PATCH] multimedia/libxine ac3 decoding broken
Product: Ports & Packages Reporter: Bartosz Fabianowski <bartosz>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch:patch-src:liba52:Makefile.in none

Description Bartosz Fabianowski 2003-11-18 08:10:04 UTC
The patch file patch-src:liba52:Makefile.in in the port multimedia/libxine is a bit too aggressive on Makefile.in and removes two entries necessary for ac3 decoding in xine to work. The following patch restores those entries and thus, fixes ac3 decoding in xine (and kaffeine). This can be verified by playing a DVD with ac3 sound.

Fix: Apply the attached patch to patch-src:liba52:Makefile.in.
How-To-Repeat: Play a DVD with ac3 sound - sound is missing. Alternatively, start xine with a high verbosity level - the ac3 decoder plug-in will fail to load due to an unresolved symbol.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-18 09:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2003-11-26 15:25:37 UTC
State Changed
From-To: open->closed

Committed, thanks!