Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171373 - media-libs/faac-1.25: Useless app-text/recode dependency
Summary: media-libs/faac-1.25: Useless app-text/recode dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-18 19:52 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-03-25 13:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
faac.patch (faac.patch,480 bytes, patch)
2007-03-18 19:54 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-03-18 19:52:31 UTC
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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-03-18 19:54:27 UTC
Created attachment 113692 [details, diff]
faac.patch
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-03-25 13:17:31 UTC
(In reply to comment #1)
> Created an attachment (id=113692) [edit]
> faac.patch
> 

Fixed, thanks.