pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mpv
Module Name: pkgsrc
Committed By: abs
Date: Mon Nov 26 11:25:40 UTC 2018
Modified Files:
pkgsrc/multimedia/mpv: Makefile
Removed Files:
pkgsrc/multimedia/mpv/patches: patch-video_out_opengl_hwdec__vaegl.c
Log Message:
Explicitly pass --disable-egl-x11 to configure to ensure consistent builds
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.1 -r0 \
pkgsrc/multimedia/mpv/patches/patch-video_out_opengl_hwdec__vaegl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.76 pkgsrc/multimedia/mpv/Makefile:1.77
--- pkgsrc/multimedia/mpv/Makefile:1.76 Fri Nov 23 08:06:32 2018
+++ pkgsrc/multimedia/mpv/Makefile Mon Nov 26 11:25:40 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2018/11/23 08:06:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2018/11/26 11:25:40 abs Exp $
DISTNAME= mpv-0.29.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -23,6 +23,7 @@ TOOL_DEPENDS+= waf>=2.0.9:../../devel/wa
WAF_CONFIGURE_ARGS+= --bindir=${PREFIX}/bin
WAF_CONFIGURE_ARGS+= --enable-dvdnav
WAF_CONFIGURE_ARGS+= --enable-dvdread
+WAF_CONFIGURE_ARGS+= --disable-egl-x11
PYTHON_FOR_BUILD_ONLY= yes
Home |
Main Index |
Thread Index |
Old Index