diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:54 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:54 +0000 |
| commit | 48889c0d446a0bf880912afcc1a85e6a90fa9bf3 (patch) | |
| tree | 22628eb8e4e8e817e3c65e53397d762d75fbdecd /neuswiv | |
| parent | ce530dcd1c813865a6383fe12cc7303bf69c4554 (diff) | |
| download | alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.tar.gz alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.zip | |
Woodpecker CI d09592d572a6c9d7e0631a04dba94d25970c61e3 [SKIP CI]
Diffstat (limited to 'neuswiv')
| -rw-r--r-- | neuswiv/.checksum | 2 | ||||
| -rw-r--r-- | neuswiv/.files | 3 | ||||
| -rw-r--r-- | neuswiv/abuild | 6 | ||||
| -rw-r--r-- | neuswiv/depends | 7 | ||||
| -rw-r--r-- | neuswiv/makefile.patch | 11 |
5 files changed, 29 insertions, 0 deletions
diff --git a/neuswiv/.checksum b/neuswiv/.checksum new file mode 100644 index 00000000..5e8c5e3d --- /dev/null +++ b/neuswiv/.checksum @@ -0,0 +1,2 @@ +fd691b4484cdcc336e8b5da8e9d9a23a571cda1dac3271308043ad6eb84f6555 0b993289191bf61a15c0973a4a162ede705c29b9.tar.gz +c04111a714566c101cbbfca5334d48f753932ff90555cdab53fab14a068d7b64 makefile.patch diff --git a/neuswiv/.files b/neuswiv/.files new file mode 100644 index 00000000..1292e9a6 --- /dev/null +++ b/neuswiv/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/swiv diff --git a/neuswiv/abuild b/neuswiv/abuild new file mode 100644 index 00000000..274cb3c6 --- /dev/null +++ b/neuswiv/abuild @@ -0,0 +1,6 @@ +name=neuswiv +version=20260411 +commit=0b993289191bf61a15c0973a4a162ede705c29b9 +release=1 +source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz +makefile.patch" diff --git a/neuswiv/depends b/neuswiv/depends new file mode 100644 index 00000000..586d6dab --- /dev/null +++ b/neuswiv/depends @@ -0,0 +1,7 @@ +freetype +libdrm +libjpeg-turbo +libpng +libwebp +neuswc +neuwld diff --git a/neuswiv/makefile.patch b/neuswiv/makefile.patch new file mode 100644 index 00000000..1681d09a --- /dev/null +++ b/neuswiv/makefile.patch @@ -0,0 +1,11 @@ +--- neuswiv-0b993289191bf61a15c0973a4a162ede705c29b9/Makefile ++++ patched-ver/Makefile +@@ -20,7 +20,7 @@ + LDFLAGS += -Wl,-rpath,'$$ORIGIN/..' + + LDLIBS += -L.. -lwld +-LDLIBS += ${PKG_LIBS} ++LDLIBS += ${PKG_LIBS} -lfreetype -ldrm + LDLIBS += -lm + LDLIBS += -lfontconfig + |