diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-08-31 18:42:04 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-08-31 18:42:04 +0000 |
commit | 68e0594d39d4cf3a00b64666a4ed977298a6b001 (patch) | |
tree | b431c60dbb972e134f9b1b85ac472b36bed3c67a /sysutils | |
parent | 4ef7e43cfea4f7c87afc0672ab29a41367cea3c7 (diff) | |
download | pkgsrc-68e0594d39d4cf3a00b64666a4ed977298a6b001.tar.gz |
Update to dvdrip 0.50.15.
0.50.15 - [stable branch] - Sun Aug 24 2003, joern
Bugfixes:
- mplayer DVD player command didn't work for LPCM tracks.
Thanks to Fabio Russo for the patch. You must re-select
the mplayer command from the Preferences page for this to
take effect.
- Free diskspace warning wasn't exact. Thanks for the patch
to Moritz Muehlenhoff <jmm AT informatik.uni-bremen.de>.
- Fixed a typo in the --avilimit option (for AVI files >2GB).
Thanks for the report to Jarkko Seppa <Jarkko.Seppa AT oulu.fi>.
- Default target size was set to 1406, instead of 1400 (2x700).
Features:
- Expanded the subtitle selection popup to the maximum of
32 entries, not only the probed entries. With some DVD's the
subtitle probing fails. This way you can select even
"impossible" subtitles, if they weren't detected correctly.
Thanks for the suggestion to Stefan Raspl <stefan.raspl AT
playofmind.net>.
- Blank CD-RW (uses the configured cdrecord command and device),
supporting 'fast' and 'all' methods (choose in the preferences).
Not really tested yet due to lack of CD-RW media. Suggested
by <dvdrip AT vikas.mailshell.com>.
- New preference "Preferred language". Default audio track
and subtitle are selected accordingly after reading TOC,
resp. the first audio track / subtitle matching the
preferred language will be selected. Note that you still
should review this setting, because the first matching item
found must not be the one you really want. Suggested by
John Washington <washingtonj AT acm.org>. Credits for the
list of available language codes go to Chris Phillips
<acid_kewpie AT users.sourceforge.net>, the author of lsdvd,
from which I extracted the list.
- Video codec list takes the new XviD variants of transcode 0.6.9
into account (xvid, xvid2, xvid3 and xvid4). For earlier
transcode versions still xvid and xvidcvs are listed here.
- Support for xvid4conf, a tool to tweak all options of the
new dev-api-4 XviD codec. You need at least transcode 0.6.9
and xvid4conf 1.6 for this to work.
Note: the xvid4 settings will be used for all titles of your
project. Also they don't take effect in cluster mode. This will
change for future dvd::rip/transcode releases.
New/Changed X?S?VCD|CVD stuff:
- Renamed '(S)VCD' container format to 'MPEG', which is in fact
what it is.
- Added new MPEG "Codecs": XSVCD, XVCD and CVD
- SVCD and VCD create standard conform streams. You
can't change parameters to non-standard values.
- XSVCD and XVCD allow you to choose arbitrary video and
audio bitrates / samplerates.
- CVD allows you everything (like X(S)VCD), but additionally
dvd::rip checks for correct frame sizes.
- Added new Clip & Zoom presets: CVD anamorph and XSVCD
anamorph for PAL and NTSC.
- Added new Preference: "Default Container Format", fixing also
a mismatch, if you choosed 'SVCD' or 'VCD' as a default codec,
but dvd::rip still set to 'avi' container format by default.
- Audio bitrate 224 was missing in the popup list.
- Renamed 'Target format' to 'Select container' and the 'Video
codec' label got renamed to 'MPEG variant' for the MPEG
container"
Thanks to James L. Paul who urged me to implement the CVD
stuff, which hopefully introduced not too many bugs ;)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvdrip/Makefile | 8 | ||||
-rw-r--r-- | sysutils/dvdrip/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/dvdrip/Makefile b/sysutils/dvdrip/Makefile index 8cbb44bc23e..4be42b17849 100644 --- a/sysutils/dvdrip/Makefile +++ b/sysutils/dvdrip/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/07/29 13:47:32 wulf Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/31 18:42:04 mycroft Exp $ # -VERS= 0.50.13 +VERS= 0.50.15 DISTNAME= Video-DVDRip-${VERS} PKGNAME= dvdrip-${VERS} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= x11 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Video/} @@ -13,7 +13,7 @@ HOMEPAGE= http://www.exit1.org/dvdrip/ COMMENT= Graphical frontend for DVD ripping DEPENDS+= cdrdao>=1.1.7:../../sysutils/cdrdao -DEPENDS+= transcode>=0.6.2:../../graphics/transcode +DEPENDS+= transcode>=0.6.9:../../graphics/transcode DEPENDS+= mplayer>=0.90:../../graphics/mplayer DEPENDS+= ogmtools-[0-9]*:../../graphics/ogmtools DEPENDS+= vcdimager>=0.7.12:../../sysutils/vcdimager-devel diff --git a/sysutils/dvdrip/distinfo b/sysutils/dvdrip/distinfo index 9f1e44d9a59..296b2b32578 100644 --- a/sysutils/dvdrip/distinfo +++ b/sysutils/dvdrip/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/06/23 07:36:14 mrg Exp $ +$NetBSD: distinfo,v 1.2 2003/08/31 18:42:04 mycroft Exp $ -SHA1 (Video-DVDRip-0.50.13.tar.gz) = 17c13105ae69bf0bd1b5a81af4f8ed518bffb493 -Size (Video-DVDRip-0.50.13.tar.gz) = 225065 bytes +SHA1 (Video-DVDRip-0.50.15.tar.gz) = 9e3f4f1f85b9be8d573a6b42c6390b1da9ec02fb +Size (Video-DVDRip-0.50.15.tar.gz) = 231325 bytes |