pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/dolphin-emu dolphin-emu: Disable openal for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/030fe5f08b24
branches:  trunk
changeset: 396976:030fe5f08b24
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jun 13 19:44:35 2019 +0000

description:
dolphin-emu: Disable openal for now.

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

diffstat:

 emulators/dolphin-emu/Makefile   |  4 ++--
 emulators/dolphin-emu/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 990c27b631f2 -r 030fe5f08b24 emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile    Thu Jun 13 19:12:44 2019 +0000
+++ b/emulators/dolphin-emu/Makefile    Thu Jun 13 19:44:35 2019 +0000
@@ -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
diff -r 990c27b631f2 -r 030fe5f08b24 emulators/dolphin-emu/options.mk
--- a/emulators/dolphin-emu/options.mk  Thu Jun 13 19:12:44 2019 +0000
+++ b/emulators/dolphin-emu/options.mk  Thu Jun 13 19:44:35 2019 +0000
@@ -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