Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494766 - =media-libs/mediastreamer-2.9.0 needs >=net-libs/ortp-0.21.0
Summary: =media-libs/mediastreamer-2.9.0 needs >=net-libs/ortp-0.21.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 19:15 UTC by Maciej S. Szmigiero
Modified: 2014-01-24 15:03 UTC (History)
2 users (show)

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 Maciej S. Szmigiero 2013-12-19 19:15:41 UTC
media-libs/mediastreamer-2.9.0 needs net-libs/ortp >= 0.21.0:
configure:22374: checking for ORTP
configure:22381: $PKG_CONFIG --exists --print-errors "ortp >= 0.21.0"
but ebuild specifies this dep as >=net-libs/ortp-0.17

Reproducible: Always

Steps to Reproduce:
1. Have net-libs/ortp >= 0.17, but < 0.21.0
2. emerge media-libs/mediastreamer-2.9.0
3. see it failing configure step
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2014-01-18 10:31:53 UTC
I adjusted the dependency to be >=0.21.0
Comment 2 Maciej S. Szmigiero 2014-01-24 15:03:52 UTC
Thanks.