diff options
author | abs <abs@pkgsrc.org> | 2009-04-10 10:25:16 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-04-10 10:25:16 +0000 |
commit | a537eb160b1485dd51ac32408bd8ba252aa935ca (patch) | |
tree | ab0a7db88531376f653fc726a31c6eee76aa9b72 | |
parent | 287cdfafd58229f15430bdb572643409688f2c54 (diff) | |
download | pkgsrc-a537eb160b1485dd51ac32408bd8ba252aa935ca.tar.gz |
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).
-rw-r--r-- | multimedia/dvdrip/Makefile | 12 | ||||
-rw-r--r-- | multimedia/dvdrip/distinfo | 8 |
2 files changed, 9 insertions, 11 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 6378120474a..c33697c72d0 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -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-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 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" BUILDLINK_API_DEPENDS.perl+= perl>=5.6.0 @@ -38,13 +39,10 @@ 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_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 --git a/multimedia/dvdrip/distinfo b/multimedia/dvdrip/distinfo index 266449ac396..5063058016b 100644 --- a/multimedia/dvdrip/distinfo +++ b/multimedia/dvdrip/distinfo @@ -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 |