svn commit: r440477 - head/audio/jokosher

Tobias Kortkamp tobik at FreeBSD.org
Tue May 9 09:22:01 UTC 2017


Author: tobik
Date: Tue May  9 09:21:59 2017
New Revision: 440477
URL: https://svnweb.freebsd.org/changeset/ports/440477

Log:
  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

Modified:
  head/audio/jokosher/Makefile

Modified: head/audio/jokosher/Makefile
==============================================================================
--- head/audio/jokosher/Makefile	Tue May  9 09:19:25 2017	(r440476)
+++ head/audio/jokosher/Makefile	Tue May  9 09:21:59 2017	(r440477)
@@ -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


More information about the svn-ports-all mailing list