diff options
author | grant <grant@pkgsrc.org> | 2004-03-06 11:39:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-06 11:39:31 +0000 |
commit | c7d8a25ac9bfa96407e684ecd41c6ca07eabd90e (patch) | |
tree | 81c7d1601865f6e7bee36acd1f300256d5b5a289 /multimedia/dvdrip/Makefile | |
parent | f4f6b8c9dc698ccdb190c79129b21696ea1cfde9 (diff) | |
download | pkgsrc-c7d8a25ac9bfa96407e684ecd41c6ca07eabd90e.tar.gz |
move dvdrip to multimedia.
Diffstat (limited to 'multimedia/dvdrip/Makefile')
-rw-r--r-- | multimedia/dvdrip/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile new file mode 100644 index 00000000000..90bf16d09a2 --- /dev/null +++ b/multimedia/dvdrip/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1 2004/03/06 11:39:31 grant Exp $ +# + +VERS= 0.50.16 +DISTNAME= Video-DVDRip-${VERS} +PKGNAME= dvdrip-${VERS} +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+= transcode>=0.6.9:../../graphics/transcode +DEPENDS+= mplayer>=0.90:../../multimedia/mplayer +DEPENDS+= ogmtools-[0-9]*:../../graphics/ogmtools +DEPENDS+= vcdimager>=0.7.12:../../sysutils/vcdimager-devel +DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord +DEPENDS+= subtitleripper-[0-9]*:../../textproc/subtitleripper +DEPENDS+= p5-Gdk-Pixbuf-[0-9]*:../../graphics/p5-Gdk-Pixbuf +.if (${MACHINE_ARCH} == "i386") +#DEPENDS+= rar>=2.02:../../archivers/rar +.endif + +BUILDLINK_DEPENDS.perl= perl>=5.6.0 + +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Video/DVDRip/.packlist + +# XXX xine support +# XXX fping support +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../graphics/ImageMagick/buildlink2.mk" +.include "../../multimedia/mjpegtools/buildlink2.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |