Date: Tue, 15 Jan 2013 15:52:29 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310448 - head/multimedia/audacious-plugins Message-ID: <201301151552.r0FFqTZO082462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Tue Jan 15 15:52:28 2013 New Revision: 310448 URL: http://svnweb.freebsd.org/changeset/ports/310448 Log: remove SMB (no longer included) add speed-pitch plugin in case of RESAMPLE PR: 175054 Submitted by: Eric Krausser <eric@krausser-edv.de> Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/pkg-plist Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Tue Jan 15 15:46:16 2013 (r310447) +++ head/multimedia/audacious-plugins/Makefile Tue Jan 15 15:52:28 2013 (r310448) @@ -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} Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Tue Jan 15 15:46:16 2013 (r310447) +++ head/multimedia/audacious-plugins/pkg-plist Tue Jan 15 15:52:28 2013 (r310448) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301151552.r0FFqTZO082462>