With MPD .15, single file FLAC archives with embedded cue sheets were treated as containing multiple tracks by MPD as long as libcue was installed. Upgrading to MPD .16 and this functionality is broken. Fix: I don't know. If my C was much good I would check first to see whether libcue was being registered when MPD is compiled. How-To-Repeat: cd /usr/ports/textproc/libcue/ make install clean cd /usr/ports/audio/musicpd/ make install clean /usr/local/etc/rc.d/musicpd onestart fire up a client like ncmpc, open a flac archive with embedded cue, and see just the whole archive instead of its individual tracks.
Responsible Changed From-To: freebsd-amd64->freebsd-ports-bugs ports PR.
Did you report this upstream to the mpd developers?
Hi Tilman, No I didn't. IIRC the Linux version was working at the time. I'll check and get back to you if it doesn't. Regs, Thom ----- Original message ----- > Did you report this upstream to the mpd developers?
Responsible Changed From-To: freebsd-ports-bugs->kaiw Notify maintainer.
Responsible Changed From-To: kaiw->freebsd-ports-bugs Reset PR to freebsd-ports-bugs. If I understand correctly, this PR is not related to lang/mpd. It is actually about port audio/musicpd for which I'm not the maintainer.
Responsible Changed From-To: freebsd-ports-bugs->crees Notify the real maintainer.
State Changed From-To: open->feedback I've just added an OPTION for using libcue, disabled by default. Apparently it's not autodetected any more, and in any case we don't like autodetection in ports since things often break in weird ways if you use pkg_cutleaves or similar. Have a go using the new option (CUE, at the bottom) and let me know if it fixes your problem.
crees 2012-02-03 23:20:50 UTC FreeBSD ports repository Modified files: audio/musicpd Makefile Log: Add OPTION to link with libcue, off by default PR: ports/155593 Revision Changes Path 1.77 +9 -1 ports/audio/musicpd/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"
State Changed From-To: feedback->closed Almost certainly addressed with commit referenced above.
Sorry, but after compiling 16.8_1 with libcue, the archives are still appearing as one track. Also compiled with lib_cdio (which used to be mutually exclusive with libcue for a successful compile in the .15 series) and still no luck. Cheers
State Changed From-To: closed->open Not fixed :(
Still a problem with .17.2_1. Reverting to 15.15 for now - last version that's worked for me. VKRs, Thom
- please update the port to 0.18.9 - and consider enabling the CURL option by default
We have now 0.19.10 in ports, if the reported problem still exisit please let me know, so that I can reopen it.