On 2013/04/05 19:04, Stefan Sperling wrote: > I'm so happy that we have threaded perl now and dvdrip can finally > be used again. Typing mencoder/transcode/ffmpeg command lines is > driving me insane.
Nitpicking but we don't have threaded Perl; the binary is now linked with -lpthread so that it's possible to use extensions that use threads (gui toolkits etc), but actual threaded Perl is a different thing. > This updates dvdrip to the latest release, adds a few missing run > dependencies, installs the .desktop file, uses a reasonable default > DVD device and makes the close/eject buttons in the GUI work. Please add update-desktop-database lines to the bottom of PLIST, @exec %D/bin/update-desktop-database @unexec-delete %D/bin/update-desktop-database Other than that it's ok with me ports-wise, but I don't have the hardware to test it.
