Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: RMG-0.5.4
@ 2023-12-20 20:26 zlice
  2023-12-20 21:07 ` zlice
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zlice @ 2023-12-20 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages RMG
https://github.com/void-linux/void-packages/pull/47855

New package: RMG-0.5.4
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

#### Comments

Slapped together just to see if this works and it's the only mupen gui I've used since they ditched gtk or w/e a while back that just works.

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

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

From e9d48da3768176ce969e3742c17c801982ef93e5 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Wed, 20 Dec 2023 15:18:44 -0500
Subject: [PATCH] New package: RMG-0.5.4

---
 srcpkgs/RMG/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/RMG/template

diff --git a/srcpkgs/RMG/template b/srcpkgs/RMG/template
new file mode 100644
index 0000000000000..59e7a5070cbf6
--- /dev/null
+++ b/srcpkgs/RMG/template
@@ -0,0 +1,17 @@
+# Template file for 'RMG'
+pkgname=RMG
+version=0.5.4
+revision=1
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF
+ -DNO_RUST=ON -G Ninja"
+hostmakedepends="pkg-config which nasm"
+makedepends="qt6-base-devel qt6-svg-devel freetype-devel hidapi-devel
+ minizip-devel libsamplerate-devel speex-devel SDL2-devel zlib-devel xdg-user-dirs"
+short_desc="Mupen64 GUI"
+maintainer="zlice <zlice555@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rosalie241/RMG"
+distfiles="https://github.com/Rosalie241/RMG/archive/refs/tags/v${version}.tar.gz"
+checksum=4af4f73b6bb5128715d180f1eaf04855b589196ed98eef79523fe378f62f623a

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

* Re: New package: RMG-0.5.4
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
@ 2023-12-20 21:07 ` zlice
  2023-12-21 13:51 ` [PR PATCH] [Updated] " zlice
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-12-20 21:07 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/47855#issuecomment-1865139303

Comment:
32bit is just sse1/2 not being enabled

musl is u_int defines

```
    CC  _obj/device/r4300/new_dynarec/new_dynarec.o
../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:200:3: error: unknown type name 'u_int'
  200 |   u_int wasconst;
      |   ^~~~~
../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:201:3: error: unknown type name 'u_int'
  201 |   u_int isconst;
      |   ^~~~~
../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:211:3: error: unknown type name 'u_int'
  211 |   u_int vaddr;
      |   ^~~~~
../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:212:3: error: unknown type name 'u_int'
  212 |   u_int reg32;
      |   ^~~~~
```

going to see a friend in town, so i'll get back to it, maybe someone who does musl knows the fix :)

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

* Re: [PR PATCH] [Updated] New package: RMG-0.5.4
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
  2023-12-20 21:07 ` zlice
@ 2023-12-21 13:51 ` zlice
  2023-12-21 13:52 ` zlice
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-12-21 13:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages RMG
https://github.com/void-linux/void-packages/pull/47855

New package: RMG-0.5.4
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

#### Comments

Slapped together just to see if this works and it's the only mupen gui I've used since they ditched gtk or w/e a while back that just works.

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

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

From 2d1e02ee3fb2b44a031f387cac2f4fc66e06e586 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Wed, 20 Dec 2023 15:18:44 -0500
Subject: [PATCH] New package: RMG-0.5.4

---
 srcpkgs/RMG/patches/musl-types.patch | 11 +++++++++++
 srcpkgs/RMG/template                 | 21 +++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/RMG/patches/musl-types.patch
 create mode 100644 srcpkgs/RMG/template

