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: Tue May 28 19:34:38 UTC 2019
Modified Files:
pkgsrc/emulators/dolphin-emu: Makefile options.mk
Log Message:
dolphin-emu: Add more USE_TOOLS. Use portaudio v19 stable release,
confusingly named portaudio-devel by us.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/dolphin-emu/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/emulators/dolphin-emu/Makefile:1.4
--- pkgsrc/emulators/dolphin-emu/Makefile:1.3 Thu Jan 3 21:40:36 2019
+++ pkgsrc/emulators/dolphin-emu/Makefile Tue May 28 19:34:38 2019
@@ -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 @@ COMMENT= Nintendo GameCube and Wii emula
LICENSE= gnu-gpl-v2
EXTRACT_USING= bsdtar
-USE_TOOLS+= pkg-config
+USE_TOOLS+= msgfmt msgmerge pkg-config
USE_CMAKE= yes
USE_LANGUAGES= c c++
Index: pkgsrc/emulators/dolphin-emu/options.mk
diff -u pkgsrc/emulators/dolphin-emu/options.mk:1.1 pkgsrc/emulators/dolphin-emu/options.mk:1.2
--- pkgsrc/emulators/dolphin-emu/options.mk:1.1 Tue Jan 1 17:19:58 2019
+++ pkgsrc/emulators/dolphin-emu/options.mk Tue May 28 19:34:38 2019
@@ -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 @@ CMAKE_ARGS+= -DENABLE_OPENAL=ON
.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