summaryrefslogtreecommitdiff
path: root/multimedia/dvdrip/Makefile
blob: d746db11c367b9f4d36896adbeea078b5981891c (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
33
34
35
36
37
38
39
40
41
# $NetBSD: Makefile,v 1.21 2006/02/05 23:10:15 joerg Exp $
#

DISTNAME=	Video-DVDRip-0.50.18
PKGNAME=	${DISTNAME:C|Video-DVDRip|dvdrip|}
PKGREVISION=	9
CATEGORIES=	multimedia x11 sysutils
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Video/}

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www.exit1.org/dvdrip/
COMMENT=	Graphical frontend for DVD ripping

DEPENDS+=	cdrdao>=1.1.7:../../sysutils/cdrdao
DEPENDS+=	{cdrtools,cdrtools-ossdvd}>=1.10:../../sysutils/cdrtools
DEPENDS+=	mplayer>=0.90:../../multimedia/mplayer
DEPENDS+=	ogmtools-[0-9]*:../../multimedia/ogmtools
DEPENDS+=	p5-Gdk-Pixbuf-[0-9]*:../../graphics/p5-Gdk-Pixbuf
DEPENDS+=	subtitleripper-[0-9]*:../../textproc/subtitleripper
DEPENDS+=	transcode>=0.6.9:../../multimedia/transcode
DEPENDS+=	vcdimager>=0.7.12:../../sysutils/vcdimager-devel

.if (${MACHINE_ARCH} == "i386")
#DEPENDS+=	rar>=2.02:../../archivers/rar
.endif

BUILDLINK_DEPENDS.perl+=	perl>=5.6.0

USE_PKGLOCALEDIR=	YES

PERL5_PACKLIST= auto/Video/DVDRip/.packlist

# XXX xine support
# XXX fping support
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../multimedia/mjpegtools/buildlink3.mk"

.include "../../lang/perl5/module.mk"

.include "../../mk/bsd.pkg.mk"