Date: Tue, 12 Sep 2017 17:36:27 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449700 - head/multimedia/mpv Message-ID: <201709121736.v8CHaRit037220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Tue Sep 12 17:36:27 2017 New Revision: 449700 URL: https://svnweb.freebsd.org/changeset/ports/449700 Log: multimedia/mpv: enable DVB support - Bump PORTREVISION PR: 222183 Submitted by: rozhuk.im@gmail.com Reviewed by: hselasky Approved by: cpm (maintainer) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Tue Sep 12 16:40:45 2017 (r449699) +++ head/multimedia/mpv/Makefile Tue Sep 12 17:36:27 2017 (r449700) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.26.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -132,7 +132,7 @@ UCHARDET_CONFIGURE_OFF= --disable-uchardet V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l -V4L_CONFIGURE_ON= --enable-tv +V4L_CONFIGURE_ON= --enable-tv --enable-dvbin VAAPI_LIB_DEPENDS= libva.so:multimedia/libva VAAPI_CONFIGURE_OFF= --disable-vaapi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709121736.v8CHaRit037220>