pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/dvdrip Update to 0.98... latest stable vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a68419ef12e
branches:  trunk
changeset: 517868:9a68419ef12e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Aug 24 08:53:35 2006 +0000

description:
Update to 0.98... latest stable version.

Changes:

* A new shiny GUI with many improvements using Gtk2
* Installation & initial setup improved
* HAL support for DVD device selection
* Extended progress window with all details of job execution
* Pause & resume a running transcode job
* Subtitle preview grabbing during ripping
* AC3 passthrough for on-the-fly processing and DVD images
* Cluster mode improvements, e.g. consideration of node speed
* Clip & Zoom windows improved, with details about clipping constraints
* Support for h264 video codec
* Faster TOC reading
* Online documentation updated
* ... and many, many bugfixes ;)

diffstat:

 multimedia/dvdrip/Makefile |  32 +++++++++++++-------------------
 multimedia/dvdrip/distinfo |   8 ++++----
 2 files changed, 17 insertions(+), 23 deletions(-)

diffs (71 lines):

diff -r 0db73586eab7 -r 9a68419ef12e multimedia/dvdrip/Makefile
--- a/multimedia/dvdrip/Makefile        Thu Aug 24 08:45:35 2006 +0000
+++ b/multimedia/dvdrip/Makefile        Thu Aug 24 08:53:35 2006 +0000
@@ -1,28 +1,26 @@
-# $NetBSD: Makefile,v 1.25 2006/06/12 16:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2006/08/24 08:53:35 xtraeme Exp $
 #
 
-DISTNAME=      Video-DVDRip-0.50.18
-PKGNAME=       ${DISTNAME:C|Video-DVDRip|dvdrip|}
-PKGREVISION=   11
+DISTNAME=      dvdrip-0.98.0
 CATEGORIES=    multimedia x11 sysutils
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Video/}
+MASTER_SITES=  http://www.exit1.org/dvdrip/dist/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    xtraeme%NetBSD.org@localhost
 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+=      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+=      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
+DEPENDS+=      xine-ui-[0-9]*:../../multimedia/xine-ui
+DEPENDS+=      cdrdao>=1.1.7:../../sysutils/cdrdao
+DEPENDS+=      {cdrtools,cdrtools-ossdvd}>=1.10:../../sysutils/cdrtools
+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
 
@@ -30,12 +28,8 @@
 
 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"
diff -r 0db73586eab7 -r 9a68419ef12e multimedia/dvdrip/distinfo
--- a/multimedia/dvdrip/distinfo        Thu Aug 24 08:45:35 2006 +0000
+++ b/multimedia/dvdrip/distinfo        Thu Aug 24 08:53:35 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:24:02 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/08/24 08:53:35 xtraeme Exp $
 
-SHA1 (Video-DVDRip-0.50.18.tar.gz) = 6b60d4afe9048387a9f684bfb372280b07809a79
-RMD160 (Video-DVDRip-0.50.18.tar.gz) = 2a53e10b5209a6c1447f0bd2563cecba924bc546
-Size (Video-DVDRip-0.50.18.tar.gz) = 233184 bytes
+SHA1 (dvdrip-0.98.0.tar.gz) = b4de287f2fd369d529123ac0e7af26fa7f5b1525
+RMD160 (dvdrip-0.98.0.tar.gz) = 63bb5e6846bd7b086b249b2a4c95b11b49cb7cdb
+Size (dvdrip-0.98.0.tar.gz) = 1082272 bytes



Home | Main Index | Thread Index | Old Index