aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-05-09 09:21:59 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-05-09 09:21:59 +0000
commit92c986ad93befdcd359c38c424c26ffbaa7828bc (patch)
treed3b7580ed25522f9e2cd4d9ea1e88b16ff2d51ed /audio
parent74db1d2a0877afe2c9af39b87e06b9757a8e08f3 (diff)
downloadports-92c986ad93befdcd359c38c424c26ffbaa7828bc.tar.gz
ports-92c986ad93befdcd359c38c424c26ffbaa7828bc.zip
Rename option PULSE to PULSEAUDIO
Almost all other ports use PULSEAUDIO to enable PulseAudio support. This makes it easier to enable support globally via OPTIONS_SET. - While here fix typo in PROFILES option description Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10636
Notes
Notes: svn path=/head/; revision=440477
Diffstat (limited to 'audio')
-rw-r--r--audio/jokosher/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/jokosher/Makefile b/audio/jokosher/Makefile
index b276c79006aa..720f8e135206 100644
--- a/audio/jokosher/Makefile
+++ b/audio/jokosher/Makefile
@@ -2,7 +2,7 @@
PORTNAME= jokosher
PORTVERSION= 0.11.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://launchpadlibrarian.net/43860543/
@@ -19,12 +19,12 @@ WANT_GNOME= yes
USE_GSTREAMER= gnonlin good python
INSTALLS_ICONS= yes
-OPTIONS_DEFINE= DBUS FLAC GCONF JACK LADSPA LAME MP3 PIDGIN PROFILES PULSE VORBIS
+OPTIONS_DEFINE= DBUS FLAC GCONF JACK LADSPA LAME MP3 PIDGIN PROFILES PULSEAUDIO VORBIS
OPTIONS_DEFAULT= DBUS FLAC GCONF LADSPA VORBIS
MP3_DESC= MP3 import
PIDGIN_DESC= Pidgin status extension
-PROFILES_DESC= Gnome Audio Profiels extension
-PULSE_DESC= ${PULSEAUDIO_DESC}
+PROFILES_DESC= Gnome Audio Profiles extension
+PULSEAUDIO_USE= GSTREAMER=pulse
.include <bsd.port.options.mk>
@@ -52,7 +52,7 @@ PLIST_SUB+= OMF=""
PLIST_SUB+= OMF="@comment "
.endif
-.for plugin in flac gconf jack ladspa lame mp3 pulse vorbis
+.for plugin in flac gconf jack ladspa lame mp3 vorbis
. if ${PORT_OPTIONS:M${plugin:tu}}
USE_GSTREAMER+=${plugin}
. endif