svn commit: r558218 - head/multimedia/audacious-plugins

Guido Falsi madpilot at FreeBSD.org
Wed Dec 16 10:10:27 UTC 2020


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 at 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


More information about the svn-ports-all mailing list