diff --git a/srcpkgs/RMG/patches/musl-types.patch b/srcpkgs/RMG/patches/musl-types.patch
new file mode 100644
index 0000000000000..363eaa10b27b6
--- /dev/null
+++ b/srcpkgs/RMG/patches/musl-types.patch
@@ -0,0 +1,11 @@
+--- a/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:06.566206745 -0500
++++ b/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:23.460597668 -0500
+@@ -24,7 +24,7 @@
+ #include <string.h>
+ #include <assert.h>
+ 
+-#if defined(__APPLE__)
++#ifndef __USE_GNU || defined(__APPLE__)
+ #include <sys/types.h> // needed for u_int, u_char, etc
+ #define MAP_ANONYMOUS MAP_ANON
+ #endif
diff --git a/srcpkgs/RMG/template b/srcpkgs/RMG/template
new file mode 100644
index 0000000000000..c74d036edcb81
--- /dev/null
+++ b/srcpkgs/RMG/template
@@ -0,0 +1,21 @@
+# Template file for 'RMG'
+pkgname=RMG
+version=0.5.4
+revision=1
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF
+ -DNO_RUST=ON -G Ninja"
+hostmakedepends="pkg-config which nasm git"
+makedepends="qt6-base-devel qt6-svg-devel freetype-devel hidapi-devel
+ minizip-devel libsamplerate-devel speex-devel SDL2-devel zlib-devel xdg-user-dirs"
+short_desc="Mupen64 GUI"
+maintainer="zlice <zlice555@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rosalie241/RMG"
+distfiles="https://github.com/Rosalie241/RMG/archive/refs/tags/v${version}.tar.gz"
+checksum=4af4f73b6bb5128715d180f1eaf04855b589196ed98eef79523fe378f62f623a
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686*) CFLAGS+=" -mfpmath=sse -msse2" ; CXXFLAGS+=" -mfpmath=sse -msse2" ;;
+esac

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

* Re: New package: RMG-0.5.4
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
  2023-12-20 21:07 ` zlice
  2023-12-21 13:51 ` [PR PATCH] [Updated] " zlice
@ 2023-12-21 13:52 ` zlice
  2024-02-15  2:37 ` [PR PATCH] [Updated] " zlice
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-12-21 13:52 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/47855#issuecomment-1866290716

Comment:
not sure why mupen compiles musl but this needs a patch, but should be building now

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

* Re: [PR PATCH] [Updated] New package: RMG-0.5.4
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
                   ` (2 preceding siblings ...)
  2023-12-21 13:52 ` zlice
@ 2024-02-15  2:37 ` zlice
  2024-02-15  3:03 ` [PR PATCH] [Updated] New package: RMG-0.5.7 zlice
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2024-02-15  2:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages RMG
https://github.com/void-linux/void-packages/pull/47855

New package: RMG-0.5.4
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

#### Comments

Slapped together just to see if this works and it's the only mupen gui I've used since they ditched gtk or w/e a while back that just works.

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

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

From 68a7d30227d021fe9acdf5c06926bb1aed447fe8 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Wed, 20 Dec 2023 15:18:44 -0500
Subject: [PATCH] New package: RMG-0.5.7

---
 srcpkgs/RMG/patches/musl-types.patch | 11 +++++++++++
 srcpkgs/RMG/template                 | 21 +++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/RMG/patches/musl-types.patch
 create mode 100644 srcpkgs/RMG/template

diff --git a/srcpkgs/RMG/patches/musl-types.patch b/srcpkgs/RMG/patches/musl-types.patch
new file mode 100644
index 0000000000000..ffde099f02ef5
--- /dev/null
+++ b/srcpkgs/RMG/patches/musl-types.patch
@@ -0,0 +1,11 @@
+--- a/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:06.566206745 -0500
++++ b/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:23.460597668 -0500
+@@ -25,7 +25,7 @@
+ #include <sys/types.h> // needed for u_int, u_char, etc
+ #include <assert.h>
+
+-#if defined(__APPLE__)
++#ifndef __USE_GNU || defined(__APPLE__)
+ #define MAP_ANONYMOUS MAP_ANON
+ #endif
+
diff --git a/srcpkgs/RMG/template b/srcpkgs/RMG/template
new file mode 100644
index 0000000000000..acd15a4ea579f
--- /dev/null
+++ b/srcpkgs/RMG/template
@@ -0,0 +1,21 @@
+# Template file for 'RMG'
+pkgname=RMG
+version=0.5.7
+revision=1
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF
+ -DNO_RUST=ON -G Ninja"
+hostmakedepends="pkg-config which nasm git"
+makedepends="qt6-base-devel qt6-svg-devel freetype-devel hidapi-devel
+ minizip-devel libsamplerate-devel speex-devel SDL2-devel zlib-devel xdg-user-dirs"
+short_desc="Mupen64 GUI"
+maintainer="zlice <zlice555@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rosalie241/RMG"
+distfiles="https://github.com/Rosalie241/RMG/archive/refs/tags/v${version}.tar.gz"
+checksum=50fbe60da3f78b377898b0c0d30d62bae9f97e097843790d738bfe4f840f9f08
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686*) CFLAGS+=" -mfpmath=sse -msse2" ; CXXFLAGS+=" -mfpmath=sse -msse2" ;;
+esac

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

