New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33522 (new defect)

Opened 15 months ago

Last modified 10 months ago

tovid package does not currently work

Reported by: dave.branton@… Owned by: macports@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: tovid sox Cc:
Port: tovid

Description (last modified by ryandesign@…) (diff)

There are multiple problems with this package.

  1. It fails to install the dependancy md5sum. This isn't a showstopper, the dependancy can be installed manually.
  2. The scripts use the utility 'readlink', but pass it parameters that the osx version of readlink does not understand. Replacing readlink with greadlink (from the coreutils package) fixes the problem.
  3. The final problem, that I have not yet been able to overcome, is that it appears to install the incorrect version of sox. Sox bails out complaining about incorrect parameters.

Change History

comment:1 Changed 15 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to macports@…
  • Description modified (diff)
  1. As far as I am aware, no such software is available in MacPorts. md5sum is a utility commonly available on Linux, but not OS X. openssl provides similar capability; if tovid is not yet capable of using openssl instead of md5sum, tovid should be patched to gain that capability.
  2. Ideally tovid should be patched to work with OS X's BSD readline; if that's not possible, then patching it to use greadlink, and adding a dependency on coreutils, would be acceptable.
  3. There is only one version of sox (or any other port) available in MacPorts. If tovid is not compatible with the version of sox currently in MacPorts, tovid should be patched to be compatible with it.

comment:2 Changed 15 months ago by dave.branton@…

Sorry, I should have mentioned that I installed md5sha1sum to resolve the first problem.

Who looks after the tovid port in macports? Is this the right place to report the issue.

comment:3 Changed 10 months ago by jmr@…

First part is a duplicate of #24151. Other parts may be fixed with a newer tovid version (see e.g. #26454).

Note: See TracTickets for help on using tickets.