Date: Sun, 12 Oct 2014 19:07:07 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370735 - head/multimedia/mpv Message-ID: <201410121907.s9CJ77Rk016898@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121907.s9CJ77Rk016898>