summaryrefslogtreecommitdiff
blob: acf8b768bcccf90c11ea41fec3eeaae07c1586ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/chaplin-1.10-r1.ebuild,v 1.5 2007/02/12 14:35:16 blubb Exp $

inherit eutils

IUSE="transcode vcd"

S="${WORKDIR}/${PN}"

DESCRIPTION="This is a program to raw copy chapters from a dvd using libdvdread"
HOMEPAGE="http://www.lallafa.de/bp/chaplin.html"
SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"

DEPEND=">=media-libs/libdvdread-0.9.4
	>=media-gfx/imagemagick-5.5.7.14
	transcode? ( >=media-video/transcode-0.6.2 )
	vcd? ( >=media-video/vcdimager-0.7.2 )"

src_unpack() {
	unpack ${A}
	epatch "${FILESDIR}/${P}-libdvdread-0.9.6.patch"
}

src_install() {
	dobin chaplin || die "Failed installing file chaplin"
	dobin chaplin-genmenu || die "Failed installing file chaplin-genmenu"
}