pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/dolphin-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun 13 19:44:35 UTC 2019

Modified Files:
        pkgsrc/emulators/dolphin-emu: Makefile options.mk

Log Message:
dolphin-emu: Disable openal for now.

The soundtouch update breaks it in Dolphin and it never worked that well
to begin with.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/dolphin-emu/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/dolphin-emu/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dolphin-emu/Makefile
diff -u pkgsrc/emulators/dolphin-emu/Makefile:1.4 pkgsrc/emulators/dolphin-emu/Makefile:1.5
--- pkgsrc/emulators/dolphin-emu/Makefile:1.4   Tue May 28 19:34:38 2019
+++ pkgsrc/emulators/dolphin-emu/Makefile       Thu Jun 13 19:44:35 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/05/28 19:34:38 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/13 19:44:35 nia Exp $
 
 DISTNAME=      dolphin-emu-5.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dolphin-emu/}
 GITHUB_PROJECT=        dolphin

Index: pkgsrc/emulators/dolphin-emu/options.mk
diff -u pkgsrc/emulators/dolphin-emu/options.mk:1.2 pkgsrc/emulators/dolphin-emu/options.mk:1.3
--- pkgsrc/emulators/dolphin-emu/options.mk:1.2 Tue May 28 19:34:38 2019
+++ pkgsrc/emulators/dolphin-emu/options.mk     Thu Jun 13 19:44:35 2019
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2019/05/28 19:34:38 nia Exp $
+# $NetBSD: options.mk,v 1.3 2019/06/13 19:44:35 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.dolphin-emu
 PKG_SUPPORTED_OPTIONS=         alsa libao llvm openal portaudio pulseaudio
-PKG_SUGGESTED_OPTIONS+=                alsa libao openal
+PKG_SUGGESTED_OPTIONS+=                alsa libao
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index