CVS log for ports/emulators/flycast/Makefile

[BACK] Up to [local] / ports / emulators / flycast

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.53 / (download) - annotate - [select for diffs], Sun Nov 5 01:11:28 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.52: +4 -15 lines
Diff to previous 1.52 (colored)

actually use glslang-default-resource-limits.a. remove dist target. delete some dep directories.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Nov 4 09:15:48 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.51: +4 -8 lines
Diff to previous 1.51 (colored)

try to link against glslang-default-resource-limits.a. fails make port-lib-depends-check. emulator works though.

$ make port-lib-depends-check
Password:

flycast-2.2(emulators/flycast):
Missing lib: glslang-default-resource-limits.0 (/usr/local/bin/flycast) (NOT REACHABLE)
Extra:  vulkan.1
*** Error 1 in target 'port-lib-depends-check' (ignored)

Revision 1.51 / (download) - annotate - [select for diffs], Sat Nov 4 01:44:44 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50 (colored)

resync

Revision 1.50, Thu May 25 19:42:42 2023 UTC (17 months, 4 weeks ago) by namtsui
Branch: MAIN
Changes since 1.49: +0 -0 lines
FILE REMOVED

remove finished ports

Revision 1.49 / (download) - annotate - [select for diffs], Thu May 25 19:01:56 2023 UTC (17 months, 4 weeks ago) by namtsui
Branch: MAIN
Changes since 1.48: +5 -5 lines
Diff to previous 1.48 (colored)

alphabetize LIB_DEPENDS

Revision 1.48 / (download) - annotate - [select for diffs], Thu May 25 18:58:17 2023 UTC (17 months, 4 weeks ago) by namtsui
Branch: MAIN
Changes since 1.47: +10 -10 lines
Diff to previous 1.47 (colored)

move chunks around as suggested by sthen, with additional tweaks by me to fit closer to the Makefile.template layout

