pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/xnp2 xnp2: Use SDL2
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0123a945f28
branches: trunk
changeset: 375290:f0123a945f28
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Mar 11 17:59:56 2022 +0000
description:
xnp2: Use SDL2
There is no conflict between SDL_mixer and SDL2_mixer anymore.
Bump PKGREVISION.
diffstat:
emulators/xnp2/Makefile | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 7fefd2abac23 -r f0123a945f28 emulators/xnp2/Makefile
--- a/emulators/xnp2/Makefile Fri Mar 11 17:12:03 2022 +0000
+++ b/emulators/xnp2/Makefile Fri Mar 11 17:59:56 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2021/12/08 16:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/03/11 17:59:56 ryoon Exp $
DISTNAME= xnp2-0.86
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= emulators
MASTER_SITES= http://www.nonakap.org/np2/release/
EXTRACT_SUFX= .tar.bz2
@@ -18,9 +18,7 @@
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
+CONFIGURE_ARGS+= --enable-sdl2
# Workaround for glib2-2.68.0 c++ fallout.
CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
@@ -37,7 +35,7 @@
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/SDL2/buildlink3.mk"
+.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index