b1dbe77f18
0.50.18 - [stable branch] - Sun Apr 18 2004, joern Bugfixes: - ac3 passthrough was broken. Thanks for reporting to James Broberg <jbrobergAT cs.rmit.edu.au> and TOSOVSKY Ales <tosovsky AT znalecka.cz> 0.50.17 - [stable branch] - Sat Apr 10 2004, joern Features: - support for another transcode deinterlacer (I=5), suggested by Jean-Yves Simon <lethalwp AT tiscali.be> Bugfixes: - mp3 samplerate setting didn't work, only 48khz for CVD. Thanks for the report to Neverstopdreaming <neverstopdreaming AT tiscali.it>. - dvd::rip couldn't open empty project files - prevent timeouts when encoding Ogg/Vorbis in cluster mode - vobsub creation now splits with millisecond precision, thanks for the patch to Jean-Yves Simon
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2004/07/30 20:51:47 recht Exp $
|
|
#
|
|
|
|
VERS= 0.50.18
|
|
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+= cdrecord>=1.10:../../sysutils/cdrecord
|
|
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_BUILDLINK3= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/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"
|