Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578772 - x11-libs/libva-intel-driver-1.7.0 should depend on >=x11-libs/libva-1.7
Summary: x11-libs/libva-intel-driver-1.7.0 should depend on >=x11-libs/libva-1.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-01 19:10 UTC by Tim Mohlmann
Modified: 2016-04-04 07:28 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 Tim Mohlmann 2016-04-01 19:10:41 UTC
Currently in libva-intel-driver-1.7.0.ebuild:
------
RDEPEND=">=x11-libs/libva-1.6[X?,wayland?,drm?,${MULTILIB_USEDEP}]
    !<x11-libs/libva-1.0.15[video_cards_intel]
    >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}]
    wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
------

But fails in ebuild configure phase:
------
checking for LIBVA_DEPS... no
configure: error: Package requirements (libva >= 0.39) were not met:

Requested 'libva >= 0.39' but version of libva is 0.38.1
------

Manualy updgrading (and adding keyword) to x11-libs/libva-intel-driver-1.7.0 solved this issue for me.

Depend should contain >=x11-libs/libva-1.7... instead.
Comment 1 Alexis Ballier gentoo-dev 2016-04-04 07:28:29 UTC
commit 406f2121223a7abcb59fca897ffae3fc06797990
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Apr 4 09:28:04 2016 +0200

    x11-libs/libva-intel-driver: update deps in 1.7+ to require libva 1.7+, bug #578772 by Tim Mohlmann


thx