| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.1.1 | 7 | ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools multilib-minimal
DESCRIPTION="Library for DVD navigation tools"
HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html"
if [[ ${PV} = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git"
else
SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE="static-libs"
RDEPEND=">=media-libs/libdvdread-6.0.0:=[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
# To get pkg.m4 for eautoreconf #414391
BDEPEND="
virtual/pkgconfig
"
DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO )
src_prepare() {
default
eautoreconf
}
multilib_src_configure() {
local myeconfargs=(
--enable-shared
$(use_enable static-libs static)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
multilib_src_install_all() {
find "${ED}" -type f -name "*.la" -delete || die
}
>=media-libs/libdvdread-6.0.0:=[${MULTILIB_USEDEP}]
>=media-libs/libdvdread-6.0.0:=[${MULTILIB_USEDEP}]
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libdvdnav-6.1.1.tar.bz2 | 367606 bytes | https://downloads.videolan.org/pub/videolan/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2 |