If audio/gtkpod is built with ogg support oggdec is required by a conversion script. oggdec is provided by audio/vorbis-tools. How-To-Repeat: - Install audio/gtkpod with ogg support - Attach an iPod - Add an ogg file to the playlist - Synchronize ==> Fail: conversion script won't find oggdec
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
danfe 2009-08-24 20:39:42 UTC FreeBSD ports repository Modified files: audio/gtkpod Makefile distinfo pkg-plist Log: - Update to version 0.99.14 [1] - Drop `libgnomecanvas' dependency: cairo is now used for coverart display effects - Add missing runtime dependency for Ogg conversion to work [2] - Similarly to [2], register dependencies for MPEG-4 audio encoding/decoding and MP3 encoding via LAME - Flip cURL support knob to "on", since vorbis-tools require it anyways (and Ogg support is "on" by default). This is OK since cURL is likely to be installed on a typical desktop system; lots of other software wants it - Convert to use PORTDOCS and simplify their installation (get rid of `for' loop in Makefile) - Augment some OPTIONS text, clean up pkg-plist PR: ports/138007 [1], ports/126760 [2] Submitted by: keramida [1], ehaupt [2] Revision Changes Path 1.48 +18 -15 ports/audio/gtkpod/Makefile 1.22 +3 -3 ports/audio/gtkpod/distinfo 1.17 +71 -30 ports/audio/gtkpod/pkg-plist _______________________________________________ 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"
State Changed From-To: open->closed Fix (and similar other rdeps) committed, thanks!