diff options
author | cpm <cpm@FreeBSD.org> | 2017-09-13 01:36:27 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-09-13 01:36:27 +0800 |
commit | 744d670863fe31da79222b2a35f7770b8cebe4a2 (patch) | |
tree | 08f320aaae75d95c2f0dd995735f02267f4c6912 | |
parent | 7af5fa83c6bfa6bcb6a5d7ece0166d0e11dc3dd0 (diff) | |
download | freebsd-ports-gnome-744d670863fe31da79222b2a35f7770b8cebe4a2.tar.gz freebsd-ports-gnome-744d670863fe31da79222b2a35f7770b8cebe4a2.tar.zst freebsd-ports-gnome-744d670863fe31da79222b2a35f7770b8cebe4a2.zip |
multimedia/mpv: enable DVB support
- Bump PORTREVISION
PR: 222183
Submitted by: rozhuk.im@gmail.com
Reviewed by: hselasky
Approved by: cpm (maintainer)
-rw-r--r-- | multimedia/mpv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index bb63ccc2c5d3..d42f66348dad 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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 |