Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
is compiled here
|
|
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).
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
|
|
|
Set SKIP_UNPACK_REQUIRED_MODULES=1 so we do not install our own copy of
various perl modules, set USE_TOOLS+=perl, and update required versions
in perl dependencies
|
|
|
|
|
|
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 ;)
|
|
can handle packages having no PLIST files.
|
|
- Add an options file to permit excluding rar on i386 - for those who do
not have the appropriate compat options enabled in their kernel
|
|
|
|
See http://www.exit1.org/archive/dvdrip-users/2007-04/msg00036.html
for more information.
|
|
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.
|
|
of the shlib name change (!) during the update to 1.900.0.
Noted by Robert Elz in PR 35431.
|
|
installation on !i386 archs... reported by Rhialto some days ago.
Bump PKGREVISION.
|
|
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... ;)
|
|
- Fix cluster mode support... the code was using "/usr/sbin/fping".
Bump PKGREVISION.
|
|
|
|
|
|
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 ;)
|
|
for SDL shlib changes.
|
|
|
|
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.
|
|
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
Update some messages/comments.
|
|
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
|
|
|
|
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
|
|
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
|
|
|
|
Sort DEPENDS, whitespace nits.
|
|
|
|
during recent update (hi charles!).
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|