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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
@ 2022-04-17 18:50 ` HiPhish
  2022-04-18 14:39 ` HiPhish
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-17 18:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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 8f8522df8caf6a40c4fbe48dc5b4ee48e16cdbbe 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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2
  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
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-18 14:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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 e3630ab8588777f6e70c8457de6a0966d63e5e8f 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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2
  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
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-22 22:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1294 bytes --]

From 8120a48cf34ad0991f4d2eedd64257379c530ab5 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 | 19 +++++++++++++++++++
 1 file changed, 19 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..e27c466ee75c
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,19 @@
+# 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'
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.DejaVu
+}

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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (2 preceding siblings ...)
  2022-04-22 22:39 ` HiPhish
@ 2022-04-22 22:57 ` HiPhish
  2022-04-22 22:59 ` HiPhish
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-22 22:57 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1298 bytes --]

From 1831ae55a3edb3a5968456a047643d8c7330cb43 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.1

---
 srcpkgs/arx-libertatis/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e3ea53f6c7e9
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,19 @@
+# Template file for 'arx-libertatis'
+pkgname=arx-libertatis
+version=1.2.1
+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='aafd8831ee2d187d7647ad671a03aabd2df3b7248b0bac0b3ac36ffeb441aedf'
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.DejaVu
+}

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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (3 preceding siblings ...)
  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
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-22 22:59 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1298 bytes --]

From 8c50911b51af2dc3b2ee0f11b3b8b7ae4b3f47b9 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.1

---
 srcpkgs/arx-libertatis/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e3ea53f6c7e9
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,19 @@
+# Template file for 'arx-libertatis'
+pkgname=arx-libertatis
+version=1.2.1
+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='aafd8831ee2d187d7647ad671a03aabd2df3b7248b0bac0b3ac36ffeb441aedf'
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.DejaVu
+}

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

* Re: New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (4 preceding siblings ...)
  2022-04-22 22:59 ` HiPhish
@ 2022-04-22 23:01 ` HiPhish
  2022-04-23 19:39 ` [PR PATCH] [Updated] " HiPhish
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-22 23:01 UTC (permalink / raw)
  To: ml

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

New comment by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/pull/36468#issuecomment-1106979494

Comment:
I have since beat the entire game successfully and a new version has been released. The PR is now updated for the 1.2.1 release.

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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (5 preceding siblings ...)
  2022-04-22 23:01 ` New package: arx-libertatis-1.2.1 HiPhish
@ 2022-04-23 19:39 ` HiPhish
  2022-05-30 21:10 ` HiPhish
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-04-23 19:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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.1
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: 1298 bytes --]

From c98bfdd761be70c893e2607704b98fd4755698f0 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.1

---
 srcpkgs/arx-libertatis/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e3ea53f6c7e9
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,19 @@
+# Template file for 'arx-libertatis'
+pkgname=arx-libertatis
+version=1.2.1
+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='aafd8831ee2d187d7647ad671a03aabd2df3b7248b0bac0b3ac36ffeb441aedf'
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.DejaVu
+}

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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (6 preceding siblings ...)
  2022-04-23 19:39 ` [PR PATCH] [Updated] " HiPhish
@ 2022-05-30 21:10 ` HiPhish
  2022-06-19 22:07 ` kedodrill
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-05-30 21:10 UTC (permalink / raw)
  To: ml

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

There is an updated 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.1
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: 1298 bytes --]

From 1b56d23c9c3b9e352d0ce3b4ad686340d0704f15 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.1

---
 srcpkgs/arx-libertatis/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e3ea53f6c7e9
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,19 @@
+# Template file for 'arx-libertatis'
+pkgname=arx-libertatis
+version=1.2.1
+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='aafd8831ee2d187d7647ad671a03aabd2df3b7248b0bac0b3ac36ffeb441aedf'
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.DejaVu
+}

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

* Re: New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (7 preceding siblings ...)
  2022-05-30 21:10 ` HiPhish
@ 2022-06-19 22:07 ` kedodrill
  2022-09-18  2:15 ` github-actions
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kedodrill @ 2022-06-19 22:07 UTC (permalink / raw)
  To: ml

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

New comment by kedodrill on void-packages repository

https://github.com/void-linux/void-packages/pull/36468#issuecomment-1159818623

Comment:
fwiw, I have played about half of the game with this PR and it worked flawlessly.

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

* Re: New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (8 preceding siblings ...)
  2022-06-19 22:07 ` kedodrill
@ 2022-09-18  2:15 ` github-actions
  2022-09-18 19:51 ` [PR PATCH] [Updated] " HiPhish
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-09-18  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36468#issuecomment-1250175521

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (9 preceding siblings ...)
  2022-09-18  2:15 ` github-actions
@ 2022-09-18 19:51 ` HiPhish
  2022-09-18 19:53 ` HiPhish
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-09-18 19:51 UTC (permalink / raw)
  To: ml

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

There is an updated 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.1
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: 1298 bytes --]

From af0133cd0f1c99071459d0834c0b94b9ec5570f8 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.1

---
 srcpkgs/arx-libertatis/template | 19 +++++++++++++++++++
 1 file changed, 19 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..e3ea53f6c7e9
--- /dev/null
+++ b/srcpkgs/arx-libertatis/template
@@ -0,0 +1,19 @@
+# Template file for 'arx-libertatis'
+pkgname=arx-libertatis
+version=1.2.1
+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='aafd8831ee2d187d7647ad671a03aabd2df3b7248b0bac0b3ac36ffeb441aedf'
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.DejaVu
+}

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

* Re: New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (10 preceding siblings ...)
  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
  13 siblings, 0 replies; 15+ messages in thread
From: HiPhish @ 2022-09-18 19:53 UTC (permalink / raw)
  To: ml

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

New comment by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/pull/36468#issuecomment-1250375790

Comment:
*bump*

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

* Re: New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (11 preceding siblings ...)
  2022-09-18 19:53 ` HiPhish
@ 2022-12-19  1:54 ` github-actions
  2023-01-02  1:57 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-12-19  1:54 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36468#issuecomment-1356977115

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: arx-libertatis-1.2.1
  2022-04-02 15:22 [PR PATCH] New package: arx-libertatis-1.2 HiPhish
                   ` (12 preceding siblings ...)
  2022-12-19  1:54 ` github-actions
@ 2023-01-02  1:57 ` github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-01-02  1:57 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: arx-libertatis-1.2.1
https://github.com/void-linux/void-packages/pull/36468

Description:
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
 ```


^ 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).