You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/lsdvd/lsdvd-0.16-r3.ebuild

33 lines
914 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.16-r3.ebuild,v 1.1 2014/08/26 16:14:53 beandog Exp $
EAPI=5
inherit autotools eutils
DESCRIPTION="Utility for getting info out of DVDs"
HOMEPAGE="http://sourceforge.net/projects/lsdvd/"
SRC_URI="mirror://sourceforge/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND="media-libs/libdvdread"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-types.patch \
"${FILESDIR}"/${P}-usec.patch \
"${FILESDIR}"/${P}-title.patch \
"${FILESDIR}"/${P}-chapter-count.patch \
"${FILESDIR}"/${P}-newline.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS NEWS README
}