Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210509 - media-plugins/gst-plugins-ffmpeg shouldn't RDEPEND on pkgconfig
Summary: media-plugins/gst-plugins-ffmpeg shouldn't RDEPEND on pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 18:58 UTC by Olivier Rolland
Modified: 2008-02-22 10:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Rolland 2008-02-17 18:58:00 UTC
pkg-config is not a runtime dependencies. Quick fix:

RDEPEND=">=media-libs/gstreamer-0.10.4
	>=media-libs/gst-plugins-base-0.10.4
	>=dev-libs/liboil-0.3.6"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"


Reproducible: Always
Comment 1 Zaheer Abbas Merali (RETIRED) gentoo-dev 2008-02-22 10:41:38 UTC
thanks, fixed