* Re: [PR PATCH] [Updated] New package: RMG-0.5.7
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
                   ` (3 preceding siblings ...)
  2024-02-15  2:37 ` [PR PATCH] [Updated] " zlice
@ 2024-02-15  3:03 ` zlice
  2024-05-16  1:46 ` github-actions
  2024-05-16 11:32 ` [PR PATCH] [Updated] " zlice
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2024-02-15  3:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages RMG
https://github.com/void-linux/void-packages/pull/47855

New package: RMG-0.5.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

#### Comments

Slapped together just to see if this works and it's the only mupen gui I've used since they ditched gtk or w/e a while back that just works.

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

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

From 0b8080f65fee078fad8e51f4f0f20f1ef53b1985 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Wed, 20 Dec 2023 15:18:44 -0500
Subject: [PATCH] New package: RMG-0.5.7

---
 srcpkgs/RMG/patches/musl-types.patch | 22 ++++++++++++++++++++++
 srcpkgs/RMG/template                 | 21 +++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/RMG/patches/musl-types.patch
 create mode 100644 srcpkgs/RMG/template

diff --git a/srcpkgs/RMG/patches/musl-types.patch b/srcpkgs/RMG/patches/musl-types.patch
new file mode 100644
index 0000000000000..ad7de7d3de295
--- /dev/null
+++ b/srcpkgs/RMG/patches/musl-types.patch
@@ -0,0 +1,22 @@
+--- a/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:06.566206745 -0500
++++ b/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:23.460597668 -0500
+@@ -25,7 +25,7 @@
+ #include <sys/types.h> // needed for u_int, u_char, etc
+ #include <assert.h>
+
+-#if defined(__APPLE__)
++#ifndef __USE_GNU || defined(__APPLE__)
+ #define MAP_ANONYMOUS MAP_ANON
+ #endif
+
+--- a/Source/3rdParty/mupen64plus-video-parallel/util/aligned_alloc.cpp	2024-01-26 12:45:43.000000000 -0500
++++ b/Source/3rdParty/mupen64plus-video-parallel/util/aligned_alloc.cpp	2024-02-14 21:48:50.257936910 -0500
+@@ -26,6 +26,7 @@
+ #ifdef _WIN32
+ #include <malloc.h>
+ #endif
++#include <cstdint>
+
+ namespace Util
+ {
+
diff --git a/srcpkgs/RMG/template b/srcpkgs/RMG/template
new file mode 100644
index 0000000000000..acd15a4ea579f
--- /dev/null
+++ b/srcpkgs/RMG/template
@@ -0,0 +1,21 @@
+# Template file for 'RMG'
+pkgname=RMG
+version=0.5.7
+revision=1
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF
+ -DNO_RUST=ON -G Ninja"
+hostmakedepends="pkg-config which nasm git"
+makedepends="qt6-base-devel qt6-svg-devel freetype-devel hidapi-devel
+ minizip-devel libsamplerate-devel speex-devel SDL2-devel zlib-devel xdg-user-dirs"
+short_desc="Mupen64 GUI"
+maintainer="zlice <zlice555@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rosalie241/RMG"
+distfiles="https://github.com/Rosalie241/RMG/archive/refs/tags/v${version}.tar.gz"
+checksum=50fbe60da3f78b377898b0c0d30d62bae9f97e097843790d738bfe4f840f9f08
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686*) CFLAGS+=" -mfpmath=sse -msse2" ; CXXFLAGS+=" -mfpmath=sse -msse2" ;;
+esac

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

* Re: New package: RMG-0.5.7
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
                   ` (4 preceding siblings ...)
  2024-02-15  3:03 ` [PR PATCH] [Updated] New package: RMG-0.5.7 zlice
@ 2024-05-16  1:46 ` github-actions
  2024-05-16 11:32 ` [PR PATCH] [Updated] " zlice
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2024-05-16  1:46 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/47855#issuecomment-2113785765

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] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: RMG-0.5.7
  2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
                   ` (5 preceding siblings ...)
  2024-05-16  1:46 ` github-actions
@ 2024-05-16 11:32 ` zlice
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2024-05-16 11:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zlice against master on the void-packages repository

