emulators/higan: Update to 106
Changelogs are on the main page: https://byuu.org/ Additional port changes: * Added CATEGORIES=games because Nintendo is a game console * Removed the unnecessary USE_LDCONFIG * Update of values related to the XV port option * Minor patch update PR: 225242 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
8ff6e2fd4a
commit
0d98717c65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461443
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= higan
|
||||
PORTVERSION= 103
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
PORTVERSION= 106
|
||||
CATEGORIES= emulators games
|
||||
MASTER_SITES= http://download.byuu.org/ \
|
||||
http://www.cyberbotx.com/higan/
|
||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}-source
|
||||
@ -15,7 +14,6 @@ COMMENT= Nintendo multi-system emulator
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
USES= 7z:p7zip compiler:c++14-lang gmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11 xext
|
||||
USE_CSTD= c99
|
||||
USE_CXXSTD= c++14
|
||||
@ -58,7 +56,7 @@ XSHM_USE= XORG=xext
|
||||
XSHM_VARS= VIDEO_DRIVER+=video.xshm
|
||||
|
||||
XV_USE= XORG=xv
|
||||
XV_VARS= VIDEO_DRIVER+=video.xv
|
||||
XV_VARS= VIDEO_DRIVER+=video.xvideo
|
||||
|
||||
AO_LIB_DEPENDS= libao.so:audio/libao
|
||||
AO_VARS= AUDIO_DRIVER+=audio.ao
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1501216018
|
||||
SHA256 (higan_v103-source.7z) = e63a6ab6a4131f9a05382c0c8c67d226aeaec2ec51f139260c87fa1f5e994276
|
||||
SIZE (higan_v103-source.7z) = 917959
|
||||
TIMESTAMP = 1516118942
|
||||
SHA256 (higan_v106-source.7z) = 6564f91f232040c46c052de763dc139e94005e0f2376959fdacbb6ccd3fd6d18
|
||||
SIZE (higan_v106-source.7z) = 830639
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- higan/target-tomoko/GNUmakefile.orig 2016-01-14 03:20:56 UTC
|
||||
--- higan/target-tomoko/GNUmakefile.orig 2017-09-23 21:35:23 UTC
|
||||
+++ higan/target-tomoko/GNUmakefile
|
||||
@@ -27,9 +27,9 @@ else ifeq ($(platform),linux)
|
||||
ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao
|
||||
ruby += input.udev input.sdl input.xlib
|
||||
@@ -30,9 +30,9 @@ else ifeq ($(platform),linux)
|
||||
ruby += audio.oss audio.alsa audio.openal audio.pulseaudio audio.pulseaudiosimple audio.ao
|
||||
ruby += input.sdl input.xlib input.udev
|
||||
else ifeq ($(platform),bsd)
|
||||
- ruby += video.glx video.xv video.xshm video.sdl
|
||||
- ruby += audio.openal audio.oss
|
||||
- ruby += video.glx video.xvideo video.xshm video.sdl
|
||||
- ruby += audio.oss audio.openal
|
||||
- ruby += input.sdl input.xlib
|
||||
+ ruby += %%VIDEO%%
|
||||
+ ruby += %%AUDIO%%
|
||||
|
@ -10,6 +10,7 @@ share/applications/higan.desktop
|
||||
%%DATADIR%%/Game Gear.sys/manifest.bml
|
||||
%%DATADIR%%/Master System.sys/manifest.bml
|
||||
%%DATADIR%%/Mega Drive.sys/manifest.bml
|
||||
%%DATADIR%%/Mega Drive.sys/tmss.rom
|
||||
%%DATADIR%%/PC Engine.sys/manifest.bml
|
||||
%%DATADIR%%/Super Famicom.sys/ipl.rom
|
||||
%%DATADIR%%/Super Famicom.sys/manifest.bml
|
||||
|
Loading…
Reference in New Issue
Block a user