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:   leot
Date:           Fri Aug  2 09:47:04 UTC 2019

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: Disable Swift as a workaround for PR pkg/54426

According upstream pull request 6612
(<https://github.com/mpv-player/mpv/pull/6612/>) and as noticed
via PR pkg/54426 newer Xcode (10.2) dropped support for Swift 3
that is used in mpv-0.29.1.

Workaround that by disabling swift support.

This will probably not needed and should be removed in next stable
mpv version.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/multimedia/mpv/Makefile

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.83 pkgsrc/multimedia/mpv/Makefile:1.84
--- pkgsrc/multimedia/mpv/Makefile:1.83 Tue Jun  4 13:55:43 2019
+++ pkgsrc/multimedia/mpv/Makefile      Fri Aug  2 09:47:04 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2019/06/04 13:55:43 nia Exp $
+# $NetBSD: Makefile,v 1.84 2019/08/02 09:47:04 leot Exp $
 
 DISTNAME=      mpv-0.29.1
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mpv-player/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -24,6 +24,7 @@ WAF_CONFIGURE_ARGS+=  --bindir=${PREFIX}/
 WAF_CONFIGURE_ARGS+=   --enable-dvdnav
 WAF_CONFIGURE_ARGS+=   --enable-dvdread
 WAF_CONFIGURE_ARGS+=   --disable-egl-x11
+WAF_CONFIGURE_ARGS+=   --disable-swift
 
 PYTHON_FOR_BUILD_ONLY= yes
 



Home | Main Index | Thread Index | Old Index