From 828404b33b450de5f8fe3733e013757005c6e6f8 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:17:20 +0900 Subject: [PATCH 1/2] Move some packages to depends --- OBS/easyrpg-player/PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/OBS/easyrpg-player/PKGBUILD b/OBS/easyrpg-player/PKGBUILD index 9fee7df..cf4937c 100644 --- a/OBS/easyrpg-player/PKGBUILD +++ b/OBS/easyrpg-player/PKGBUILD @@ -10,14 +10,11 @@ license=('GPL-3.0-or-later') makedepends=('cmake' 'ninja' 'nlohmann-json') depends=("liblcf>=$pkgver" 'sdl2' 'libpng' 'pixman' 'fmt' 'freetype2' 'harfbuzz' 'mpg123' 'libsndfile' 'libvorbis' 'opusfile' 'speexdsp' 'lhasa' - 'hicolor-icon-theme') + 'hicolor-icon-theme' 'fluidsynth' 'libxmp') optdepends=('alsa-lib: native MIDI playback (needs sequencer)' 'wildmidi: decoder for MIDI (needs "GUS patches")' - 'fluidsynth: better MIDI decoder (needs soundfont)' - 'libxmp: decoder for tracker music, used by few games' - 'rpg2000-rtp: run time package for some 2k games' - 'rpg2003-rtp: run time package for some 2k3 games' - 'wine: for installing run time packages (RTP) manually') + 'rpg2000-rtp: For some 2k games' + 'rpg2003-rtp: For some 2k3 games') install=$pkgname.install source=("https://easyrpg.org/downloads/player/$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('51249fbc8da4e3ac2e8371b0d6f9f32ff260096f5478b3b95020e27b031dbd0d') From 705dd419e7570bfbbfc8c12d3b5b853fd6657016 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Sat, 14 Jun 2025 00:47:54 +0900 Subject: [PATCH 2/2] Readd wine --- OBS/easyrpg-player/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OBS/easyrpg-player/PKGBUILD b/OBS/easyrpg-player/PKGBUILD index cf4937c..6189336 100644 --- a/OBS/easyrpg-player/PKGBUILD +++ b/OBS/easyrpg-player/PKGBUILD @@ -14,7 +14,8 @@ depends=("liblcf>=$pkgver" 'sdl2' 'libpng' 'pixman' 'fmt' 'freetype2' 'harfbuzz' optdepends=('alsa-lib: native MIDI playback (needs sequencer)' 'wildmidi: decoder for MIDI (needs "GUS patches")' 'rpg2000-rtp: For some 2k games' - 'rpg2003-rtp: For some 2k3 games') + 'rpg2003-rtp: For some 2k3 games' + 'wine: Load run time packages from wine prefix') install=$pkgname.install source=("https://easyrpg.org/downloads/player/$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('51249fbc8da4e3ac2e8371b0d6f9f32ff260096f5478b3b95020e27b031dbd0d')