Package: v0.7.5

This commit is contained in:
Rosalie Wanders
2025-02-16 19:56:01 +01:00
parent 219f74bb8b
commit ae5813a635
4 changed files with 18 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Maintainer: Rosalie Wanders <rosalie@mailbox.org>
pkgname=rmg
pkgver=0.7.4
pkgver=0.7.5
pkgrel=1
pkgdesc="Rosalie's Mupen GUI"
arch=('x86_64' 'aarch64')
@@ -8,7 +8,7 @@ url="https://github.com/Rosalie241/$pkgname"
license=('GPL3')
depends=("hidapi" "libsamplerate" "speexdsp" "minizip" "sdl2" "sdl2_net" "zlib" "freetype2" "qt6-base" "qt6-svg" "qt6-websockets")
makedepends=("git" "nasm" "cmake" "ninja")
makedepends=("git" "nasm" "cmake")
source=("git+https://github.com/Rosalie241/$pkgname.git#tag=v$pkgver")
sha256sums=('SKIP')
@@ -25,7 +25,7 @@ build()
-DPORTABLE_INSTALL="OFF" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DNO_RUST="ON" \
-G "Ninja"
-G "Unix Makefiles"
cmake --build "$srcdir/$pkgname/build"
}
+1 -1
View File
@@ -1,5 +1,5 @@
Name: RMG
Version: 0.7.4
Version: 0.7.5
Release: %autorelease
Summary: Rosalie's Mupen GUI
@@ -29,6 +29,19 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.7.5" date="2025-02-16" type="stable">
<description>
<p>Changes:</p>
<ul>
<li>Fix incorrect error message in RMG-Core</li>
<li>Fix possible crash on Windows (thank you Thirteen1355 for assisting with debugging)</li>
<li>Fix missing space between 'L-Shoulder' and 'R-Shoulder' in RMG-Input</li>
<li>Fix 'L-Trigger' and 'R-Trigger' names by changing it to 'L-Shoulder' and 'R-Shoulder' in RMG-Input</li>
<li>Improve opening time of 'Edit Game Input Settings' by utilizing the ROM browser cache</li>
<li>Improve configuration dialogs from plugins by setting the parent window</li>
</ul>
</description>
</release>
<release version="v0.7.4" date="2025-02-15" type="stable">
<description>
<p>Changes:</p>
+1 -1
View File
@@ -1 +1 @@
v0.7.4
v0.7.5