mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- New port: emulators/mupen64plus-sdlinput
An input plugin for Mupen64Plus emulator
This commit is contained in:
parent
78e0a6f37b
commit
168ce6617b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213420
@ -115,6 +115,7 @@
|
||||
SUBDIR += mupen64plus-rice
|
||||
SUBDIR += mupen64plus-rsp
|
||||
SUBDIR += mupen64plus-sdlaudio
|
||||
SUBDIR += mupen64plus-sdlinput
|
||||
SUBDIR += nonpareil
|
||||
SUBDIR += o2em
|
||||
SUBDIR += ods2reader
|
||||
|
24
emulators/mupen64plus-input-sdl/Makefile
Normal file
24
emulators/mupen64plus-input-sdl/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: mupen64plus-sdlinput
|
||||
# Date created: 2008-05-16
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -sdlinput
|
||||
|
||||
COMMENT= Blight's SDL input plugin for Mupen64plus
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
FIXFILES= #
|
||||
|
||||
USE_SDL= sdl ttf
|
||||
|
||||
PLUGIN_NAME= blight_input
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
||||
|
||||
OPTIONS= #
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -0,0 +1,19 @@
|
||||
--- blight_input/SDL_ttf.c 2007-10-08 01:36:42.000000000 -0500
|
||||
+++ blight_input/SDL_ttf.c 2007-10-08 01:39:03.000000000 -0500
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <freetype/ftoutln.h>
|
||||
#include <freetype/ttnameid.h>
|
||||
*/
|
||||
-#include <freetype/internal/ftobjs.h>
|
||||
|
||||
#ifndef FT_OPEN_STREAM
|
||||
#define FT_OPEN_STREAM ft_open_stream
|
||||
@@ -275,7 +274,7 @@
|
||||
}
|
||||
memset(stream, 0, sizeof(*stream));
|
||||
|
||||
- stream->memory = library->memory;
|
||||
+ stream->memory = NULL;
|
||||
stream->read = RWread;
|
||||
stream->descriptor.pointer = src;
|
||||
stream->pos = (unsigned long)position;
|
24
emulators/mupen64plus-sdlinput/Makefile
Normal file
24
emulators/mupen64plus-sdlinput/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: mupen64plus-sdlinput
|
||||
# Date created: 2008-05-16
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -sdlinput
|
||||
|
||||
COMMENT= Blight's SDL input plugin for Mupen64plus
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
FIXFILES= #
|
||||
|
||||
USE_SDL= sdl ttf
|
||||
|
||||
PLUGIN_NAME= blight_input
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
||||
|
||||
OPTIONS= #
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -0,0 +1,19 @@
|
||||
--- blight_input/SDL_ttf.c 2007-10-08 01:36:42.000000000 -0500
|
||||
+++ blight_input/SDL_ttf.c 2007-10-08 01:39:03.000000000 -0500
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <freetype/ftoutln.h>
|
||||
#include <freetype/ttnameid.h>
|
||||
*/
|
||||
-#include <freetype/internal/ftobjs.h>
|
||||
|
||||
#ifndef FT_OPEN_STREAM
|
||||
#define FT_OPEN_STREAM ft_open_stream
|
||||
@@ -275,7 +274,7 @@
|
||||
}
|
||||
memset(stream, 0, sizeof(*stream));
|
||||
|
||||
- stream->memory = library->memory;
|
||||
+ stream->memory = NULL;
|
||||
stream->read = RWread;
|
||||
stream->descriptor.pointer = src;
|
||||
stream->pos = (unsigned long)position;
|
Loading…
Reference in New Issue
Block a user