Skip to content

Commit 72ab4f5

Browse files
committed
Package: v0.8.4
1 parent 19876e1 commit 72ab4f5

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

Package/ArchLinux/PKGBUILD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Maintainer: Rosalie Wanders <rosalie@mailbox.org>
22
pkgname=rmg
3-
pkgver=0.8.3
3+
pkgver=0.8.4
44
pkgrel=1
55
pkgdesc="Rosalie's Mupen GUI"
66
arch=('x86_64' 'aarch64')
77
url="https://github.com/Rosalie241/$pkgname"
88
license=('GPL3')
99

10-
depends=("hidapi" "libsamplerate" "speexdsp" "minizip" "sdl3" "zlib" "freetype2" "qt6-base" "qt6-svg" "qt6-websockets")
10+
depends=("libusb" "hidapi" "libsamplerate" "speexdsp" "minizip" "sdl3" "zlib" "freetype2" "qt6-base" "qt6-svg" "qt6-websockets")
1111
makedepends=("git" "nasm" "cmake" "vulkan-headers")
1212

1313
source=("git+https://github.com/Rosalie241/$pkgname.git#tag=v$pkgver")
@@ -24,7 +24,6 @@ build()
2424
-DCMAKE_BUILD_TYPE="Release" \
2525
-DPORTABLE_INSTALL="OFF" \
2626
-DCMAKE_INSTALL_PREFIX="/usr" \
27-
-DNO_RUST="ON" \
2827
-G "Unix Makefiles"
2928

3029
cmake --build "$srcdir/$pkgname/build"

Package/Fedora/RMG.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: RMG
2-
Version: 0.8.3
2+
Version: 0.8.4
33
Release: %autorelease
44
Summary: Rosalie's Mupen GUI
55

@@ -11,6 +11,7 @@ BuildRequires: gcc
1111
BuildRequires: g++
1212
BuildRequires: nasm
1313
BuildRequires: cmake
14+
BuildRequires: libusb1-devel
1415
BuildRequires: hidapi-devel
1516
BuildRequires: libsamplerate-devel
1617
BuildRequires: minizip-compat-devel
@@ -26,6 +27,7 @@ BuildRequires: qt6-qtsvg-devel
2627
BuildRequires: qt6-qtwebsockets-devel
2728
BuildRequires: libxkbcommon-devel
2829

30+
Requires: libusb1
2931
Requires: hidapi
3032
Requires: SDL3
3133
Requires: zlib-ng

Package/com.github.Rosalie241.RMG.metainfo.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@
2929
</screenshot>
3030
</screenshots>
3131
<releases>
32+
<release version="v0.8.4" date="2025-10-09" type="stable">
33+
<description>
34+
<p>Changes:</p>
35+
<ul>
36+
<li>Fix 'Test Rumble' functionality in RMG-Input not checking for rumble support since v0.8.1</li>
37+
<li>Fix exit confirmation checkbox saving the setting when rejecting the dialog</li>
38+
<li>Remove discord rich presence support</li>
39+
<li>Remove mupen64plus-input-gca</li>
40+
<li>Remove fallback to libfmt when 'std::format' isn't supported by the compiler</li>
41+
<li>Introduce RMG-Input-GCA</li>
42+
<li>Update mupen64plus-core, GLideN64 and SDL_GameControllerDB</li>
43+
</ul>
44+
</description>
45+
</release>
3246
<release version="v0.8.3" date="2025-09-28" type="stable">
3347
<description>
3448
<p>Changes:</p>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.3
1+
v0.8.4

0 commit comments

Comments
 (0)