Bug 137907 - [PATCH] audio/lame: upstream bugfix (ffmpeg)
Summary: [PATCH] audio/lame: upstream bugfix (ffmpeg)
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: Alexander Leidinger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 08:20 UTC by Martin Matuska
Modified: 2009-08-18 09:21 UTC (History)
1 user (show)

See Also:


Attachments
lame-3.98.2_2.patch (3.11 KB, patch)
2009-08-18 08:20 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2009-08-18 08:20:02 UTC
Add upstream bugfix to work correctly with recent ffmpeg versions.
Patch backported from lame3_98 branch, diff between revisions 1.323.2.6 and 1.323.2.5.
CVS comment: workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in loop

References:
https://roundup.ffmpeg.org/roundup/ffmpeg/issue803
http://sourceforge.net/tracker/?func=detail&aid=2553863&group_id=290&atid=100290
http://lame.cvs.sourceforge.net/viewvc/lame/lame/libmp3lame/lame.c?sortby=date&r1=1.323.2.5&r2=1.323.2.6&pathrev=lame3_98

Added file(s):
- files/patch-libmp3lame-lame.c

Port maintainer (netchild@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-18 08:20:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->netchild

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-18 09:10:19 UTC
mm          2009-08-18 08:10:09 UTC

  FreeBSD ports repository

  Modified files:
    audio/lame           Makefile 
  Added files:
    audio/lame/files     patch-libmp3lame-lame.c 
  Log:
  - Upstream patch for FFMPEG issue 803
  - Bump PORTREVISION
  
  PR:             ports/137907
  Approved by:    netchild (maintainer)
  
  Revision  Changes    Path
  1.51      +1 -1      ports/audio/lame/Makefile
  1.1       +72 -0     ports/audio/lame/files/patch-libmp3lame-lame.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 Martin Matuska freebsd_committer freebsd_triage 2009-08-18 09:21:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!