Audacious scrobbler plugin issue

greetings!

could someone help me to find out where is "lastfm scrobbler plugin" for Audacious available? it's been in "/usr/ports/multimedia/audacious-plugins".
but it seems it doesn't come with that port anymore.

any ideas? thanks!
 
finally i've solved this on my own.
in case you worry about solution here is part of my MAKEFILE for current /usr/ports/multimedia/audacious-plugins:
# no ports for:
# PULSE "Enable PulseAudio output plugin" off \
# COREAUDIO "Enable CoreAudio output plugin" off \
# PROJECTM "Enable projectM vis plugin" off \

OPTIONS= DBUS "Enable dbus support" on \
ESOUND "Enable Esound output output" off \
MP3 "Enable mp3 plugin" on \
ROCKLIGHT "Enable Rocklight vis plugin" on \
LIRC "Enable LIRC plugin" off \
STATUSICON "Enable X11 Status Icon plugin" on \
AOSD "Enable X11 Audacious OSD plugin" on \
AOSDXCOMP "Enable X11 Audacious OSD X Composite Support" on \
ROOTVIS "Enable X11 RootWindow vis plugin" on \
ADPLUG "Enable AdPlug plugin" off \
VORBIS "Enable Ogg Vorbis input plugin" off \
FLAC "Enable FLAC input plugin" off \
WAVPACK "Enable WavPack input plugin" off \
AAC "Enable aac plugin" on \
SNDFILE "Enable sndfile extensions" off \
MODPLUG "Enable ModPlug plugin" off \
MPC "Enable musepack input plugin" off \
WMA "Enable wma plugin" on \
JACK "Enable jack output plugin" off \
ARTS "Enable arts output plugin" off \
SID "Enable sid input plugin" off \
OSS "Enable OSS output plugin" on \
OSS4 "Enable OSS4 output plugin" off \
TIMIDITY "Enable timidity plugin" off \
CDAUDIO "Enable cdaudio-ng input plugin" on \
NEON "Enable neon support (experimental)" on \
MMS "Enable mms support" off \
MTP "Enable MTP upload support" off \
PARANORMAL "Enable paranormal vis plugin" on \
XSPF "Enable XSPF support" on \
TTA "Enable TrueAudio plugin" on \
GNOME "Build with gnomevfs/gconf support" off \
NLS "Native Language Support" on
with these settings we will have audacious with scrobbler plugin available :-)
 
Back
Top