mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
remove SMB (no longer included)
add speed-pitch plugin in case of RESAMPLE PR: 175054 Submitted by: Eric Krausser <eric@krausser-edv.de>
This commit is contained in:
parent
64b06282d8
commit
13d3092cc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310448
@ -30,10 +30,11 @@ PORTDOCS= AUTHORS
|
||||
|
||||
OPTIONS_DEFINE= DBUS OSS4 SDLOUT ALSA CUE MP3 STATUSICON AOSD AOSDXCOMP \
|
||||
ADPLUG VORBIS FLAC WAVPACK AAC SNDFILE MODPLUG JACK SID \
|
||||
CDAUDIO SCROBBLER MMS GIO SMB MTP NLS RESAMPLE AMIDI \
|
||||
CDAUDIO SCROBBLER MMS GIO MTP NLS RESAMPLE AMIDI \
|
||||
NOTIFY BS2B FFAUDIO PULSE NEON
|
||||
OPTIONS_DEFAULT= DBUS CUE MP3 STATUSICON AOSD AOSDXCOMP AAC CDAUDIO \
|
||||
SCROBBLER NEON NLS OSS4
|
||||
|
||||
ADPLUG_DESC= ADPLUG decoder
|
||||
AMIDI_DESC= Amidi decoder
|
||||
AOSD_DESC= Audacious OSD
|
||||
@ -326,16 +327,6 @@ CONFIGURE_ARGS+=--disable-gio
|
||||
PLIST_SUB+= GIOPLUGIN="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSMB}
|
||||
SAMBA_PORT?= net/samba34
|
||||
LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient
|
||||
CONFIGURE_ARGS+=--enable-smb
|
||||
PLIST_SUB+= SMBPLUGIN=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-smb
|
||||
PLIST_SUB+= SMBPLUGIN="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
@ -378,7 +369,7 @@ post-install:
|
||||
@${ECHO_MSG} "ALL PRESETS will be stored in the gconf database."
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
|
@ -152,7 +152,6 @@ share/audacious/ui/playlist.ui
|
||||
%%MMSPLUGIN%%lib/audacious/Transport/mms.so
|
||||
%%NEONPLUGIN%%lib/audacious/Transport/neon.so
|
||||
lib/audacious/Transport/unix-io.so
|
||||
%%SMBPLUGIN%%lib/audacious/Transport/smb.so
|
||||
%%GIOPLUGIN%%lib/audacious/Transport/gio.so
|
||||
%%AMIDIPLUGIN%%lib/audacious/Input/amidi-plug.so
|
||||
%%AMIDIAPLUGIN%%lib/audacious/Input/amidi-plug/ap-alsa.so
|
||||
@ -176,6 +175,7 @@ lib/audacious/Input/psf2.so
|
||||
lib/audacious/Effect/stereo.so
|
||||
lib/audacious/Effect/crystalizer.so
|
||||
%%RESAMPLEPLUGIN%%lib/audacious/Effect/resample.so
|
||||
%%RESAMPLEPLUGIN%%lib/audacious/Effect/speed-pitch.so
|
||||
lib/audacious/Effect/crossfade.so
|
||||
lib/audacious/Effect/compressor.so
|
||||
lib/audacious/Effect/ladspa.so
|
||||
|
Loading…
Reference in New Issue
Block a user