Bug 155593 - audio/musicpd .16.1 ignores embedded cue sheets in FLAC files with or without libcue installed
Summary: audio/musicpd .16.1 ignores embedded cue sheets in FLAC files with or without...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 07:40 UTC by hemi
Modified: 2016-01-17 12:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hemi 2011-03-16 07:40:14 UTC
	
	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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-03-16 12:34:09 UTC
Responsible Changed
From-To: freebsd-amd64->freebsd-ports-bugs

ports PR.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2011-08-01 19:12:28 UTC
Did you report this upstream to the mpd developers?
Comment 3 hemicharger 2011-08-02 00:38:39 UTC
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?
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-18 16:29:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kaiw

Notify maintainer.
Comment 5 kaiw freebsd_committer freebsd_triage 2012-01-21 11:00:54 UTC
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.
Comment 6 kaiw freebsd_committer freebsd_triage 2012-01-21 11:06:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Notify the real maintainer.
Comment 7 Chris Rees freebsd_committer freebsd_triage 2012-02-03 21:57:11 UTC
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.
Comment 8 dfilter service freebsd_committer freebsd_triage 2012-02-03 23:21:04 UTC
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"
Comment 9 Chris Rees freebsd_committer freebsd_triage 2012-02-23 20:33:49 UTC
State Changed
From-To: feedback->closed

Almost certainly addressed with commit referenced above.
Comment 10 hemicharger 2012-06-04 01:50:07 UTC
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
Comment 11 Chris Rees freebsd_committer freebsd_triage 2012-06-04 08:30:49 UTC
State Changed
From-To: closed->open

Not fixed :(
Comment 12 hemicharger 2012-12-03 10:27:42 UTC
Still a problem with .17.2_1.

Reverting to 15.15 for now - last version that's worked for me.

VKRs,
Thom
Comment 13 martin.dieringer 2014-03-03 15:12:28 UTC
- please update the port to 0.18.9

- and consider enabling the CURL option by default
Comment 14 Martin Wilke freebsd_committer freebsd_triage 2016-01-17 12:34:44 UTC
We have now 0.19.10 in ports, if the reported problem still exisit please let me know, so that I can reopen it.