1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add a CURL option for the lastfm/scrobbler plugin

clarify the neon option [1]

PR:		ports/133442 [1]
Submitted by:	baileygeoff@telus.net [1]
This commit is contained in:
Oliver Lehmann 2009-04-26 11:42:25 +00:00
parent e3bc0e67d6
commit e000533b95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232771
2 changed files with 12 additions and 2 deletions

View File

@ -61,14 +61,15 @@ OPTIONS= DBUS "Enable dbus support" 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 \
NEON "Enable neon (HTTP) support" 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
NLS "Native Language Support" on \
CURL "curl for lastfm/scrobbler support" off
.include <bsd.port.pre.mk>
@ -362,6 +363,13 @@ USE_GNOME+= gnomevfs2 gconf2
CONFIGURE_ARGS+=--enable-gnome-vfs --enable-gconf
.endif
.if !defined(WITHOUT_CURL) || exists(${LOCALBASE}/lib/libcurl.so)
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
PLIST_SUB+= CURLPLUGIN=""
.else
PLIST_SUB+= CURLPLUGIN="@comment "
.endif
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
CONFIGURE_ARGS+=--enable-nls

View File

@ -14,6 +14,7 @@ lib/audacious/General/alarm.so
%%DBUS%%lib/audacious/General/gnomeshortcuts.so
lib/audacious/General/hotkey.so
%%LIRCPLUGIN%%lib/audacious/General/lirc.so
%%CURLPLUGIN%%lib/audacious/General/scrobbler.so
lib/audacious/General/song_change.so
lib/audacious/General/statusicon.so
%%AACPLUGIN%%lib/audacious/Input/aac.so
@ -45,6 +46,7 @@ lib/audacious/Input/vtx.so
lib/audacious/Output/filewriter.so
%%JACKPLUGIN%%lib/audacious/Output/jackout.so
lib/audacious/Output/null.so
%%CURLPLUGIN%%lib/audacious/Transport/lastfm.so
%%NEONPLUGIN%%lib/audacious/Transport/neon.so
lib/audacious/Transport/stdio.so
lib/audacious/Visualization/blur_scope.so