| Summary: | missing dependency in audio/dir2ogg | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Stefan Ollermann <Stefan.Ollermann> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed. Thanks! amdmi3 2010-01-14 18:41:28 UTC
FreeBSD ports repository
Modified files:
audio/dir2ogg Makefile
Log:
- Add missing dependency on oggenc
PR: 141944
Submitted by: Stefan Ollermann <Stefan.Ollermann@gmx.de>
Revision Changes Path
1.11 +3 -1 ports/audio/dir2ogg/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. |
After (successfully) installing audio/dir2ogg you cant use it cause /usr/local/bin/oggenc is missing. Fix: Patch for the Makefile (untested): 19c19,20 < mplayer:${PORTSDIR}/multimedia/mplayer --- > mplayer:${PORTSDIR}/multimedia/mplayer \ > oggenc:${PORTSDIR}/audio/vorbis-tools How-To-Repeat: I want to convert all *.wma to ogg in the current directory: # dir2ogg -W . An exception raises stating oggenc is missing.