Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332023 - media-libs/libnghost - a media center frontend for car PC type systems
Summary: media-libs/libnghost - a media center frontend for car PC type systems
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://sf.net/projects/nghost
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 332025
  Show dependency tree
 
Reported: 2010-08-10 11:54 UTC by Richard F. Ostrow Jr.
Modified: 2010-08-10 14:23 UTC (History)
1 user (show)

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


Attachments
ebuild for libnghost-2.0.2 (libnghost-2.0.2.ebuild,1.91 KB, text/plain)
2010-08-10 11:58 UTC, Richard F. Ostrow Jr.
Details
patch needed by ebuild to add '#include <cstdio>' to various parts of the project (libnghost-2.0.2.stdio-kshots.patch,1.46 KB, patch)
2010-08-10 12:01 UTC, Richard F. Ostrow Jr.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard F. Ostrow Jr. 2010-08-10 11:54:21 UTC
Submitting an ebuild for the nghost libraries, needed for the nghost media center project.

Reproducible: Always

Steps to Reproduce:
Comment 1 Richard F. Ostrow Jr. 2010-08-10 11:58:33 UTC
Created attachment 242231 [details]
ebuild for libnghost-2.0.2
Comment 2 Richard F. Ostrow Jr. 2010-08-10 12:01:26 UTC
Created attachment 242233 [details, diff]
patch needed by ebuild to add '#include <cstdio>' to various parts of the project

This patch adds a '#include <cstdio>' to various parts of the project. It appears that older versions of gcc let you get away with not explicitly including this header, but the current version of gcc stable (4.4.3-r2) does not let you get away with it.