Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The scrobbler plugin (for submitting songs to Last.fm and Gerpork) for Audacious should be compiled in by default. It compiled only after emerging musicbrainz and curl (this solution was given in the last.fm audacious group: http://www.last.fm/group/Audacious/forum/36299/_/279820 ) Reproducible: Always Steps to Reproduce: 1. emerge audacious-plugins (1.4.4) without having musicbrainz or curl installed 2. restart audacious 3. Actual Results: 1. audacious-plugins emerged without any problems 2. The scrobbler plugin option was however not present in the plugin selection screen of audacious Expected Results: The scrobbler plugin should be available to select in the audacious preferences.
With apologies for the excessive delay; the 1.5.1-r1 ebuild has a scrobbler USE-flag that adds both curl & musicbrainz to the dependencies.
As nenolod comments in the thread mentioned in the bug report, they don't depend on musicbrainz anymore. Scrobbling works for me fine without it. So only curl is necessary, please remove the musicbrainz dependency?
Disagreed, the Makefile still refers to it: Makefile:LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${CURL_LIBS} ${MUSICBRAINZ_LIBS} ${MOWGLI_LIBS} -laudutil If you can get this confirmed and removed upstream, I will remove the dependency.