pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/dvdrip Updated multimedia/dvdrip to 0.98.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b889281afc09
branches:  trunk
changeset: 557072:b889281afc09
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Apr 10 10:25:16 2009 +0000

description:
Updated multimedia/dvdrip to 0.98.10

0.98.10 - [stable branch] - Sun Feb 22 2009, joern

    Features:
    - transcode 1.1 compatibility improved, warning about
      experimental dvd::rip support removed; there are still issues
      with some filters in the filter preview dialog; your mileage
      may vary.
    - Workaround for transcode h264 two-pass problem, so dvd::rip
      now supports h264 two-pass encoding.
    - Applied patch from Jussi Judin <jjudin+dvdrip AT iki.fi> to
      detect GraphicMagicks as an ImageMagick replacement.
    - No files will be placed in /tmp anymore, instead all temporary
      files will go to PROJECT_DIR/tmp. Thanks for the hint to
      Michael Renner <michael.renner AT gmx.de>.
    - dvdrip-master doesn't throw warnings on unneeded missing
      binaries anymore, if installed alone without the full
      (anyway on the master unneeded) packages. Suggested by
      Nicolas Chauvet <kwizart AT gmail.com>.
    - Added .ogv extension for OGG files as another option.
      Suggested by Nicolas Chauvet.

    Bugfixes:
    - Fixed cluster mode audio processing with transcode 1.1.x.
      Thanks for the report to Samuele Giovanni Tonon <samu AT
      linuxasylum.net>.
    - Fixed race condition which could result in a missing audio
      merge in cluster mode when title has one track. Based on a
      patch from Matt Lawrence <m3lawren AT uwaterloo.ca>.
    - Fixed wrong progress information (not taking chunks into
      account) in cluster mode.
    - Added a patch from Nicolas Chauvet to fix a problem with
      Fedora's Perl (setlocale).

diffstat:

 multimedia/dvdrip/Makefile |  12 +++++-------
 multimedia/dvdrip/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r 82064b4140ca -r b889281afc09 multimedia/dvdrip/Makefile
--- a/multimedia/dvdrip/Makefile        Fri Apr 10 09:52:21 2009 +0000
+++ b/multimedia/dvdrip/Makefile        Fri Apr 10 10:25:16 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2008/10/19 19:18:31 he Exp $
+# $NetBSD: Makefile,v 1.44 2009/04/10 10:25:16 abs Exp $
 #
 
-DISTNAME=      dvdrip-0.98.8
-PKGREVISION=   3
+DISTNAME=      dvdrip-0.98.10
 CATEGORIES=    multimedia x11 sysutils
 MASTER_SITES=  http://www.exit1.org/dvdrip/dist/
 
@@ -25,6 +24,8 @@
 DEPENDS+=      p5-Event-RPC>=0.89:../../devel/p5-Event-RPC
 DEPENDS+=      p5-AnyEvent>=1.02:../../devel/p5-AnyEvent
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../mk/bsd.prefs.mk"
 
 BUILDLINK_API_DEPENDS.perl+=   perl>=5.6.0
@@ -38,13 +39,10 @@
 
 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_SED.fping=       -e "s|/usr/sbin|${PREFIX}/sbin|g"
 SUBST_MESSAGE.fping=   Fixing hardcoded path.
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 # Currently the only option is the i386 rar binary
 .if !empty(MACHINE_ARCH:Mi386)
 .include "options.mk"
diff -r 82064b4140ca -r b889281afc09 multimedia/dvdrip/distinfo
--- a/multimedia/dvdrip/distinfo        Fri Apr 10 09:52:21 2009 +0000
+++ b/multimedia/dvdrip/distinfo        Fri Apr 10 10:25:16 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2008/02/20 10:37:36 xtraeme Exp $
+$NetBSD: distinfo,v 1.11 2009/04/10 10:25:16 abs Exp $
 
-SHA1 (dvdrip-0.98.8.tar.gz) = 46d9a59e16ff3f1325018626c41f6774e66c1fcf
-RMD160 (dvdrip-0.98.8.tar.gz) = 68a508d667a8b34501ab82a12a4b77d3ae6d01a3
-Size (dvdrip-0.98.8.tar.gz) = 1756312 bytes
+SHA1 (dvdrip-0.98.10.tar.gz) = 29c1323da8e1fb89b31130f4f8cca49f1e754412
+RMD160 (dvdrip-0.98.10.tar.gz) = dff3469bbd8fb3140fdeea05f3038e91f253c1c8
+Size (dvdrip-0.98.10.tar.gz) = 1928073 bytes
 SHA1 (patch-aa) = 45ed212c5ef22950049fa34e871026b34bce188b



Home | Main Index | Thread Index | Old Index