pkgsrc-WIP-changes archive

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

libretro-np2kai: Remove, imported.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Tue Aug 14 17:18:58 2018 +0100
Changeset:	1a08d7596ef77da1ae7e46dabb65ecaa86a9ef17

Modified Files:
	Makefile
Removed Files:
	libretro-np2kai/DESCR
	libretro-np2kai/Makefile
	libretro-np2kai/PLIST
	libretro-np2kai/distinfo
	libretro-np2kai/patches/patch-sound_mame_driver.h

Log Message:
libretro-np2kai: Remove, imported.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a08d7596ef77da1ae7e46dabb65ecaa86a9ef17

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                          |  1 -
 libretro-np2kai/DESCR                             | 16 ----------
 libretro-np2kai/Makefile                          | 36 -----------------------
 libretro-np2kai/PLIST                             |  2 --
 libretro-np2kai/distinfo                          |  7 -----
 libretro-np2kai/patches/patch-sound_mame_driver.h | 25 ----------------
 6 files changed, 87 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fc01190974..dce7445fe6 100644
--- a/Makefile
+++ b/Makefile
@@ -1777,7 +1777,6 @@ SUBDIR+=	libretro-gearsystem
 SUBDIR+=	libretro-mame2003
 SUBDIR+=	libretro-mame2014
 SUBDIR+=	libretro-melonds
-SUBDIR+=	libretro-np2kai
 SUBDIR+=	libretro-parallel-n64
 SUBDIR+=	libretro-pcsx-rearmed
 SUBDIR+=	libretro-prboom
diff --git a/libretro-np2kai/DESCR b/libretro-np2kai/DESCR
deleted file mode 100644
index 3a4f605962..0000000000
--- a/libretro-np2kai/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-Libretro is a simple but powerful development interface that allows for
-the easy creation of emulators, games and multimedia applications that
-can plug straight into any libretro-compatible frontend. This development
-interface is open to others so that they can run these pluggable emulator
-and game cores also in their own programs or devices.
-
-Neko Project II is a PC-9801 emulator. The PC-9800 series, commonly
-shortened to PC-98, is a lineup of Japanese 16-bit and 32-bit personal
-computers manufactured by NEC from 1982 through 2000.
-
-Despite hardware specifications far inferior to the Fujitsu FM Towns
-and Sharp X68000 personal computers, the massive install base and steady
-flow of game titles (in particular "dojin" style dating sims and RPGs,
-as well as early games of the Touhou Project franchise) kept the PC-9801
-as the favored platform for PC game developers in Japan until the rise
-of the DOS/V clones.
diff --git a/libretro-np2kai/Makefile b/libretro-np2kai/Makefile
deleted file mode 100644
index 84de3254a0..0000000000
--- a/libretro-np2kai/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD$
-
-NP2KAI_REV=	15
-DISTNAME=	libretro-np2kai-0.${NP2KAI_REV}
-CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GITHUB:=AZO234/}
-
-HOMEPAGE=	https://docs.libretro.com/library/neko_project_ii_kai/
-COMMENT=	Libretro core based on the Neko Project II PC-9801 emulator
-LICENSE=	mit
-
-GITHUB_PROJECT=	NP2kai
-GITHUB_TAG=	rev.${NP2KAI_REV}
-
-BUILD_DIRS=	sdl2
-MAKE_FILE=	Makefile.libretro
-
-USE_TOOLS+=	gmake
-USE_LANGUAGES=	c c++
-
-MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
-
-.include "../../mk/bsd.prefs.mk"
-
-# The networking code currently uses non-portable Linux-specific calls.
-.if ${OPSYS} != "Linux"
-MAKE_FLAGS=	SUPPORT_NET=0
-.endif
-
-INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
-
-do-install:
-	${INSTALL_LIB} ${WRKSRC}/sdl2/np2kai_libretro.so \
-	    ${DESTDIR}${PREFIX}/lib/libretro/np2kai_libretro.so
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-np2kai/PLIST b/libretro-np2kai/PLIST
deleted file mode 100644
index 58462f683c..0000000000
--- a/libretro-np2kai/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/libretro/np2kai_libretro.so
diff --git a/libretro-np2kai/distinfo b/libretro-np2kai/distinfo
deleted file mode 100644
index 6bd013c8f9..0000000000
--- a/libretro-np2kai/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (libretro-np2kai-0.15.tar.gz) = ddc44119f0b9f809160a75130be7c416a94fa1e9
-RMD160 (libretro-np2kai-0.15.tar.gz) = f5ba8b508f7cd7869571edc6203a7a94b3ad1cc2
-SHA512 (libretro-np2kai-0.15.tar.gz) = 587d55863d3fb99f94706f112520b4db09db922efec6ebe358b7df01cd7a242d1e3cb96c04da6e3893b7d33a58f247740970e50aeed120545d584fafcba06852
-Size (libretro-np2kai-0.15.tar.gz) = 1944027 bytes
-SHA1 (patch-sound_mame_driver.h) = 5aee26309b33dbebd29580fdc2d6d99fc2aaf669
diff --git a/libretro-np2kai/patches/patch-sound_mame_driver.h b/libretro-np2kai/patches/patch-sound_mame_driver.h
deleted file mode 100644
index 907c349b22..0000000000
--- a/libretro-np2kai/patches/patch-sound_mame_driver.h
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-Fix build on NetBSD (symbol collisions...)
-
---- sound/mame/driver.h.orig	2018-02-06 05:21:51.000000000 +0000
-+++ sound/mame/driver.h
-@@ -8,17 +8,7 @@
- #define HAS_Y8950  1
- #define HAS_YMF262 1
- 
--#if defined(_MSC_VER)
--#pragma warning(disable: 4244)
--#pragma warning(disable: 4245)
--#define INLINE __inline static
--#elif defined(__BORLANDC__)
--#define INLINE __inline static
--#elif defined(__GNUC__)
--#define INLINE __inline__ static
--#else
--#define INLINE static
--#endif
-+#define INLINE static inline
- 
- #define logerror(x,y,z)
- //typedef signed int stream_sample_t;


Home | Main Index | Thread Index | Old Index