Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538146 - media-libs/libdvdnav-5.0.3 should depend on >=media-libs/libdvdread-5.0.2
Summary: media-libs/libdvdnav-5.0.3 should depend on >=media-libs/libdvdread-5.0.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-29 12:03 UTC by eroen
Modified: 2015-03-13 14:47 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 eroen 2015-01-29 12:03:53 UTC
libdvdnav's configure.ac[1] has this:

    PKG_CHECK_MODULES([DVDREAD], [dvdread >= 5.0.2])

The Gentoo ebuild[2], conversely, has:

    RDEPEND=">=media-libs/libdvdread-5.0.0[${MULTILIB_USEDEP}]
        abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r4
            !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
    DEPEND="${RDEPEND}
        virtual/pkgconfig" # To get pkg.m4 for eautoreconf #414391

The libdvdread dependency should be updated to:

    >=media-libs/libdvdread-5.0.2[${MULTILIB_USEDEP}]


1: http://git.videolan.org/?p=libdvdnav.git;a=blob;f=configure.ac;hb=refs/tags/5.0.3#l100
2: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild?revision=1.1
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2015-03-13 14:47:56 UTC
Done. Thanks for reporting!