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: Add more USE_TOOLS....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e155ed320b2
branches:  trunk
changeset: 334473:5e155ed320b2
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 28 19:34:38 2019 +0000

description:
dolphin-emu: Add more USE_TOOLS. Use portaudio v19 stable release,
confusingly named portaudio-devel by us.

Bump PKGREVISION.

diffstat:

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

diffs (40 lines):

diff -r 9012c77ab711 -r 5e155ed320b2 emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile    Tue May 28 14:11:07 2019 +0000
+++ b/emulators/dolphin-emu/Makefile    Tue May 28 19:34:38 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/01/03 21:40:36 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/28 19:34:38 nia Exp $
 
 DISTNAME=      dolphin-emu-5.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dolphin-emu/}
 GITHUB_PROJECT=        dolphin
@@ -13,7 +13,7 @@
 LICENSE=       gnu-gpl-v2
 
 EXTRACT_USING= bsdtar
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    msgfmt msgmerge pkg-config
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
diff -r 9012c77ab711 -r 5e155ed320b2 emulators/dolphin-emu/options.mk
--- a/emulators/dolphin-emu/options.mk  Tue May 28 14:11:07 2019 +0000
+++ b/emulators/dolphin-emu/options.mk  Tue May 28 19:34:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/01/01 17:19:58 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/05/28 19:34:38 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.dolphin-emu
 PKG_SUPPORTED_OPTIONS=         alsa libao llvm openal portaudio pulseaudio
@@ -32,7 +32,7 @@
 
 .if !empty(PKG_OPTIONS:Mportaudio)
 CMAKE_ARGS+=   -DENABLE_PORTAUDIO=ON
-.include "../../audio/portaudio/buildlink3.mk"
+.include "../../audio/portaudio-devel/buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mpulseaudio)



Home | Main Index | Thread Index | Old Index