Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions OBS/easyrpg-player/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ license=('GPL-3.0-or-later')
makedepends=('cmake' 'ninja' 'nlohmann-json')
depends=("liblcf>=${pkgver:0:5}" 'sdl2' 'libpng' 'pixman' 'fmt' 'freetype2' 'harfbuzz'
'mpg123' 'libsndfile' 'libvorbis' 'opusfile' 'speexdsp' 'lhasa'
'hicolor-icon-theme')
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')
'hicolor-icon-theme' 'fluidsynth' 'alsa-lib' 'libxmp')
optdepends=('wildmidi: decoder for MIDI (needs "GUS patches")'
'rpg2000-rtp: for some 2k games'
'rpg2003-rtp: for some 2k3 games'
'wine: install run time packages manually')
install=$pkgname.install
source=("https://easyrpg.org/downloads/player/$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('52ab46efdc5253a5ef08d3eee49c84d5c5cbb770929f28a08681fe01e5279bb2')
Expand Down