dev-python/mpmath: Bump to 1.4.0_alpha4
[gentoo/gentoo.git] / media-video / lsdvd / lsdvd-0.17.ebuild
blob1f6f3484592a8c231ca0f5580fb414b8873fc061
1 # Copyright 2003-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit autotools
8 DESCRIPTION="Utility for getting info out of DVDs"
9 HOMEPAGE="https://sourceforge.net/projects/lsdvd/"
10 SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
16 RDEPEND="media-libs/libdvdread:0="
17 DEPEND="${RDEPEND}"
19 PATCHES=(
20         "${FILESDIR}"/${PN}-0.17-autotools.patch
23 DOCS=(AUTHORS README ChangeLog)
25 src_prepare() {
26         default
27         eautoreconf