Revision 1.47 / (download) - annotate - [select for diffs], Tue May 9 21:24:25 2023 UTC (18 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.46: +3 -2 lines
Diff to previous 1.46 (colored)

dlopens vulkan, as in fs2open

Revision 1.46 / (download) - annotate - [select for diffs], Tue May 9 20:03:22 2023 UTC (18 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45 (colored)

tab

Revision 1.45 / (download) - annotate - [select for diffs], Tue May 9 20:02:38 2023 UTC (18 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

add C++ compiler line. standard not specified.

Revision 1.44 / (download) - annotate - [select for diffs], Mon May 8 22:26:30 2023 UTC (18 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.43: +2 -0 lines
Diff to previous 1.43 (colored)

add COMPILER line

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 8 20:46:46 2023 UTC (18 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42 (colored)

bump revision

Revision 1.42 / (download) - annotate - [select for diffs], Mon May 1 19:08:35 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41 (colored)

add SPIRV to WANTLIB

Revision 1.41 / (download) - annotate - [select for diffs], Sun Apr 30 18:57:17 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.40: +4 -3 lines
Diff to previous 1.40 (colored)

bump revision and uncomment dist

Revision 1.40 / (download) - annotate - [select for diffs], Sun Apr 30 03:11:20 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.39: +8 -8 lines
Diff to previous 1.39 (colored)

build against system glslang

Revision 1.39 / (download) - annotate - [select for diffs], Sun Apr 30 02:49:20 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.38: +5 -5 lines
Diff to previous 1.38 (colored)

alphabetical

Revision 1.38 / (download) - annotate - [select for diffs], Sun Apr 30 02:47:49 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.37: +4 -3 lines
Diff to previous 1.37 (colored)

readd glslang so that it uses sahred libraries

Revision 1.37 / (download) - annotate - [select for diffs], Tue Apr 25 18:29:25 2023 UTC (18 months, 4 weeks ago) by namtsui
Branch: MAIN
Changes since 1.36: +2 -0 lines
Diff to previous 1.36 (colored)

add HOMEPAGE

Revision 1.36 / (download) - annotate - [select for diffs], Fri Apr 21 08:09:24 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.35: +5 -3 lines
Diff to previous 1.35 (colored)

add glslang licenses

Revision 1.35 / (download) - annotate - [select for diffs], Fri Apr 21 05:22:27 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.34: +3 -4 lines
Diff to previous 1.34 (colored)

bundle glslang

glslang doesn't support shared libraries that well and it might
complicate maintenance. for now, fall back to bundling glslang.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Apr 19 02:55:04 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

consistent capitalization of reicast, add MAINTAINER and remove HOMEPAGE

Revision 1.33 / (download) - annotate - [select for diffs], Wed Apr 19 00:35:47 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.32: +0 -1 lines
Diff to previous 1.32 (colored)

remove commented line

Revision 1.32 / (download) - annotate - [select for diffs], Wed Apr 19 00:15:02 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.31: +0 -2 lines
Diff to previous 1.31 (colored)

simplify comments

Revision 1.31 / (download) - annotate - [select for diffs], Fri Mar 3 21:22:22 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.30: +0 -2 lines
Diff to previous 1.30 (colored)

remove debug

Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 3 21:21:57 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.29: +0 -1 lines
Diff to previous 1.29 (colored)

remove newline

Revision 1.29 / (download) - annotate - [select for diffs], Fri Mar 3 20:13:35 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

update license markers now that libelf is BSD 2-clause

Revision 1.28 / (download) - annotate - [select for diffs], Fri Mar 3 20:01:53 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.27: +2 -6 lines
Diff to previous 1.27 (colored)

new libelf upstreamed

https://github.com/flyinghead/flycast/commit/27b6bafd0f003c8f8bcd1fb3bfd48a3523b298f5

Revision 1.27 / (download) - annotate - [select for diffs], Wed Mar 1 02:03:03 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.26: +4 -0 lines
Diff to previous 1.26 (colored)

works with newer bsd 2-clause licensed libelf

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 28 21:01:22 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

upstreamed most patches so update to that commit

see:
https://github.com/flyinghead/flycast/commit/a1472fb190a315eef8f4ba77432fa04b75c20c5d

Revision 1.25 / (download) - annotate - [select for diffs], Tue Feb 28 03:23:20 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

update to 2.1

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 22 07:50:24 2022 UTC (23 months ago) by namtsui
Branch: MAIN
Changes since 1.23: +8 -4 lines
Diff to previous 1.23 (colored)

add licenses. delete some more dependencies. fix upload directory.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 21 23:45:30 2022 UTC (23 months ago) by namtsui
Branch: MAIN
Changes since 1.22: +18 -20 lines
Diff to previous 1.22 (colored)

added dist target

Revision 1.22 / (download) - annotate - [select for diffs], Sat Dec 10 11:36:19 2022 UTC (23 months, 1 week ago) by namtsui
Branch: MAIN
Changes since 1.21: +23 -5 lines
Diff to previous 1.21 (colored)

update to latest git

seems to help with vulkan but I still get some crashes on
startup. this now relies on two vulkan dependencies. before, it would
not be able to toggle from opengl to vulkan most of the time, but now
it can toggle. the same crash happens though, but seems to be more reliable.

this uses a distfile with git submodules downloaded. this is only for
the two vulkan dependencies. will see how to unbundle later.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Dec 6 04:29:27 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

dependencies use system libs now

chdr: new port
dirent: windows only
glslang: graphics/glslang
libzip: archivers/libzip
miniupnpc: net/miniupnp/miniupnpc
oboe: android only
SDL: devel/sdl2
vixl: arm64 and arm32 only
xbyak: C++ header-only so use bundled version
xxHash: sysutils/xxhash

Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 6 04:20:45 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored)

don't need to remove dirent, which is windows-only

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 6 04:14:44 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

unbundle xxhash

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 6 03:50:10 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 (colored)

dirent is only for windows so delete it

Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 6 03:48:37 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

unbundle miniupnpc

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 6 03:44:12 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)

unbundle chdr and libz

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 6 03:37:44 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (colored)

unbundle SDL2

Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 6 02:29:10 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.13: +6 -3 lines
Diff to previous 1.13 (colored)

link to sdl2 based on shockolate

sdl2_mixer is linked against to bring in sdl2. not sure why sdl2
cannot be found directly.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 3 09:23:14 2022 UTC (23 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.12: +12 -3 lines
Diff to previous 1.12 (colored)

unbundle glslang

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 3 04:53:27 2022 UTC (23 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.11: +0 -2 lines
Diff to previous 1.11 (colored)

remove debugging and add comments

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 9 07:53:39 2022 UTC (2 years ago) by namtsui
Branch: MAIN
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored)

amd64 only

Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 5 03:51:31 2022 UTC (2 years ago) by namtsui
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)

add comments and support i386

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 27 06:22:53 2022 UTC (2 years ago) by namtsui
Branch: MAIN
Changes since 1.8: +7 -9 lines
Diff to previous 1.8 (colored)

update to 2.0 but currently fails

00:07:141 sdl/sdl_gamepad.h:188 I[INPUT]: using custom mapping 'X360 Controller'
00:07:141 hw/mem/_vmem.cpp:494 N[VMEM]: Info: nvmem is enabled, with addr space of size 4GB
00:07:141 hw/mem/_vmem.cpp:495 I[VMEM]: Info: p_sh4rcb: 0x80ce1230000 virt_ram_base: 0x80ce9240000
00:07:184 hw/mem/_vmem.cpp:593 N[VMEM]: BASE 0x80ce9240000 RAM(16 MB) 0x80d75240000 VRAM64(8 MB) 0x80d6d240000 ARAM(2 MB) 0x80d69a40000
00:07:185 linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 1
00:07:185 linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 1
00:07:185 hw/arm7/arm7.cpp:272 I[AICA_ARM]: AICA ARM Reset
00:07:185 linux/unwind_info.cpp:351 D[DYNAREC]: UnwindInfo::clear
libc++abi: terminating with uncaught exception of type Xbyak::Error
Abort trap (core dumped)

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 15 07:08:29 2021 UTC (3 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

Summary: revert to an older version because newer versions fail peer verification.

this one works and was tested with openbsd to windows opponent.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 14 23:29:52 2021 UTC (3 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.6: +6 -2 lines
Diff to previous 1.6 (colored)

Summary: update to 10/14. requires new port lang/luabridge

Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 5 21:59:38 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Summary: update to latest

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 5 10:06:27 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.4: +2 -6 lines
Diff to previous 1.4 (colored)

Summary: vulkan works

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 4 06:32:24 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Summary: description and categories

Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 4 06:27:15 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +11 -5 lines
Diff to previous 1.2 (colored)

Summary: ggpo works

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 4 04:21:28 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +8 -3 lines
Diff to previous 1.1 (colored)

Summary: libs

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 4 01:29:51 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN

Summary: flycast works

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb