Date: Tue, 9 May 2017 09:21:59 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440477 - head/audio/jokosher Message-ID: <201705090921.v499LxSw056178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705090921.v499LxSw056178>