Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52691 - SDLcam missing libfame dependency
Summary: SDLcam missing libfame dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 08:17 UTC by Armando Di Cianno (RETIRED)
Modified: 2004-06-01 14:59 UTC (History)
0 users

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


Attachments
adds depend for media-libs/libfame (SDLcam-0.7.3-r2.ebuild,1.50 KB, application/octet-stream)
2004-06-01 08:18 UTC, Armando Di Cianno (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Armando Di Cianno (RETIRED) gentoo-dev 2004-06-01 08:17:26 UTC
SDLcam 0.7.3 requires libfame to compile mpeg support.

Installed a fresh + clean system over the weekend, and SDLcam definitely did not want to compile without libfame, but other dependencies were brought in.

Reproducible: Always
Steps to Reproduce:
1. Install a clean system.
2. Check if libfame got brought in by another package
3. emerge SDLcam - SDLcam fails to compile without libfame

Actual Results:  
(The compile error is long gone in an xterm buffer, but the actual error that
was most important was...)

missing fame.h

Expected Results:  
ebuild should depend on media-libs/libfame
Comment 1 Armando Di Cianno (RETIRED) gentoo-dev 2004-06-01 08:18:30 UTC
Created attachment 32463 [details]
adds depend for media-libs/libfame
Comment 2 SpanKY gentoo-dev 2004-06-01 14:59:23 UTC
yeah, there's a '-lfame' hiding in the Makefile :)

thanks for the heads up