Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 10:10:26 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558218 - head/multimedia/audacious-plugins
Message-ID:  <202012161010.0BGAAQIW010843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Dec 16 10:10:26 2020
New Revision: 558218
URL: https://svnweb.freebsd.org/changeset/ports/558218

Log:
  - Enable PULSEAUDIO option by default so this plugin is available
    in the binary package.
  - While here reflow options.
  
  Requested by:	Usama Hashimi <usama.cit@gmail.com>

Modified:
  head/multimedia/audacious-plugins/Makefile

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Wed Dec 16 10:00:52 2020	(r558217)
+++ head/multimedia/audacious-plugins/Makefile	Wed Dec 16 10:10:26 2020	(r558218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	audacious-plugins
 PORTVERSION=	4.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
 
@@ -56,8 +56,9 @@ OPTIONS_DEFINE=	AAC AMIDI BS2B CDDA CUE FFMPEG FLAC LA
 		SCROBBLER SID SNDFILE SPEEDPITCH VORBIS WAVPACK
 OPTIONS_MULTI=		OUTPUT
 OPTIONS_MULTI_OUTPUT=	ALSA FILEWRITER JACK OSS PULSEAUDIO SDL SNDIO
-OPTIONS_DEFAULT=AAC CDDA CUE FILEWRITER FFMPEG FLAC \
-		MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
+OPTIONS_DEFAULT=	AAC CDDA CUE FILEWRITER FFMPEG FLAC MMS MPRIS \
+			NEON NLS NOTIFY OSS PULSEAUDIO SCROBBLER \
+			VORBIS WAVPACK
 OPTIONS_SUB=	yes
 
 .if ${FLAVOR} == gtk2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012161010.0BGAAQIW010843>