2012-10-08 11:20:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.55 2012/10/08 09:20:59 asau Exp $
|
2003-06-23 09:36:14 +02:00
|
|
|
#
|
|
|
|
|
2010-09-08 18:45:40 +02:00
|
|
|
DISTNAME= dvdrip-0.98.11
|
2012-10-03 23:53:53 +02:00
|
|
|
PKGREVISION= 3
|
2004-03-06 12:39:31 +01:00
|
|
|
CATEGORIES= multimedia x11 sysutils
|
2006-08-24 10:53:35 +02:00
|
|
|
MASTER_SITES= http://www.exit1.org/dvdrip/dist/
|
2003-06-23 09:36:14 +02:00
|
|
|
|
2008-05-25 23:20:07 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-06-23 09:36:14 +02:00
|
|
|
HOMEPAGE= http://www.exit1.org/dvdrip/
|
|
|
|
COMMENT= Graphical frontend for DVD ripping
|
|
|
|
|
2007-04-13 03:37:58 +02:00
|
|
|
DEPENDS+= lsdvd>=0.16nb3:../../multimedia/lsdvd
|
2004-04-12 23:58:05 +02:00
|
|
|
DEPENDS+= mplayer>=0.90:../../multimedia/mplayer
|
|
|
|
DEPENDS+= ogmtools-[0-9]*:../../multimedia/ogmtools
|
2008-02-20 13:17:59 +01:00
|
|
|
DEPENDS+= transcode>=1.0.5nb1:../../multimedia/transcode
|
2006-08-24 16:52:59 +02:00
|
|
|
DEPENDS+= xine-ui>=0.9.15:../../multimedia/xine-ui
|
|
|
|
DEPENDS+= xvid4conf>=1.12:../../multimedia/xvid4conf
|
|
|
|
DEPENDS+= fping>=2.2:../../net/fping
|
2008-06-01 21:30:31 +02:00
|
|
|
DEPENDS+= p5-gtk2>=1.121:../../x11/p5-gtk2
|
|
|
|
DEPENDS+= p5-Locale-libintl>=1.16:../../misc/p5-Locale-libintl
|
|
|
|
DEPENDS+= p5-Event>=1.06:../../devel/p5-Event
|
2006-08-24 10:53:35 +02:00
|
|
|
DEPENDS+= p5-Gtk2-Ex-FormFactory>=0.65:../../x11/p5-Gtk2-Ex-FormFactory
|
2008-06-01 21:30:31 +02:00
|
|
|
DEPENDS+= p5-Event-ExecFlow>=0.62:../../devel/p5-Event-ExecFlow
|
|
|
|
DEPENDS+= p5-Event-RPC>=0.89:../../devel/p5-Event-RPC
|
|
|
|
DEPENDS+= p5-AnyEvent>=1.02:../../devel/p5-AnyEvent
|
2009-08-11 16:03:11 +02:00
|
|
|
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
|
2012-01-20 14:39:38 +01:00
|
|
|
# uses programs only (mplex)
|
|
|
|
DEPENDS+= mjpegtools-[0-9]*:../../multimedia/mjpegtools
|
2006-10-08 14:40:09 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.perl+= perl>=5.6.0
|
2003-06-23 09:36:14 +02:00
|
|
|
|
2008-06-01 21:52:55 +02:00
|
|
|
USE_LANGUAGES= c
|
2003-06-23 09:36:14 +02:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2008-06-01 21:52:55 +02:00
|
|
|
USE_TOOLS+= perl
|
|
|
|
MAKE_ENV+= SKIP_UNPACK_REQUIRED_MODULES=1
|
2009-08-12 09:45:10 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
2003-06-23 09:36:14 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Video/DVDRip/.packlist
|
2003-07-29 15:47:32 +02:00
|
|
|
|
2006-08-24 16:52:59 +02:00
|
|
|
SUBST_CLASSES+= fping
|
|
|
|
SUBST_STAGE.fping= post-patch
|
|
|
|
SUBST_FILES.fping+= lib/Video/DVDRip/Cluster/Master.pm
|
2009-04-10 12:25:16 +02:00
|
|
|
SUBST_SED.fping= -e "s|/usr/sbin|${PREFIX}/sbin|g"
|
2006-08-24 16:52:59 +02:00
|
|
|
SUBST_MESSAGE.fping= Fixing hardcoded path.
|
|
|
|
|
2007-08-23 19:10:39 +02:00
|
|
|
# Currently the only option is the i386 rar binary
|
|
|
|
.if !empty(MACHINE_ARCH:Mi386)
|
|
|
|
.include "options.mk"
|
|
|
|
.endif
|
2004-04-06 06:10:48 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2003-06-23 09:36:14 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|