Obviously many people use dvd::rip on smaller screens (widescreen
notebooks and stuff ;) but the rich GUI doesn't fit very well on them.
This release adds a "small screen size" option, which puts the notebook
tabs to the left and adds scrollbars, so every bit of the dvd::rip GUI
is reachable even on the smallest screen now ;)
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.
Fixes some smaller bugs, including the sporadic preview hanging bug.
0.98.3:
Besides a bunch of smaller bug fixes it's the first with a Swedish
user interface.
pkgsrc: require at least lsdvd-0.16nb3, which has a fix for the perl
output used by this program.
0.98.1 [stable branch] Fri Aug 25 2006, joern
Features:
- Updated spanish translation. Thanks to Sergio Cambra.
Bugfixes:
- Fixed exception when TOC reading failed for some reason.
Thanks for the report to Jimmi <jimmi AT bglug.it>.
- Spaces in the VOB file path were not refused but gave
wrong error messages on TOC reading later. Made special
character checking on project name and paths more strict.
Reported by Google Roxxort <larspb AT hotmail.com>.
- Preferences window: places buttons at the bottom of
the window. Thanks for the hint to Gert Brinkmann
<g111 AT netcologne.de>.
- Preferences window: when changing the DVD drive from
the popup, result checking output wasn't updated.
- Added "Add node" button to the cluster control window
(was lost somehow... ;)
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 ;)
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
0.50.18 - [stable branch] - Sun Apr 18 2004, joern
Bugfixes:
- ac3 passthrough was broken. Thanks for reporting
to James Broberg <jbrobergAT cs.rmit.edu.au> and
TOSOVSKY Ales <tosovsky AT znalecka.cz>
0.50.17 - [stable branch] - Sat Apr 10 2004, joern
Features:
- support for another transcode deinterlacer (I=5),
suggested by Jean-Yves Simon <lethalwp AT tiscali.be>
Bugfixes:
- mp3 samplerate setting didn't work, only 48khz
for CVD. Thanks for the report to Neverstopdreaming
<neverstopdreaming AT tiscali.it>.
- dvd::rip couldn't open empty project files
- prevent timeouts when encoding Ogg/Vorbis in cluster mode
- vobsub creation now splits with millisecond precision,
thanks for the patch to Jean-Yves Simon