diff options
author | xtraeme <xtraeme> | 2007-04-14 18:13:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-04-14 18:13:35 +0000 |
commit | c8443a70b478e79f0fa3f16c6d4f32d6d0da8052 (patch) | |
tree | f1872a863e6f9721b7fb7330e5f731329b245dfc /multimedia/dvdrip/Makefile | |
parent | d03b4c242ce5cc7105c6a0109cdc243146f37b92 (diff) | |
download | pkgsrc-c8443a70b478e79f0fa3f16c6d4f32d6d0da8052.tar.gz |
Update to 0.98.6.
0.98.5:
Notes:
- This version requires Event::ExecFlow 0.63. Grab it
from the perl-modules/ directory of this dvd::rip
tarball.
Bugfixes:
- Fixed a typo which made the the subtitle preview
window crash. Thanks for the report to Dario Castellarin.
- Fixed ffmpeg preview grabbing with newer ffmpeg builds.
Thanks for the report to Christian Marillat.
- Fixed a buffering issue in the cluster control GUI
when processing progress update events from the master.
Thanks for the report to Joe Plunkett <ragnarok_it AT
yahoo.com>.
- Stopping a cluster node didn't work when it was actually
executing a job.
- Cluster node test now checks for ogmtools as well.
Thanks for this suggestion to Bart Nagel <bart AT
bnagel.net>.
- Programs in cluster node check now are executed in
C locale to prevent any problems due to different
default locales on cluster nodes.
- Restarting a cluster project which finished with errors
didn't work under specific circumstances (bug in
Event::ExecFlow).
- Prevent putting non-audio titles with ogg container
on a cluster, since ogmcat doesn't support ogg files
without audio. Thanks for the report to Carlos-Manuel
Major <cmajor AT free.fr>.
0.98.6:
Features:
- Swedish and Serbian translation updates.
Bugfixes:
- Crash on first dvd::rip startup (initial configuration)
fixed. Thanks for the report to Christian Marillat.
Diffstat (limited to 'multimedia/dvdrip/Makefile')
-rw-r--r-- | multimedia/dvdrip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index d213c4c1cc8..b5d3183dba4 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2007/04/13 01:37:58 xtraeme Exp $ +# $NetBSD: Makefile,v 1.34 2007/04/14 18:13:35 xtraeme Exp $ # -DISTNAME= dvdrip-0.98.4 +DISTNAME= dvdrip-0.98.6 CATEGORIES= multimedia x11 sysutils MASTER_SITES= http://www.exit1.org/dvdrip/dist/ |