Bug 138213 - Apply SqueezeCenter patches to audio/faad that enable streaming with BBCiPlayer
Summary: Apply SqueezeCenter patches to audio/faad that enable streaming with BBCiPlayer
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: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 22:20 UTC by Mark Knight
Modified: 2010-02-25 17:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knight 2009-08-26 22:20:03 UTC
Version 0.9 of the BBCiPlayer plugin for the audio/squeezecenter
port fails without patches to audio/faad that introduces support
for input from stdin.

For more information see:

  http://bugs.slimdevices.com/show_bug.cgi?id=10602
  http://svn.slimdevices.com/slim/7.3/trunk/vendor/faad2/ (source of this patch)

Fix: 

Apply the following patch to audio/faad:
  http://www.knigma.org/scratch/faad_patch_for_squeezecenter.txt
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-26 22:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-25 17:13:04 UTC
brooks      2010-02-25 17:12:54 UTC

  FreeBSD ports repository

  Modified files:
    audio/faad           Makefile 
  Added files:
    audio/faad/files     patch-frontend_main.c 
  Log:
  Add stdin support from:
  
  http://svn.slimdevices.com/slim/7.3/trunk/vendor/faad2/bpa-stdin.patch
  
  This is required to allow BBCiPlayer support in audio/squeezeboxserver.
  
  PR:             ports/138213
  Submitted by:   Mark Knight <markk at knigma dot org>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.58      +1 -1      ports/audio/faad/Makefile
  1.3       +261 -0    ports/audio/faad/files/patch-frontend_main.c (new)
_______________________________________________
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 Brooks Davis freebsd_committer freebsd_triage 2010-02-25 17:13:31 UTC
State Changed
From-To: open->closed

Applied.  Sorry for the long delay.