Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602028 - media-tv/kodi-17.0_beta6[cec] requires dev-libs/libcec >= 4.0.0
Summary: media-tv/kodi-17.0_beta6[cec] requires dev-libs/libcec >= 4.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-08 19:53 UTC by Chris Mayo
Modified: 2017-01-10 19:46 UTC (History)
1 user (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 Chris Mayo 2016-12-08 19:53:05 UTC
from configure.ac:

USE_LIBCEC=0
if test "x$use_libcec" != "xno"; then
  # libcec is dyloaded, so we need to check for its headers and link any depends.
  if test "x$use_libcec" != "xno"; then
    if test "x$use_libcec" != "xauto"; then
      PKG_CHECK_MODULES([CEC],[libcec >= 4.0.0],,[use_libcec="no";AC_MSG_ERROR($libcec_disabled)])
    else
      PKG_CHECK_MODULES([CEC],[libcec >= 4.0.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
    fi
Comment 1 Chris Mayo 2016-12-14 21:08:00 UTC
libcec-4.0.0_p3.ebuild submitted:
https://github.com/gentoo/gentoo/pull/3119
Comment 2 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2016-12-14 21:46:42 UTC
Its now in the tree.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb31633628548aaada811a886bd1a39092f4e34
Comment 3 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2016-12-14 21:49:09 UTC
Reopening as we should chuck this over to kodi guys to bump their dep before this is "done".
Comment 4 Craig Andrews gentoo-dev 2017-01-02 17:34:22 UTC
dependency change made in https://github.com/gentoo/gentoo/pull/3027