Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398233 - media-libs/libbluray should not depend on media-video/aacskeys
Summary: media-libs/libbluray should not depend on media-video/aacskeys
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 11:13 UTC by Petri Hintukainen
Modified: 2012-01-28 04:36 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 Petri Hintukainen 2012-01-09 11:13:02 UTC
media-video/aacskeys is not used by media-libs/libbluray.


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-01-09 11:18:22 UTC
Not true. It's being dlopen()'ed and used all over the code.

src/libbluray/bluray.c:    if ((bd->h_libaacs = dl_dlopen("libaacs", "0"))) {
Comment 2 Petri Hintukainen 2012-01-09 16:43:18 UTC
(In reply to comment #1)
> Not true. It's being dlopen()'ed and used all over the code.
> 
> src/libbluray/bluray.c:    if ((bd->h_libaacs = dl_dlopen("libaacs", "0"))) {

That's libaacs, not aacskeys. Those are unrelated.

libaacs = aacs decryption library

aacskeys = stand-alone utility to query Volume Unique Key from BD drive
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-01-28 04:36:16 UTC
   28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  libbluray-0.0.1_pre20110819.ebuild, libbluray-0.2.1-r1.ebuild,
+  libbluray-9999.ebuild:
+  Replace media-video/aacskeys depend with media-libs/libaacs which is dlopened
+  wrt #398233 by Petri Hintukainen. It could be that media-libs/libaacs should
+  have depend for media-video/aacskeys, but it doesn't belong to this ebuild.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-01-28 04:36:58 UTC
sidenote:

(also stabilized libaacs for amd64/x86 and keyworded for ~ppc/~ppc64) as part of this bug, and bug 397531