https://github.com/zlice/void-packages RMG
https://github.com/void-linux/void-packages/pull/47855

New package: RMG-0.5.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64**

#### Comments

Slapped together just to see if this works and it's the only mupen gui I've used since they ditched gtk or w/e a while back that just works.

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

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

From 46a129c3e45c9363d89d4416e4eaa026b9be470d Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Wed, 20 Dec 2023 15:18:44 -0500
Subject: [PATCH] New package: RMG-0.5.9

---
 srcpkgs/RMG/patches/musl-types.patch | 22 ++++++++++++++++++++++
 srcpkgs/RMG/template                 | 21 +++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/RMG/patches/musl-types.patch
 create mode 100644 srcpkgs/RMG/template

diff --git a/srcpkgs/RMG/patches/musl-types.patch b/srcpkgs/RMG/patches/musl-types.patch
new file mode 100644
index 00000000000000..ad7de7d3de2951
--- /dev/null
+++ b/srcpkgs/RMG/patches/musl-types.patch
@@ -0,0 +1,22 @@
+--- a/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:06.566206745 -0500
++++ b/Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c	2023-12-21 08:48:23.460597668 -0500
+@@ -25,7 +25,7 @@
+ #include <sys/types.h> // needed for u_int, u_char, etc
+ #include <assert.h>
+
+-#if defined(__APPLE__)
++#ifndef __USE_GNU || defined(__APPLE__)
+ #define MAP_ANONYMOUS MAP_ANON
+ #endif
+
+--- a/Source/3rdParty/mupen64plus-video-parallel/util/aligned_alloc.cpp	2024-01-26 12:45:43.000000000 -0500
++++ b/Source/3rdParty/mupen64plus-video-parallel/util/aligned_alloc.cpp	2024-02-14 21:48:50.257936910 -0500
+@@ -26,6 +26,7 @@
+ #ifdef _WIN32
+ #include <malloc.h>
+ #endif
++#include <cstdint>
+
+ namespace Util
+ {
+
diff --git a/srcpkgs/RMG/template b/srcpkgs/RMG/template
new file mode 100644
index 00000000000000..e20e6e5132dcc0
--- /dev/null
+++ b/srcpkgs/RMG/template
@@ -0,0 +1,21 @@
+# Template file for 'RMG'
+pkgname=RMG
+version=0.5.9
+revision=1
+archs="x86_64* i686*"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF
+ -DNO_RUST=ON -G Ninja"
+hostmakedepends="pkg-config which nasm git"
+makedepends="qt6-base-devel qt6-svg-devel freetype-devel hidapi-devel
+ minizip-devel libsamplerate-devel speex-devel SDL2-devel zlib-devel xdg-user-dirs"
+short_desc="Mupen64 GUI"
+maintainer="zlice <zlice555@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Rosalie241/RMG"
+distfiles="https://github.com/Rosalie241/RMG/archive/refs/tags/v${version}.tar.gz"
+checksum=aabf9e41fc86d0db461514817a08350dca0dc7d7d3f50f0e0b57d9a9a0db7ac2
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686*) CFLAGS+=" -mfpmath=sse -msse2" ; CXXFLAGS+=" -mfpmath=sse -msse2" ;;
+esac

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

end of thread, other threads:[~2024-05-16 11:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20 20:26 [PR PATCH] New package: RMG-0.5.4 zlice
2023-12-20 21:07 ` zlice
2023-12-21 13:51 ` [PR PATCH] [Updated] " zlice
2023-12-21 13:52 ` zlice
2024-02-15  2:37 ` [PR PATCH] [Updated] " zlice
2024-02-15  3:03 ` [PR PATCH] [Updated] New package: RMG-0.5.7 zlice
2024-05-16  1:46 ` github-actions
2024-05-16 11:32 ` [PR PATCH] [Updated] " zlice

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