This commit is contained in:
Gary Wang 2025-06-22 00:11:34 +08:00
parent 65e27285ce
commit 3571e904ab
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
pkgbase = pineapple-midi-player
pkgdesc = Simple SoundFont MIDI Player
pkgver = 1.3.2
pkgrel = 1
pkgrel = 2
url = https://github.com/BLumia/pineapple-midi-player/
arch = x86_64
arch = aarch64
license = MIT
makedepends = git
makedepends = qt5-tools
makedepends = qt6-tools
makedepends = cmake
depends = qt5-svg
depends = qt6-svg
depends = portaudio
optdepends = soundfont-fluid: Decent SoundFont provided by FluidSynth
source = pineapple-midi-player-1.3.2.tar.gz::https://github.com/BLumia/pineapple-midi-player/archive/1.3.2.tar.gz

View File

@ -2,18 +2,18 @@
pkgname=pineapple-midi-player
pkgver=1.3.2
pkgrel=1
pkgrel=2
pkgdesc='Simple SoundFont MIDI Player'
arch=('x86_64' 'aarch64')
url='https://github.com/BLumia/pineapple-midi-player/'
license=('MIT')
depends=(
'qt5-svg'
'qt6-svg'
'portaudio'
)
makedepends=(
'git'
'qt5-tools'
'qt6-tools'
'cmake'
)
optdepends=(