Bug 152718 - media-libs/faac-1.25 version bump request
Bug#: 152718 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: radhermit@gmail.com
Component: Ebuilds
URL: 
Summary: media-libs/faac-1.25 version bump request
Keywords:  
Status Whiteboard: 
Opened: 2006-10-24 16:47 0000
Description:   Opened: 2006-10-24 16:47 0000
After looking through the source code, it appears that the as-needed patch was
incorporated into this release. Also, the tracknumber patch used with the
previous version is probably not necessary anymore as the faac team changed the
problematic code to use another scanf parameter that doesn't consider numbers
starting with 0 as octal.

------- Comment #1 From Tim Harder 2006-10-24 17:14:05 0000 -------
I forgot to mention that the automake process failed for me on the upstream
package due to some EOL problems with configure.in as it has both CR and LF.
Changing all EOL to LF only and repackaging solved the problem.

------- Comment #2 From Tim Harder 2006-10-24 18:42:20 0000 -------
Created an attachment (id=100433) [details]
faac-1.25.ebuild

The ebuild is almost a direct bump of the previous version except it doesn't
contain the epatch lines.

------- Comment #3 From Christian Schmidt 2006-11-22 04:19:28 0000 -------
Created an attachment (id=102537) [details]
ebuild for faac 1.2.5 that fixes aclocal problems

The configure.in in the toplevel directory is saved with CRLF linebreaks, which
somehow doesn't work with my aclocal. Added a recode for this.

------- Comment #4 From Christian Schmidt 2006-11-22 08:18:57 0000 -------
Created an attachment (id=102552) [details]
Re-enable support for external libmp4v2

If libmp4v2 is installed, support for mp4 is completely lost in faac 1.25. This
patch changes a bit of the automake/autoconf input to re-enable it.

------- Comment #5 From Christian Schmidt 2006-11-22 08:20:26 0000 -------
Created an attachment (id=102553) [details]
Updated ebuild for faac 1.25

This ebuild applies the mp4 re-enable patch, and fixes a CRLF conversion
problem that stops aclocal to parse the configure.in.

------- Comment #6 From stephan 2006-12-18 14:16:33 0000 -------
the ebuild for 1.25 by christian works for me and faac won't "freeze" any more
:o)

------- Comment #7 From Diego E. 'Flameeyes' Pettenò 2006-12-22 01:03:39 0000 -------
Did anybody check if the license is still GPL or they changed it like for faad?

------- Comment #8 From stephan 2007-02-06 23:27:45 0000 -------
Created an attachment (id=109394) [details]
faac-1.25 with recode deps

I've incldued app-text/recode in deps since it is not present in default stage3 

------- Comment #9 From Ben de Groot 2007-02-18 17:31:35 0000 -------
The license is still LGPL-2. I added stephan's ebuild to the berkano overlay
(see http://forums.gentoo.org/viewtopic-t-508174.html ).

------- Comment #10 From Steve Dibb 2007-03-17 20:07:07 0000 -------
thanks for the ebuilds and patches, guys. committed to cvs