| 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.)
Created an attachment (id=113692) [details]
faac.patch
(In reply to comment #1) > Created an attachment (id=113692) [edit] [details] > faac.patch > Fixed, thanks.