Bug 171373 - media-libs/faac-1.25: Useless app-text/recode dependency
Bug#: 171373 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: arfrever@gentoo.org
Component: Ebuilds
URL: 
Summary: media-libs/faac-1.25: Useless app-text/recode dependency
Keywords:  
Status Whiteboard: 
Opened: 2007-03-18 19:52 0000
Description:   Opened: 2007-03-18 19:52 0000
media-libs/faac-1.25 uses recode to change all "\r\n" to "\n", but the same can
be done using sed or cat+tr+mv.

(I have also iconv from GLibC to change encodings, but in this case using sed
is fully sufficient.)

------- Comment #1 From Arfrever Frehtes Taifersar Arahesis 2007-03-18 19:54:27 0000 -------
Created an attachment (id=113692) [details]
faac.patch

------- Comment #2 From Samuli Suominen 2007-03-25 13:17:31 0000 -------
(In reply to comment #1)
> Created an attachment (id=113692) [edit] [details]
> faac.patch
> 

Fixed, thanks.