diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index e721f753..2953e5d2 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.8.3 +pkgver=0.8.4 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') url="https://github.com/Rosalie241/$pkgname" license=('GPL3') -depends=("hidapi" "libsamplerate" "speexdsp" "minizip" "sdl3" "zlib" "freetype2" "qt6-base" "qt6-svg" "qt6-websockets") +depends=("libusb" "hidapi" "libsamplerate" "speexdsp" "minizip" "sdl3" "zlib" "freetype2" "qt6-base" "qt6-svg" "qt6-websockets") makedepends=("git" "nasm" "cmake" "vulkan-headers") source=("git+https://github.com/Rosalie241/$pkgname.git#tag=v$pkgver") @@ -24,7 +24,6 @@ build() -DCMAKE_BUILD_TYPE="Release" \ -DPORTABLE_INSTALL="OFF" \ -DCMAKE_INSTALL_PREFIX="/usr" \ - -DNO_RUST="ON" \ -G "Unix Makefiles" cmake --build "$srcdir/$pkgname/build" diff --git a/Package/Fedora/RMG.spec b/Package/Fedora/RMG.spec index 1d0d84b7..35cea91d 100644 --- a/Package/Fedora/RMG.spec +++ b/Package/Fedora/RMG.spec @@ -1,5 +1,5 @@ Name: RMG -Version: 0.8.3 +Version: 0.8.4 Release: %autorelease Summary: Rosalie's Mupen GUI @@ -11,6 +11,7 @@ BuildRequires: gcc BuildRequires: g++ BuildRequires: nasm BuildRequires: cmake +BuildRequires: libusb1-devel BuildRequires: hidapi-devel BuildRequires: libsamplerate-devel BuildRequires: minizip-compat-devel @@ -26,6 +27,7 @@ BuildRequires: qt6-qtsvg-devel BuildRequires: qt6-qtwebsockets-devel BuildRequires: libxkbcommon-devel +Requires: libusb1 Requires: hidapi Requires: SDL3 Requires: zlib-ng diff --git a/Package/com.github.Rosalie241.RMG.metainfo.xml b/Package/com.github.Rosalie241.RMG.metainfo.xml index c809b528..9997e9d8 100644 --- a/Package/com.github.Rosalie241.RMG.metainfo.xml +++ b/Package/com.github.Rosalie241.RMG.metainfo.xml @@ -29,6 +29,20 @@ + + +

Changes:

+
    +
  • Fix 'Test Rumble' functionality in RMG-Input not checking for rumble support since v0.8.1
  • +
  • Fix exit confirmation checkbox saving the setting when rejecting the dialog
  • +
  • Remove discord rich presence support
  • +
  • Remove mupen64plus-input-gca
  • +
  • Remove fallback to libfmt when 'std::format' isn't supported by the compiler
  • +
  • Introduce RMG-Input-GCA
  • +
  • Update mupen64plus-core, GLideN64 and SDL_GameControllerDB
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index dff41abd..c58a021b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.8.3 \ No newline at end of file +v0.8.4 \ No newline at end of file