media-libs/libdvdcss - 1.4.3 (gentoo)

Search

Package Information

Description:
A portable abstraction library for DVD decryption
Homepage:
https://www.videolan.org/developers/libdvdcss.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.4.3 8 ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos 1.2
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

inherit multilib-minimal

DESCRIPTION="A portable abstraction library for DVD decryption"
HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html"
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="1.2"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos"
IUSE="doc"

BDEPEND="doc? ( app-text/doxygen )"

src_prepare() {
	default

	# bug 969100 -no-cpp-precomp works with gcc-apple and probably
	# AppleClang, neither of which we use on macOS systems in Gentoo Prefix
	sed -i -e 's/-no-cpp-precomp//' configure || die
}

multilib_src_configure() {
	ECONF_SOURCE=${S} econf \
		--disable-static \
		$(multilib_native_use_enable doc)
}

multilib_src_install_all() {
	einstalldocs
	find "${ED}" -type f -name '*.la' -delete || die
}

USE Flags

doc

Dependencies

BDEPEND

doc? ( app-text/doxygen )

Manifest for 1.4.3

Type File Size Source URLs
DIST libdvdcss-1.4.3.tar.bz2 388404 bytes https://download.videolan.org/pub/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2