diff options
author | oliver <oliver@FreeBSD.org> | 2013-01-15 23:52:28 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-01-15 23:52:28 +0800 |
commit | 0b98b3cf92e388e4e1b2860a875d1fc10e972db5 (patch) | |
tree | de093d387d5efed8b98aaa0380d9c14c169712a7 /multimedia | |
parent | 73f280439350d9ce6061ef86cdf1e8133934a9fe (diff) | |
download | freebsd-ports-gnome-0b98b3cf92e388e4e1b2860a875d1fc10e972db5.tar.gz freebsd-ports-gnome-0b98b3cf92e388e4e1b2860a875d1fc10e972db5.tar.zst freebsd-ports-gnome-0b98b3cf92e388e4e1b2860a875d1fc10e972db5.zip |
remove SMB (no longer included)
add speed-pitch plugin in case of RESAMPLE
PR: 175054
Submitted by: Eric Krausser <eric@krausser-edv.de>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 15 | ||||
-rw-r--r-- | multimedia/audacious-plugins/pkg-plist | 2 |
2 files changed, 4 insertions, 13 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 8b9070a9833c..99fd2c299107 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -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} diff --git a/multimedia/audacious-plugins/pkg-plist b/multimedia/audacious-plugins/pkg-plist index 2d28767cd0a6..cde901abfdbe 100644 --- a/multimedia/audacious-plugins/pkg-plist +++ b/multimedia/audacious-plugins/pkg-plist @@ -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 |