mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- New port: emulators/mupen64plus-sound
A sound plugin for Mupen64Plus emulator
This commit is contained in:
parent
168ce6617b
commit
21eff32876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213422
emulators
@ -116,6 +116,7 @@
|
||||
SUBDIR += mupen64plus-rsp
|
||||
SUBDIR += mupen64plus-sdlaudio
|
||||
SUBDIR += mupen64plus-sdlinput
|
||||
SUBDIR += mupen64plus-sound
|
||||
SUBDIR += nonpareil
|
||||
SUBDIR += o2em
|
||||
SUBDIR += ods2reader
|
||||
|
20
emulators/mupen64plus-sound/Makefile
Normal file
20
emulators/mupen64plus-sound/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: mupen64plus-sound
|
||||
# Date created: 2008-05-16
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -sound
|
||||
|
||||
COMMENT= Sound plugin for Mupen64plus
|
||||
|
||||
FIXFILES= #
|
||||
|
||||
PLUGIN_NAME= mupen64_audio
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mupen64plus-base
|
||||
|
||||
OPTIONS= #
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
11
emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c
Normal file
11
emulators/mupen64plus-sound/files/patch-mupen64_audio_main.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- mupen64_audio/main.c 2007-10-08 01:41:12.000000000 -0500
|
||||
+++ mupen64_audio/main.c 2007-10-08 01:41:23.000000000 -0500
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
-#include <linux/soundcard.h>
|
||||
+#include <sys/soundcard.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/time.h>
|
Loading…
Reference in New Issue
Block a user