pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

audacious-plugins: Drop, audio/audacious-plugins is the same version



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 17:47:10 2016 +0200
Changeset:	25a79ccf08741775a30029443dbc6921e436d9f3

Removed Files:
	audacious-plugins/DESCR
	audacious-plugins/Makefile
	audacious-plugins/PLIST
	audacious-plugins/TODO
	audacious-plugins/distinfo
	audacious-plugins/options.mk

Log Message:
audacious-plugins: Drop, audio/audacious-plugins is the same version

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25a79ccf08741775a30029443dbc6921e436d9f3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 audacious-plugins/DESCR      |   2 -
 audacious-plugins/Makefile   | 106 ---------------------
 audacious-plugins/PLIST      | 221 -------------------------------------------
 audacious-plugins/TODO       |  98 -------------------
 audacious-plugins/distinfo   |   5 -
 audacious-plugins/options.mk |  43 ---------
 6 files changed, 475 deletions(-)

diffs:
diff --git a/audacious-plugins/DESCR b/audacious-plugins/DESCR
deleted file mode 100644
index b51120e..0000000
--- a/audacious-plugins/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-These are the basic plugins needed for the input, output, visualization,
-and effects of the Audacious media player.
diff --git a/audacious-plugins/Makefile b/audacious-plugins/Makefile
deleted file mode 100644
index 0e56b1c..0000000
--- a/audacious-plugins/Makefile
+++ /dev/null
@@ -1,106 +0,0 @@
-# $NetBSD: Makefile,v 1.44 2014/10/28 16:02:36 makoto Exp $
-
-DISTNAME=	audacious-plugins-3.5.2
-CATEGORIES=	audio
-MASTER_SITES=	http://distfiles.audacious-media-player.org/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://audacious-media-player.org/
-COMMENT=	Plugins for Audacious media player
-LICENSE=	2-clause-bsd
-
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		gmake intltool pkg-config msgfmt
-GNU_CONFIGURE=		yes
-#CONFIGURE_ARGS+=	--disable-aac
-CONFIGURE_ARGS+=	--disable-amidiplug
-CONFIGURE_ARGS+=	--disable-evdevplug
-#CONFIGURE_ARGS+=	--disable-coreaudio
-CONFIGURE_ARGS+=	--disable-gnomeshortcuts
-CONFIGURE_ARGS+=	--disable-modplug
-CONFIGURE_ARGS+=	--disable-projectm
-CONFIGURE_ARGS+=	--with-ffmpeg=none
-
-.include "../../mk/compiler.mk"
-.if empty(PKGSRC_COMPILER:Mclang)
-# This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least.
-# This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++.
-# For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 :
-# Systems with Clang are supposed to be new enough to have a correctly linked
-# libstdc++.
-LDFLAGS.NetBSD+=	-lgcc_s
-.endif
-
-# From audio/bmp/Makefile:
-# XXX Workaround a crash during shutdown that happens when dlclose(3)ing
-# any open plugin.  libstdc++ gets dynamically linked in when the id3lib
-# library is loaded, and is the one causing problems.  See PR pkg/26846
-# for more information.
-LDFLAGS.NetBSD+=	-lstdc++ -lm
-
-# cdaudio plugin complains about missing OSS at runtime
-LDFLAGS+=		${LIBOSSAUDIO}
-
-# do not use pkgsrc' flac if it is installed
-CFLAGS+=	-I. -I../flacng -Ilibflacng
-
-.include "../../mk/bsd.prefs.mk"
-.include "options.mk"
-
-PLIST_VARS+=	oss sun oss4
-
-.if ${OPSYS} == "NetBSD"
-RAWPART_cmd=		/sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j
-CONFIGURE_ARGS+=	--with-dev-dsp=${DEVOSSSOUND}			\
-			--with-cdda-device=/dev/rcd0${RAWPART_cmd:sh}	\
-			--with-cdda-dir=/cdrom/
-PLIST.oss=	yes
-PLIST.sun=	yes
-.elif ${OPSYS} == "FreeBSD"
-PLIST.oss=	yes
-.elif ${OPSYS} == "DragonFly"
-PLIST.oss=	yes
-.elif ${OPSYS} == "SunOS"
-CPPFLAGS.SunOS=	-D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
-CONFIGURE_ARGS+=	--enable-oss4
-PLIST.oss4=	yes
-PLIST.oss=	yes
-#.elif ${OPSYS} == "Linux"
-#.  include	"../../wip/alsa-lib/buildlink3.mk"
-#PKG_SUPPORTED_OPTIONS+= lirc
-#.  if !empty(PKG_OPTIONS:Mlirc)
-#CONFIGURE_ARGS+=	--enable-lirc
-#.    include "../../wip/lirc/buildlink3.mk"
-#.  endif
-.endif
-
-.include "../../audio/audacious/buildlink3.mk"
-.include "../../audio/faad2/buildlink3.mk"
-.include "../../audio/jack/buildlink3.mk"
-.include "../../audio/lame/buildlink3.mk"
-.include "../../audio/libcddb/buildlink3.mk"
-.include "../../audio/libmad/buildlink3.mk"
-#include "../../audio/libmodplug/buildlink3.mk"
-.include "../../audio/libmpcdec/buildlink3.mk"
-.include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/mpg123/buildlink3.mk"
-#include "../../audio/sox/buildlink3.mk"
-.include "../../audio/taglib/buildlink3.mk"
-.include "../../audio/wavpack/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
-.include "../../devel/libbinio/buildlink3.mk"
-.include "../../graphics/imlib2/buildlink3.mk"
-.include "../../misc/libcdio-paranoia/buildlink3.mk"
-.include "../../multimedia/libogg/buildlink3.mk"
-.include "../../net/libmms/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../wip/libbs2b/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../www/neon/buildlink3.mk"
-
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audacious-plugins/PLIST b/audacious-plugins/PLIST
deleted file mode 100644
index 695cfd2..0000000
--- a/audacious-plugins/PLIST
+++ /dev/null
@@ -1,221 +0,0 @@
-@comment $NetBSD: PLIST,v 1.24 2014/10/28 16:02:36 makoto Exp $
-lib/audacious/Container/asx.so
-lib/audacious/Container/asx3.so
-lib/audacious/Container/audpl.so
-lib/audacious/Container/m3u.so
-lib/audacious/Container/pls.so
-lib/audacious/Container/xspf.so
-lib/audacious/Effect/bs2b.so
-lib/audacious/Effect/compressor.so
-lib/audacious/Effect/crossfade.so
-lib/audacious/Effect/crystalizer.so
-lib/audacious/Effect/echo.so
-lib/audacious/Effect/ladspa.so
-lib/audacious/Effect/mixer.so
-lib/audacious/Effect/resample.so
-lib/audacious/Effect/speed-pitch.so
-lib/audacious/Effect/stereo.so
-lib/audacious/Effect/voice_removal.so
-lib/audacious/General/alarm.so
-lib/audacious/General/albumart.so
-lib/audacious/General/aosd.so
-lib/audacious/General/cd-menu-items.so
-lib/audacious/General/delete-files.so
-lib/audacious/General/gtkui.so
-lib/audacious/General/hotkey.so
-lib/audacious/General/lyricwiki.so
-lib/audacious/General/mpris2.so
-lib/audacious/General/notify.so
-lib/audacious/General/scrobbler.so
-lib/audacious/General/search-tool.so
-lib/audacious/General/skins.so
-lib/audacious/General/song_change.so
-lib/audacious/General/statusicon.so
-lib/audacious/Input/aac-raw.so
-lib/audacious/Input/aac.so
-lib/audacious/Input/adplug.so
-lib/audacious/Input/cdaudio-ng.so
-lib/audacious/Input/console.so
-lib/audacious/Input/flacng.so
-lib/audacious/Input/madplug.so
-lib/audacious/Input/metronom.so
-lib/audacious/Input/psf2.so
-lib/audacious/Input/sndfile.so
-lib/audacious/Input/tonegen.so
-lib/audacious/Input/vorbis.so
-lib/audacious/Input/vtx.so
-lib/audacious/Input/wavpack.so
-${PLIST.oss4}lib/audacious/Output/OSS4.so
-lib/audacious/Input/xsf.so
-lib/audacious/Output/filewriter.so
-${PLIST.jack}lib/audacious/Output/jackout.so
-${PLIST.pulse}lib/audacious/Output/pulse_audio.so
-lib/audacious/Output/sdlout.so
-lib/audacious/Transport/gio.so
-lib/audacious/Transport/mms.so
-lib/audacious/Transport/neon.so
-lib/audacious/Visualization/blur_scope.so
-lib/audacious/Visualization/cairo-spectrum.so
-lib/audacious/Visualization/gl-spectrum.so
-share/audacious/Skins/Classic/balance.png
-share/audacious/Skins/Classic/cbuttons.png
-share/audacious/Skins/Classic/eq_ex.png
-share/audacious/Skins/Classic/eqmain.png
-share/audacious/Skins/Classic/main.png
-share/audacious/Skins/Classic/monoster.png
-share/audacious/Skins/Classic/nums_ex.png
-share/audacious/Skins/Classic/playpaus.png
-share/audacious/Skins/Classic/pledit.png
-share/audacious/Skins/Classic/pledit.txt
-share/audacious/Skins/Classic/posbar.png
-share/audacious/Skins/Classic/shufrep.png
-share/audacious/Skins/Classic/skin-classic.hints
-share/audacious/Skins/Classic/skin.hints
-share/audacious/Skins/Classic/text.png
-share/audacious/Skins/Classic/titlebar.png
-share/audacious/Skins/Classic/viscolor.txt
-share/audacious/Skins/Classic/volume.png
-share/audacious/Skins/Classic1.3/balance.png
-share/audacious/Skins/Classic1.3/cbuttons.png
-share/audacious/Skins/Classic1.3/eq_ex.png
-share/audacious/Skins/Classic1.3/eqmain.png
-share/audacious/Skins/Classic1.3/main.png
-share/audacious/Skins/Classic1.3/monoster.png
-share/audacious/Skins/Classic1.3/nums_ex.png
-share/audacious/Skins/Classic1.3/playpaus.png
-share/audacious/Skins/Classic1.3/pledit.png
-share/audacious/Skins/Classic1.3/pledit.txt
-share/audacious/Skins/Classic1.3/posbar.png
-share/audacious/Skins/Classic1.3/shufrep.png
-share/audacious/Skins/Classic1.3/skin-classic.hints
-share/audacious/Skins/Classic1.3/skin.hints
-share/audacious/Skins/Classic1.3/text.png
-share/audacious/Skins/Classic1.3/titlebar.png
-share/audacious/Skins/Classic1.3/viscolor.txt
-share/audacious/Skins/Classic1.3/volume.png
-share/audacious/Skins/Default/cbuttons.png
-share/audacious/Skins/Default/eq_ex.png
-share/audacious/Skins/Default/eqmain.png
-share/audacious/Skins/Default/main.png
-share/audacious/Skins/Default/monoster.png
-share/audacious/Skins/Default/nums_ex.png
-share/audacious/Skins/Default/playpaus.png
-share/audacious/Skins/Default/pledit.png
-share/audacious/Skins/Default/pledit.txt
-share/audacious/Skins/Default/posbar.png
-share/audacious/Skins/Default/shufrep.png
-share/audacious/Skins/Default/skin.hints
-share/audacious/Skins/Default/text.png
-share/audacious/Skins/Default/titlebar.png
-share/audacious/Skins/Default/viscolor.txt
-share/audacious/Skins/Default/volume.png
-share/audacious/Skins/Ivory/balance.png
-share/audacious/Skins/Ivory/cbuttons.png
-share/audacious/Skins/Ivory/eq_ex.png
-share/audacious/Skins/Ivory/eqmain.png
-share/audacious/Skins/Ivory/main.png
-share/audacious/Skins/Ivory/monoster.png
-share/audacious/Skins/Ivory/nums_ex.png
-share/audacious/Skins/Ivory/playpaus.png
-share/audacious/Skins/Ivory/pledit.png
-share/audacious/Skins/Ivory/pledit.txt
-share/audacious/Skins/Ivory/posbar.png
-share/audacious/Skins/Ivory/shufrep.png
-share/audacious/Skins/Ivory/skin.hints
-share/audacious/Skins/Ivory/text.png
-share/audacious/Skins/Ivory/titlebar.png
-share/audacious/Skins/Ivory/viscolor.txt
-share/audacious/Skins/Ivory/volume.png
-share/audacious/Skins/Osmosis/balance.png
-share/audacious/Skins/Osmosis/cbuttons.png
-share/audacious/Skins/Osmosis/eq_ex.png
-share/audacious/Skins/Osmosis/eqmain.png
-share/audacious/Skins/Osmosis/main.png
-share/audacious/Skins/Osmosis/monoster.png
-share/audacious/Skins/Osmosis/nums_ex.png
-share/audacious/Skins/Osmosis/playpaus.png
-share/audacious/Skins/Osmosis/pledit.png
-share/audacious/Skins/Osmosis/pledit.txt
-share/audacious/Skins/Osmosis/posbar.png
-share/audacious/Skins/Osmosis/shufrep.png
-share/audacious/Skins/Osmosis/skin.hints
-share/audacious/Skins/Osmosis/text.png
-share/audacious/Skins/Osmosis/titlebar.png
-share/audacious/Skins/Osmosis/viscolor.txt
-share/audacious/Skins/Osmosis/volume.png
-share/audacious/Skins/Refugee/cbuttons.png
-share/audacious/Skins/Refugee/eq_ex.png
-share/audacious/Skins/Refugee/eqmain.png
-share/audacious/Skins/Refugee/main.png
-share/audacious/Skins/Refugee/monoster.png
-share/audacious/Skins/Refugee/nums_ex.png
-share/audacious/Skins/Refugee/playpaus.png
-share/audacious/Skins/Refugee/pledit.png
-share/audacious/Skins/Refugee/pledit.txt
-share/audacious/Skins/Refugee/posbar.png
-share/audacious/Skins/Refugee/shufrep.png
-share/audacious/Skins/Refugee/skin.hints
-share/audacious/Skins/Refugee/text.png
-share/audacious/Skins/Refugee/titlebar.png
-share/audacious/Skins/Refugee/viscolor.txt
-share/audacious/Skins/Refugee/volume.png
-share/audacious/Skins/TinyPlayer/balance.png
-share/audacious/Skins/TinyPlayer/cbuttons.png
-share/audacious/Skins/TinyPlayer/eq_ex.png
-share/audacious/Skins/TinyPlayer/eqmain.png
-share/audacious/Skins/TinyPlayer/main.png
-share/audacious/Skins/TinyPlayer/monoster.png
-share/audacious/Skins/TinyPlayer/nums_ex.png
-share/audacious/Skins/TinyPlayer/playpaus.png
-share/audacious/Skins/TinyPlayer/pledit.png
-share/audacious/Skins/TinyPlayer/pledit.txt
-share/audacious/Skins/TinyPlayer/posbar.png
-share/audacious/Skins/TinyPlayer/shufrep.png
-share/audacious/Skins/TinyPlayer/skin.hints
-share/audacious/Skins/TinyPlayer/text.png
-share/audacious/Skins/TinyPlayer/titlebar.png
-share/audacious/Skins/TinyPlayer/viscolor.txt
-share/audacious/Skins/TinyPlayer/volume.png
-share/locale/be/LC_MESSAGES/audacious-plugins.mo
-share/locale/bg/LC_MESSAGES/audacious-plugins.mo
-share/locale/ca/LC_MESSAGES/audacious-plugins.mo
-share/locale/cmn/LC_MESSAGES/audacious-plugins.mo
-share/locale/cs/LC_MESSAGES/audacious-plugins.mo
-share/locale/da/LC_MESSAGES/audacious-plugins.mo
-share/locale/de/LC_MESSAGES/audacious-plugins.mo
-share/locale/el/LC_MESSAGES/audacious-plugins.mo
-share/locale/en_GB/LC_MESSAGES/audacious-plugins.mo
-share/locale/es/LC_MESSAGES/audacious-plugins.mo
-share/locale/es_AR/LC_MESSAGES/audacious-plugins.mo
-share/locale/es_MX/LC_MESSAGES/audacious-plugins.mo
-share/locale/et/LC_MESSAGES/audacious-plugins.mo
-share/locale/eu/LC_MESSAGES/audacious-plugins.mo
-share/locale/fa_IR/LC_MESSAGES/audacious-plugins.mo
-share/locale/fi/LC_MESSAGES/audacious-plugins.mo
-share/locale/fr/LC_MESSAGES/audacious-plugins.mo
-share/locale/gl/LC_MESSAGES/audacious-plugins.mo
-share/locale/hu/LC_MESSAGES/audacious-plugins.mo
-share/locale/id_ID/LC_MESSAGES/audacious-plugins.mo
-share/locale/it/LC_MESSAGES/audacious-plugins.mo
-share/locale/ja/LC_MESSAGES/audacious-plugins.mo
-share/locale/ko/LC_MESSAGES/audacious-plugins.mo
-share/locale/ky/LC_MESSAGES/audacious-plugins.mo
-share/locale/lt/LC_MESSAGES/audacious-plugins.mo
-share/locale/lv/LC_MESSAGES/audacious-plugins.mo
-share/locale/ml_IN/LC_MESSAGES/audacious-plugins.mo
-share/locale/ms/LC_MESSAGES/audacious-plugins.mo
-share/locale/nl/LC_MESSAGES/audacious-plugins.mo
-share/locale/pl/LC_MESSAGES/audacious-plugins.mo
-share/locale/pt_BR/LC_MESSAGES/audacious-plugins.mo
-share/locale/pt_PT/LC_MESSAGES/audacious-plugins.mo
-share/locale/ru/LC_MESSAGES/audacious-plugins.mo
-share/locale/si/LC_MESSAGES/audacious-plugins.mo
-share/locale/sk/LC_MESSAGES/audacious-plugins.mo
-share/locale/sr/LC_MESSAGES/audacious-plugins.mo
-share/locale/sr_RS/LC_MESSAGES/audacious-plugins.mo
-share/locale/sv/LC_MESSAGES/audacious-plugins.mo
-share/locale/ta/LC_MESSAGES/audacious-plugins.mo
-share/locale/tr/LC_MESSAGES/audacious-plugins.mo
-share/locale/uk/LC_MESSAGES/audacious-plugins.mo
-share/locale/zh_CN/LC_MESSAGES/audacious-plugins.mo
-share/locale/zh_TW/LC_MESSAGES/audacious-plugins.mo
diff --git a/audacious-plugins/TODO b/audacious-plugins/TODO
deleted file mode 100644
index 4b71b6a..0000000
--- a/audacious-plugins/TODO
+++ /dev/null
@@ -1,98 +0,0 @@
-(Need to check the item flagged as 'no')
-
-Configuration:
-
-  Install path:                           /usr/pkg/lib/audacious
-
-  Output Plugins
-  --------------
-  Open Sound System (oss4):               no
-  Advanced Linux Sound Arch. (alsa):      no
-  Sndio (sndio):                          no
-  PulseAudio (pulse):                     yes
-  Jack Audio Connection Kit (jack):       yes
-  Simple DirectMedia Layer (sdlout):      yes
-  FileWriter:                             yes
-    -> FileWriter MP3 output part:        yes
-    -> FileWriter Vorbis output part:     yes
-    -> FileWriter FLAC output part:       yes
-
-  Input Plugins
-  -------------
-  MPEG-1 Layer I/II/III (mpg123):         yes
-  MPEG-2/4 AAC (aac):                     yes
-  FFaudio (ffaudio):                      none
-  Module decoder (modplug):               no
-  MIDI synthesizer (amidi-plug):          no
-  CD Digital Audio (cdaudio_ng):          yes
-  sndfile extensions:                     yes
-  Tone Generator:                         yes
-  Ogg Vorbis (vorbis):                    yes
-  Free Lossless Audio Codec (flacng):     yes
-  Commodore 64 audio (SID):               no
-  Game music (spc, nsf & gbs):            yes
-  PlayStation (psf/psf2) audio:           yes
-  Nintendo DS audio (xsf):                yes
-  AdLib synthesizer (adplug):             yes
-  WavPack 4.31+ (wavpack):                yes
-  Metronom:                               yes
-  VTX Decoder:                            yes
-
-  General
-  -------
-  Alarm:                                  yes
-  Album Art:                              yes
-  Delete from Filesystem:                 yes
-  Linux Infrared Remote Control (LIRC)    no
-  MPRIS 2 Server:                         yes
-  Search Tool:                            yes
-  Song Change:                            yes
-  Status Icon:                            yes
-  Audacious OSD:                          yes
-    -> X Composite support:               yes
-  libnotify OSD:                          yes
-  Global Hotkey Plugin:                   yes
-  Gnome Shortcuts Plugin:                 no
-  Scrobbler 2.0:                          yes
-  LyricWiki viewer:                       yes
-
-  Effect
-  ------
-  Channel Mixer:                          yes
-  Crystalizer:                            yes
-  Dynamic Range Compressor:               yes
-  Echo/Surround:                          yes
-  Extra Stereo:                           yes
-  LADSPA Host:                            yes
-  Voice Removal:                          yes
-  Bauer stereophonic-to-binaural (bs2b):  yes
-  Sample Rate Converter (resample):       yes
-  Speed and Pitch:                        yes
-  SoX Resampler:                          no
-
-  Visualization
-  -------------
-  Blur Scope:                             yes
-  Cairo Spectrum Analyzer:                yes
-  OpenGL Spectrum Analyzer:               yes
-
-  Transport
-  ---------
-  neon-based http/https:                  yes
-  libmms-based mms:                       yes
-  GIO:                                    yes
-
-  Container
-  ---------
-  Audacious playlist format (audpl):      yes
-  Winamp PLS playlist format (pls):       yes
-  M3U playlist format (m3u):              yes
-  Microsoft ASX (legacy):                 yes
-  Microsoft ASX 3.0:                      yes
-  XML Sharable Playlist Format (xspf):    yes
-  CUE playlist format (cue):              no
-
-  Interfaces
-  ----------
-  GTK (gtkui):                            yes
-  Winamp Classic (skins):                 yes
diff --git a/audacious-plugins/distinfo b/audacious-plugins/distinfo
deleted file mode 100644
index 977e2d5..0000000
--- a/audacious-plugins/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.18 2014/10/20 13:58:24 makoto Exp $
-
-SHA1 (audacious-plugins-3.5.2.tar.bz2) = 470a9c009a92627fb824118762b156eb4604099f
-RMD160 (audacious-plugins-3.5.2.tar.bz2) = 2cf98e4fbf0e778672d509cd486274a8f7e4f10d
-Size (audacious-plugins-3.5.2.tar.bz2) = 1734588 bytes
diff --git a/audacious-plugins/options.mk b/audacious-plugins/options.mk
deleted file mode 100644
index 0b85d0b..0000000
--- a/audacious-plugins/options.mk
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: options.mk,v 1.8 2014/10/28 16:02:36 makoto Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.audacious-plugins
-PKG_SUPPORTED_OPTIONS=	arts esound inet6 jack pulseaudio
-PKG_SUGGESTED_OPTIONS+=	arts        inet6 jack pulseaudio
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=	arts
-.if !empty(PKG_OPTIONS:Marts)
-.  include "../../audio/arts/buildlink3.mk"
-PLIST.arts=	yes
-.else
-CONFIGURE_ARGS+=	--disable-arts
-.endif
-
-PLIST_VARS+=	esd
-.if !empty(PKG_OPTIONS:Mesound)
-.  include "../../audio/esound/buildlink3.mk"
-PLIST.esd=	yes
-.else
-CONFIGURE_ARGS+=	--disable-esd
-.endif
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=	--enable-ipv6
-.endif
-
-PLIST_VARS+=	jack
-.if !empty(PKG_OPTIONS:Mjack)
-.  include "../../audio/jack/buildlink3.mk"
-PLIST.jack=	yes
-.else
-CONFIGURE_ARGS+=	--disable-jack
-.endif
-
-PLIST_VARS+=	pulse
-.if !empty(PKG_OPTIONS:Mpulseaudio)
-.  include "../../audio/pulseaudio/buildlink3.mk"
-PLIST.pulse=	yes
-.else
-CONFIGURE_ARGS+=	--disable-pulse
-.endif


Home | Main Index | Thread Index | Old Index