Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518546 - app-emulation/spice-0.12.5 automagically depends on media-libs/opus
Summary: app-emulation/spice-0.12.5 automagically depends on media-libs/opus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 02:10 UTC by Mike Gilbert
Modified: 2014-08-10 13:14 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 Mike Gilbert gentoo-dev 2014-07-30 02:10:45 UTC
After running emerge --depclean recently, I got the following message.

!!! existing preserved libs:
>>> package: media-libs/opus-1.1
 *  - /usr/lib64/libopus.so.0
 *  - /usr/lib64/libopus.so.0.5.0
 *      used by /usr/lib64/libspice-server.so.1.9.0 (app-emulation/spice-0.12.5)
Comment 1 Mike Gilbert gentoo-dev 2014-07-30 02:17:07 UTC
Found this in spice-common/configure.ac:

PKG_CHECK_MODULES([OPUS], [opus >= 0.9.14], have_opus=yes, have_opus=no)
AM_CONDITIONAL([HAVE_OPUS], [test "x$have_opus" = "xyes"])
AM_COND_IF([HAVE_OPUS], AC_DEFINE([HAVE_OPUS], 1, [Define if we have Opus]))
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2014-08-10 13:14:03 UTC
fixed in app-emulation/spice-0.12.5-r1 and net-misc/spice-gtk-0.25-r1 by unconditionally depending on media-libs/opus.