Skip to content

Commit

Permalink
exhal-1.21b (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Feb 20, 2025
1 parent 01c042d commit 95dcc82
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
15 changes: 9 additions & 6 deletions exhal/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ exhal and inhal are tools designed to decompress and recompress/insert data
used by several NES, SNES and Game Boy games developed by HAL Laboratory.

Runtime requirements:
cygwin-2.9.0-3
cygwin-3.5.7-1

Build requirements:
(besides corresponding -devel packages)
binutils-2.29-1
cygport-0.25.0-1
gcc-core-6.4.0-4
make-4.2.1-2
binutils-2.44-1
cygport-0.36.9-1
gcc-core-12.4.0-3
make-4.4.1-2

Canonical website:
https://github.com/devinacker/exhal

Canonical download:
https://github.com/devinacker/exhal/archive/v1.21b.tar.gz
https://github.com/devinacker/exhal/archive/refs/tags/v1.21b.tar.gz

-------------------------------------------

Expand Down Expand Up @@ -49,5 +49,8 @@ Files included in the binary package:

Port Notes:

----- version 1.21b-1bl2 -----
Rebuild with gcc-12.4.0

----- version 1.21b-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
HOMEPAGE="https://github.com/devinacker/${PN}"
SRC_URI="https://github.com/devinacker/${PN}/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/devinacker/${PN}/archive/refs/tags/v${PV}.tar.gz"

CATEGORY="Archive"
SUMMARY="Compression and decompression tools for NES, SNES, and Game Boy games by HAL Laboratory"
DESCRIPTION="exhal and inhal are tools designed to decompress and recompress/insert data
used by several NES, SNES and Game Boy games developed by HAL Laboratory."

LICENSE="MIT"
LICENSE_SPDX="SPDX-License-Identifier: MIT"
LICENSE_URI="COPYING.txt"

src_compile()
{
cd ${B}
Expand Down
11 changes: 11 additions & 0 deletions exhal/exhal-1.21b-1bl2.src.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- origsrc/exhal-1.21b/makefile 2016-04-10 10:21:42.000000000 +0900
+++ src/exhal-1.21b/makefile 2025-02-21 07:06:12.556500400 +0900
@@ -2,7 +2,7 @@
# copyright 2013 Devin Acker (Revenant)
# See copying.txt for legal information.

-CFLAGS += -std=c99 -Os -Wall -s
+#CFLAGS += -std=c99 -Os -Wall -s

# Add extension when compiling for Windows
ifeq ($(OS), Windows_NT)

0 comments on commit 95dcc82

Please sign in to comment.