Index: head/multimedia/audacious-plugins/Makefile =================================================================== --- head/multimedia/audacious-plugins/Makefile (revision 186679) +++ head/multimedia/audacious-plugins/Makefile (revision 186680) @@ -1,322 +1,320 @@ # New ports collection makefile for: audacious # Date created: 2006-01-01 # Whom: Zastupov Stepan [RedChrom] # # $FreeBSD$ # PORTNAME= audacious-plugins PORTVERSION= 1.3.0 CATEGORIES= multimedia audio MASTER_SITES= http://static.audacious-media-player.org/release/ EXTRACT_SUFX= .tgz MAINTAINER= oliver@FreeBSD.org COMMENT= Plugins needed for audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious -LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ - curl.4:${PORTSDIR}/ftp/curl \ - tag.5:${PORTSDIR}/audio/taglib - +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl + GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-evdevplug --disable-alsa --disable-amidiplug \ --disable-pulse --disable-coreaudio --disable-projectm \ --disable-flac WANT_GNOME= yes WANT_SDL= yes PORTDOCS= AUTHORS ChangeLog NEWS # no ports for: # PULSE "Enable PulseAudio output plugin" off \ # COREAUDIO "Enable CoreAudio output plugin" off \ # PROJECTM "Enable projectM vis plugin" off \ # to old ports: # FLAC "Enable flac input plugin" off \ OPTIONS= 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 \ ADPLUG "Enable AdPlug plugin" off \ VORBIS "Enable Ogg Vorbis 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 \ TIMIDITY "Enable timidity plugin" on \ MMS "Enable mms support" off \ - PARANORMAL "Enable paranormal vis plugin" on \ - XSPF "Enable XSPF support" on \ + PARANORMAL "Enable paranormal vis plugin" on \ + XSPF "Enable XSPF support" on \ TTA "Enable TrueAudio plugin" on \ LAME "Enable liblame plugin" off \ GNOME "Build with gnomevfs/gconf support" off \ NLS "Native Language Support" on .include .if defined(WITH_ESOUND) USE_GNOME+= esound CONFIGURE_ARGS+=--enable-esd PLIST_SUB+= ESDPLUGIN="" .if defined(PKGNAMESUFFIX) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound .else PKGNAMESUFFIX= -esound .endif .else CONFIGURE_ARGS+=--disable-esd PLIST_SUB+= ESDPLUGIN="@comment " .endif .if !defined(WITHOUT_MP3) LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+=--enable-mad PLIST_SUB+= MP3PLUGIN="" .else CONFIGURE_ARGS+=--disable-mad PLIST_SUB+= MP3PLUGIN="@comment " .endif .if !defined(WITHOUT_ROCKLIGHT) PLIST_SUB+= ROCKLIGHTPLUGIN="" CONFIGURE_ARGS+=--enable-rocklight .else CONFIGURE_ARGS+=--disable-rocklight PLIST_SUB+= ROCKLIGHTPLUGIN="@comment " .endif .if !defined(WITHOUT_LIRC) LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc CONFIGURE_ARGS+=--enable-lirc PLIST_SUB+= LIRCPLUGIN="" .else CONFIGURE_ARGS+=--disable-lirc PLIST_SUB+= LIRCPLUGIN="@comment " .endif .if !defined(WITHOUT_STATUSICON) USE_GNOME+= gtk20 CONFIGURE_ARGS+=--enable-statusicon PLIST_SUB+= STATUSICONPLUGIN="" .else CONFIGURE_ARGS+=--disable-statusicon PLIST_SUB+= STATUSICONPLUGIN="@comment " .endif .if !defined(WITHOUT_AOSD) USE_GNOME+= pango CONFIGURE_ARGS+=--enable-aosd PLIST_SUB+= AOSDPLUGIN="" .else CONFIGURE_ARGS+=--disable-aosd PLIST_SUB+= AOSDPLUGIN="@comment " .endif .if !defined(WITHOUT_ADPLUG) LIB_DEPENDS+= binio.1:${PORTSDIR}/devel/libbinio CONFIGURE_ARGS+=--enable-adplug PLIST_SUB+= ADPLUGPLUGIN="" .else CONFIGURE_ARGS+=--disable-adplug PLIST_SUB+= ADPLUGPLUGIN="@comment " .endif .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBISPLUGIN="" #.if !defined(WITHOUT_FLAC) #LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac #CONFIGURE_ARGS+=--enable-flac #PLIST_SUB+= FLACPLUGIN="" #.else #CONFIGURE_ARGS+=--disable-flac #PLIST_SUB+= FLACPLUGIN="@comment " #.endif .else CONFIGURE_ARGS+=--disable-vorbis #--disable-flac PLIST_SUB+= VORBISPLUGIN="@comment " #FLACPLUGIN="@comment " .endif .if !defined(WITHOUT_WAVPACK) LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack CONFIGURE_ARGS+=--enable-wavpack PLIST_SUB+= WAVPACKPLUGIN="" .else CONFIGURE_ARGS+=--disable-wavpack PLIST_SUB+= WAVPACKPLUGIN="@comment " .endif .if !defined(WITHOUT_AAC) CONFIGURE_ARGS+=--enable-aac PLIST_SUB+= AACPLUGIN="" .else CONFIGURE_ARGS+=--disable-aac PLIST_SUB+= AACPLUGIN="@comment " .endif .if !defined(WITHOUT_SNDFILE) LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile CONFIGURE_ARGS+=--enable-sndfile PLIST_SUB+= SNDFILEPLUGIN="" .else CONFIGURE_ARGS+=--disable-sndfile PLIST_SUB+= SNDFILEPLUGIN="@comment " .endif .if !defined(WITHOUT_MODPLUG) LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug PLIST_SUB+= MODPLUG="" CONFIGURE_ARGS+=--enable-modplug .else PLIST_SUB+= MODPLUG="@comment " CONFIGURE_ARGS+=--disable-modplug .endif .if !defined(WITHOUT_MPC) LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec \ tag.5:${PORTSDIR}/audio/taglib PLIST_SUB+= MPCPLUGIN="" CONFIGURE_ARGS+=--enable-musepack .else PLIST_SUB+= MPCPLUGIN="@comment " CONFIGURE_ARGS+=--disable-musepack .endif .if !defined(WITHOUT_WMA) CONFIGURE_ARGS+=--enable-wma PLIST_SUB+= WMAPLUGIN="" .else CONFIGURE_ARGS+=--disable-wma PLIST_SUB+= WMAPLUGIN="@comment " .endif .if !defined(WITHOUT_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack CONFIGURE_ARGS+=--enable-jack PLIST_SUB+= JACKPLUGIN="" .else CONFIGURE_ARGS+=--disable-jack PLIST_SUB+= JACKPLUGIN="@comment " .endif .if !defined(WITHOUT_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+=--enable-arts PLIST_SUB+= ARTSPLUGIN="" .else CONFIGURE_ARGS+=--disable-arts PLIST_SUB+= ARTSPLUGIN="@comment " .endif .if !defined(WITHOUT_OSS) PLIST_SUB+= OSSPLUGIN="" CONFIGURE_ARGS+=--enable-oss .else PLIST_SUB+= OSSPLUGIN="@comment " CONFIGURE_ARGS+=--disable-oss .endif .if !defined(WITHOUT_SID) LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay PLIST_SUB+= SIDPLUGIN="" CONFIGURE_ARGS+=--enable-sid .else PLIST_SUB+= SIDPLUGIN="@comment " CONFIGURE_ARGS+=--disable-sid .endif .if !defined(WITHOUT_TIMIDITY) CONFIGURE_ARGS+=--enable-timidity PLIST_SUB+= TIMIDITYPLUGIN="" .else CONFIGURE_ARGS+=--disable-timidity PLIST_SUB+= TIMIDITYPLUGIN="@comment " .endif .if !defined(WITHOUT_PARANORMAL) CONFIGURE_ARGS+=--enable-paranormal --disable-mms PLIST_SUB+= PARANORMALPLUGIN="" MMSPLUGIN="@comment " USE_SDL= sdl .else CONFIGURE_ARGS+=--disable-paranormal PLIST_SUB+= PARANORMALPLUGIN="@comment " .if !defined(WITHOUT_MMS) LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms CONFIGURE_ARGS+=--enable-mms PLIST_SUB+= MMSPLUGIN="" .else CONFIGURE_ARGS+=--disable-mms PLIST_SUB+= MMSPLUGIN="@comment " .endif .endif .if !defined(WITHOUT_XSPF) USE_GNOME+= libxml2 CONFIGURE_ARGS+=--enable-xspf PLIST_SUB+= XSPFPLUGIN="" .else CONFIGURE_ARGS+=--disable-xspf PLIST_SUB+= XSPFPLUGIN="@comment " .endif .if !defined(WITHOUT_TTA) CONFIGURE_ARGS+=--enable-tta PLIST_SUB+= TTAPLUGIN="" .else CONFIGURE_ARGS+=--disable-tta PLIST_SUB+= TTAPLUGIN="@comment " .endif .if !defined(WITHOUT_LAME) LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame CONFIGURE_ARGS+=--enable-lame PLIST_SUB+= LAMEPLUGIN="" .else CONFIGURE_ARGS+=--disable-lame PLIST_SUB+= LAMEPLUGIN="@comment " .endif .if defined(WITH_GNOME) USE_GNOME+= gnomevfs2 gconf2 CONFIGURE_ARGS+=--enable-gnome-vfs --enable-gconf .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-install: .if defined(WITH_GNOME) @${ECHO_MSG} "" @${ECHO_MSG} "You have installed audacious with gconf support." @${ECHO_MSG} "ALL PRESETS will be stored in the gconf database." @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/multimedia/audacious-plugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/multimedia/audacious-plugins/pkg-plist =================================================================== --- head/multimedia/audacious-plugins/pkg-plist (revision 186679) +++ head/multimedia/audacious-plugins/pkg-plist (revision 186680) @@ -1,66 +1,103 @@ %%ARTSPLUGIN%%bin/audacious-arts-helper lib/audacious/Container/libm3u.so lib/audacious/Container/libpls.so lib/audacious/Container/libstdio.so %%XSPFPLUGIN%%lib/audacious/Container/libxspf.so lib/audacious/Effect/libaudiocompress.so lib/audacious/Effect/libladspa.so lib/audacious/Effect/libecho.so lib/audacious/Effect/libstereo.so lib/audacious/Effect/libvoice_removal.so lib/audacious/General/libalarm.so %%AOSDPLUGIN%%lib/audacious/General/libaosd.so lib/audacious/General/libcurl.so %%LIRCPLUGIN%%lib/audacious/General/liblirc.so lib/audacious/General/libsong_change.so lib/audacious/General/libscrobbler.so lib/audacious/General/libstatusicon.so %%AACPLUGIN%%lib/audacious/Input/libaac.so %%ADPLUGPLUGIN%%lib/audacious/Input/libadplug.so lib/audacious/Input/libalac.so lib/audacious/Input/libcdaudio.so lib/audacious/Input/libconsole.so lib/audacious/Input/libcuesheet.so @comment %%FLACPLUGIN%%lib/audacious/Input/libflac.so %%MP3PLUGIN%%lib/audacious/Input/libmadplug.so lib/audacious/Input/libmetronom.so %%MODPLUG%%lib/audacious/Input/libmodplug.so %%MPCPLUGIN%%lib/audacious/Input/libmpc.so lib/audacious/Input/libsexypsf.so %%SIDPLUGIN%%lib/audacious/Input/libsid.so %%TIMIDITYPLUGIN%%lib/audacious/Input/libtimidity.so lib/audacious/Input/libtonegen.so %%TTAPLUGIN%%lib/audacious/Input/libtta.so %%VORBISPLUGIN%%lib/audacious/Input/libvorbis.so lib/audacious/Input/libvtx.so lib/audacious/Input/libwav.so %%WAVPACKPLUGIN%%lib/audacious/Input/libwavpack.so %%WMAPLUGIN%%lib/audacious/Input/libwma.so %%OSSPLUGIN%%lib/audacious/Output/libOSS.so %%ESDPLUGIN%%lib/audacious/Output/libESD.so %%ARTSPLUGIN%%lib/audacious/Output/libarts.so lib/audacious/Output/libdisk_writer.so %%LAMEPLUGIN%%lib/audacious/Output/liblame.so lib/audacious/Output/libnull.so lib/audacious/Visualization/libbscope.so %%PARANORMALPLUGIN%%lib/audacious/Visualization/libparanormal.so %%ROCKLIGHTPLUGIN%%lib/audacious/Visualization/librocklight.so %%PARANORMALPLUGIN%%lib/audacious/Visualization/librovascope.so lib/audacious/Visualization/libspectrum.so +%%PARANORMALPLUGIN%%share/audacious-plugins/paranormal/Presets/aerdan_-_bloody_vortex.pnv +share/audacious-plugins/paranormal/Presets/aerdan_-_cloudscape.pnv +share/audacious-plugins/paranormal/Presets/aerdan_-_cloudscape2.pnv +share/audacious-plugins/paranormal/Presets/aerdan_-_dancing_snow.pnv +share/audacious-plugins/paranormal/Presets/aerdan_-_portal_to_hell.pnv +share/audacious-plugins/paranormal/Presets/aerdan_-_telestatic.pnv +share/audacious-plugins/paranormal/Presets/nazca_-_smoke_on_the_water.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_3d_wave.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_aquamarine_dream.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_beatscope.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_branchscope.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_bumblebees.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_cubism.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_flying_into_pastels.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_interlaced.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_kaliedoscope.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_phosphor_flame.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_psuedo_starfield.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_purple_flower.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_quakingscope.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_quasar.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_retroscope.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_rush.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_scopefun.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_simple_yet_pretty.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_smoke.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_swarm.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_technicolour_nightmare.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_transform_fun.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_trapped.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_tunnel_vision.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_value_replace_fun.pnv +share/audacious-plugins/paranormal/Presets/nenolod_-_worms.pnv +share/audacious-plugins/paranormal/Presets/ticpu_-_colored_beat-o-scope.pnv %%NLS%%share/locale/ca/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/cs/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/cy/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/de/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ja/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ru/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/tr/LC_MESSAGES/audacious-plugins.mo share/audacious/images/audioscrobbler.png share/audacious/images/audioscrobbler_badge.png @dirrm include/audacious-plugins @dirrm lib/audacious/Container @dirrm lib/audacious/Visualization @dirrm lib/audacious/Output @dirrm lib/audacious/Input @dirrm lib/audacious/General @dirrm lib/audacious/Effect @dirrmtry lib/audacious +%%PARANORMALPLUGIN%%@dirrm share/audacious-plugins/paranormal/Presets +%%PARANORMALPLUGIN%%@dirrm share/audacious-plugins/paranormal +%%PARANORMALPLUGIN%%@dirrm share/audacious-plugins Property changes on: head/multimedia/audacious-plugins/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property