svn commit: r370735 - head/multimedia/mpv

Grzegorz Blach gblach at FreeBSD.org
Sun Oct 12 19:07:08 UTC 2014


Author: gblach
Date: Sun Oct 12 19:07:07 2014
New Revision: 370735
URL: https://svnweb.freebsd.org/changeset/ports/370735
QAT: https://qat.redports.org/buildarchive/r370735/

Log:
  - Disable autodetection of pulseaudio
  - Bump PORTREVISION
  
  Submitted by:	Roland Smith (rsmith <at> xs4all <dot> nl)

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sun Oct 12 18:40:29 2014	(r370734)
+++ head/multimedia/mpv/Makefile	Sun Oct 12 19:07:07 2014	(r370735)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mpv
 PORTVERSION=	0.6.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \
@@ -43,6 +44,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--disable-mpg123 \
 		--disable-alsa \
 		--disable-portaudio \
+		--disable-pulse \
 		--disable-pdf
 
 OPTIONS_DEFINE=		BS2B DOCS ENCA LADSPA LCMS2 LIBGUESS LIRC LUAJIT ZSH


More information about the svn-ports-all mailing list