Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: arx-libertatis-1.2
@ 2022-04-02 15:22 HiPhish
  2022-04-17 18:50 ` [PR PATCH] [Updated] " HiPhish
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: HiPhish @ 2022-04-02 15:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3758 bytes --]

There is a new pull request by HiPhish against master on the void-packages repository

https://github.com/HiPhish/void-packages arx-libertatis
https://github.com/void-linux/void-packages/pull/36468

New package: arx-libertatis-1.2
This PR adds [Arx Libertatis](https://arx-libertatis.org/), a source port for the video game Arx Fatalis. I have played the game for a few minutes without any issues. Game files from the original game are required (I used the GOG version).

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - armv7l

#### TODO

- License: The code itself is published under `GPLv3+`, it includes the Noto fonts (`OFL`), and the Deja Vu fonts; I only included the former two, I don't know how to best add the latter.
- Runtime dependencies: I ran `readelf -d /usr/bin/arx` to get the list of immediate dynamic libraries, but I don't know which of those really need to be explicitly added. For now I have just taken the ones for which I have a `*-devel` build time dependency. Here is the complete output of `readelf`:

 ```
 Dynamic section at offset 0x2a7ec0 contains 38 entries:
   Tag        Type                         Name/Value
  0x0000000000000003 (PLTGOT)             0x2a9458
  0x0000000000000002 (PLTRELSZ)           8880 (bytes)
  0x0000000000000017 (JMPREL)             0x17d98
  0x0000000000000014 (PLTREL)             RELA
  0x0000000000000007 (RELA)               0x6a70
  0x0000000000000008 (RELASZ)             70440 (bytes)
  0x0000000000000009 (RELAENT)            24 (bytes)
  0x000000006ffffff9 (RELACOUNT)          2627
  0x0000000000000015 (DEBUG)              0x0
  0x0000000000000006 (SYMTAB)             0x2d0
  0x000000000000000b (SYMENT)             24 (bytes)
  0x0000000000000005 (STRTAB)             0x3198
  0x000000000000000a (STRSZ)              12944 (bytes)
  0x000000006ffffef5 (GNU_HASH)           0x6428
  0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
  0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
  0x0000000000000001 (NEEDED)             Shared library: [libfreetype.so.6]
  0x0000000000000001 (NEEDED)             Shared library: [libopenal.so.1]
  0x0000000000000001 (NEEDED)             Shared library: [libepoxy.so.0]
  0x0000000000000001 (NEEDED)             Shared library: [libSDL2-2.0.so.0]
  0x0000000000000001 (NEEDED)             Shared library: [libdl.so.2]
  0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
  0x0000000000000001 (NEEDED)             Shared library: [libstdc++.so.6]
  0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
  0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
  0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
  0x000000000000000c (INIT)               0x1a048
  0x000000000000000d (FINI)               0x23dd84
  0x000000000000001a (FINI_ARRAY)         0x2a6fe0
  0x000000000000001c (FINI_ARRAYSZ)       8 (bytes)
  0x0000000000000019 (INIT_ARRAY)         0x2a6fe8
  0x000000000000001b (INIT_ARRAYSZ)       16 (bytes)
  0x000000000000001e (FLAGS)              BIND_NOW
  0x000000006ffffffb (FLAGS_1)            Flags: NOW PIE
  0x000000006ffffff0 (VERSYM)             0x6468
  0x000000006ffffffe (VERNEED)            0x6850
  0x000000006fffffff (VERNEEDNUM)         7
  0x0000000000000000 (NULL)               0x0
 ```


A patch file from https://github.com/void-linux/void-packages/pull/36468.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arx-libertatis-36468.patch --]
[-- Type: text/x-diff, Size: 1221 bytes --]

From 37d4d16149996a461cf689d3c2f30c9db05a941f Mon Sep 17 00:00:00 2001
From: HiPhish <hiphish@posteo.de>
Date: Sat, 2 Apr 2022 16:59:30 +0200
Subject: [PATCH] New package: arx-libertatis-1.2

---
 srcpkgs/arx-libertatis/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/arx-libertatis/template

diff --git a/srcpkgs/arx-libertatis/template b/srcpkgs/arx-libertatis/template
new file mode 100644
index 000000000000..db076efcd4fb
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,14 @@
+# Template file for 'arx-libertatis'
+pkgname=arx-libertatis
+version=1.2
+revision=1
+build_style=cmake
+makedepends='zlib-devel boost-devel glm freetype-devel libopenal-devel SDL2-devel MesaLib-devel libepoxy-devel'
+depends='zlib freetype libopenal SDL2 libepoxy'
+checkdepends='libcppunit-devel'
+short_desc='Improved, cross-platform and open source engine for Arx Fatalis'
+maintainer='HiPhish <hiphish@posteo.de>'
+license="GPL-3.0-or-later, OFL-1.1"
+homepage='https://arx-libertatis.org/'
+distfiles="https://github.com/arx/ArxLibertatis/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum='bacf7768c4e21c9166c7ea57083d4f20db0deb8f0ee7d96b5f2829e73a75ad0c'

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-01-02  1:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
2022-04-17 18:50 ` [PR PATCH] [Updated] " HiPhish
2022-04-18 14:39 ` HiPhish
2022-04-22 22:39 ` HiPhish
2022-04-22 22:57 ` HiPhish
2022-04-22 22:59 ` HiPhish
2022-04-22 23:01 ` New package: arx-libertatis-1.2.1 HiPhish
2022-04-23 19:39 ` [PR PATCH] [Updated] " HiPhish
2022-05-30 21:10 ` HiPhish
2022-06-19 22:07 ` kedodrill
2022-09-18  2:15 ` github-actions
2022-09-18 19:51 ` [PR PATCH] [Updated] " HiPhish
2022-09-18 19:53 ` HiPhish
2022-12-19  1:54 ` github-actions
2023-01-02  1:57 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).