pkgsrc/multimedia/dvdrip/Makefile
xtraeme 50f156ea99 Update to 0.98.1:
0.98.1 [stable branch] Fri Aug 25 2006, joern
    Features:
    - Updated spanish translation. Thanks to Sergio Cambra.

    Bugfixes:
    - Fixed exception when TOC reading failed for some reason.
      Thanks for the report to Jimmi <jimmi AT bglug.it>.
    - Spaces in the VOB file path were not refused but gave
      wrong error messages on TOC reading later. Made special
      character checking on project name and paths more strict.
      Reported by Google Roxxort <larspb AT hotmail.com>.
    - Preferences window: places buttons at the bottom of
      the window. Thanks for the hint to Gert Brinkmann
      <g111 AT netcologne.de>.
    - Preferences window: when changing the DVD drive from
      the popup, result checking output wasn't updated.
    - Added "Add node" button to the cluster control window
      (was lost somehow... ;)
2006-08-25 18:15:08 +00:00

43 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.30 2006/08/25 18:15:08 xtraeme Exp $
#
DISTNAME= dvdrip-0.98.1
CATEGORIES= multimedia x11 sysutils
MASTER_SITES= http://www.exit1.org/dvdrip/dist/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.exit1.org/dvdrip/
COMMENT= Graphical frontend for DVD ripping
DEPENDS+= p5-AnyEvent>=1.02:../../devel/p5-AnyEvent
DEPENDS+= p5-Event-ExecFlow>=0.62:../../devel/p5-Event-ExecFlow
DEPENDS+= p5-Event-RPC>=0.90:../../devel/p5-Event-RPC
DEPENDS+= lsdvd>=0.16:../../multimedia/lsdvd
DEPENDS+= mplayer>=0.90:../../multimedia/mplayer
DEPENDS+= ogmtools-[0-9]*:../../multimedia/ogmtools
DEPENDS+= transcode>=1.0.2:../../multimedia/transcode
DEPENDS+= xine-ui>=0.9.15:../../multimedia/xine-ui
DEPENDS+= xvid4conf>=1.12:../../multimedia/xvid4conf
DEPENDS+= fping>=2.2:../../net/fping
DEPENDS+= p5-gtk2>=1.0:../../x11/p5-gtk2
DEPENDS+= p5-Gtk2-Ex-FormFactory>=0.65:../../x11/p5-Gtk2-Ex-FormFactory
DEPENDS+= rar-bin-[0-9]*:../../archivers/rar-bin
BUILDLINK_API_DEPENDS.perl+= perl>=5.6.0
USE_PKGLOCALEDIR= YES
PERL5_PACKLIST= auto/Video/DVDRip/.packlist
SUBST_CLASSES+= fping
SUBST_STAGE.fping= post-patch
SUBST_FILES.fping= lib/Video/DVDRip/Depend.pm
SUBST_FILES.fping+= lib/Video/DVDRip/Cluster/Master.pm
SUBST_SED.fping= -e "s|/usr/sbin/fping|${LOCALBASE}/sbin/fping|g"
SUBST_MESSAGE.fping= Fixing hardcoded path.
.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"