summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortsutsui <tsutsui>2016-02-13 18:10:17 +0000
committertsutsui <tsutsui>2016-02-13 18:10:17 +0000
commit27b4eccecb920b800d682aaa9f4a78148c3390b5 (patch)
tree3d4784b96a1e1dc1985284ed9da0b13c538ff63c /emulators
parentb62d245d14ef3057a97128b19765a830c4841b86 (diff)
downloadpkgsrc-27b4eccecb920b800d682aaa9f4a78148c3390b5.tar.gz
Update xnp2 to 0.85.
pkgsrc changes: - explicitly disable SDL2 (SDL2_mixer with smpeg2 cannot coexist with SDL_mixer with smpeg) upstream changes (no English changelog): - fix crash on reset after changing sound settings on some environments - add SDL 2.0 support - fix sound issue when PulseAudio is used as SDL audio backend - add SPFM Light and C86BOX support
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xnp2/Makefile8
-rw-r--r--emulators/xnp2/distinfo9
2 files changed, 11 insertions, 6 deletions
diff --git a/emulators/xnp2/Makefile b/emulators/xnp2/Makefile
index 1e1445ab88d..93d479aeef3 100644
--- a/emulators/xnp2/Makefile
+++ b/emulators/xnp2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/06/06 17:30:35 tsutsui Exp $
+# $NetBSD: Makefile,v 1.20 2016/02/13 18:10:17 tsutsui Exp $
-DISTNAME= xnp2-0.84
+DISTNAME= xnp2-0.85
CATEGORIES= emulators
MASTER_SITES= http://www.nonakap.org/np2/release/
EXTRACT_SUFX= .tar.bz2
@@ -17,6 +17,9 @@ CONFIGURE_DIRS= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-build-all
+# XXX audio/SDL2_mixer requires multimedia/smpeg2 but it conflicts with
+# multimedia/smpeg which is required by audio/SDL_mixer
+CONFIGURE_ARGS+= --disable-sdl2
INSTALLATION_DIRS+= share/doc/xnp2 ${PKGMANDIR}/ja/man1
@@ -32,4 +35,5 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/xnp2/distinfo b/emulators/xnp2/distinfo
index 2a1638c2ed4..36ea5ab5e47 100644
--- a/emulators/xnp2/distinfo
+++ b/emulators/xnp2/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/06/06 17:30:35 tsutsui Exp $
+$NetBSD: distinfo,v 1.7 2016/02/13 18:10:17 tsutsui Exp $
-SHA1 (xnp2-0.84.tar.bz2) = db31d71b5e52121a01eda9c6a4356248408c3fe7
-RMD160 (xnp2-0.84.tar.bz2) = 7742ae9f06518d60dc7695083ee4ee93986d5feb
-Size (xnp2-0.84.tar.bz2) = 1801065 bytes
+SHA1 (xnp2-0.85.tar.bz2) = 89a3a56a6f8562f02ba4f60ed73958e405faf8a0
+RMD160 (xnp2-0.85.tar.bz2) = a5f420eb27c8c06190763e87ea7a6a25d894ea7e
+SHA512 (xnp2-0.85.tar.bz2) = d16977d2aa291cf709546b201cd07bc324a8dce1e18a1b7450a0a39048988376f2f5c56421a47855750691f11ad19f9d2405ccc15793692bff4e056e17b5ac75
+Size (xnp2-0.85.tar.bz2) = 1215247 bytes