use Qt 6
This commit is contained in:
parent
65e27285ce
commit
3571e904ab
6
.SRCINFO
6
.SRCINFO
@ -1,15 +1,15 @@
|
|||||||
pkgbase = pineapple-midi-player
|
pkgbase = pineapple-midi-player
|
||||||
pkgdesc = Simple SoundFont MIDI Player
|
pkgdesc = Simple SoundFont MIDI Player
|
||||||
pkgver = 1.3.2
|
pkgver = 1.3.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/BLumia/pineapple-midi-player/
|
url = https://github.com/BLumia/pineapple-midi-player/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = qt5-tools
|
makedepends = qt6-tools
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
depends = qt5-svg
|
depends = qt6-svg
|
||||||
depends = portaudio
|
depends = portaudio
|
||||||
optdepends = soundfont-fluid: Decent SoundFont provided by FluidSynth
|
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
|
source = pineapple-midi-player-1.3.2.tar.gz::https://github.com/BLumia/pineapple-midi-player/archive/1.3.2.tar.gz
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
pkgname=pineapple-midi-player
|
pkgname=pineapple-midi-player
|
||||||
pkgver=1.3.2
|
pkgver=1.3.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Simple SoundFont MIDI Player'
|
pkgdesc='Simple SoundFont MIDI Player'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url='https://github.com/BLumia/pineapple-midi-player/'
|
url='https://github.com/BLumia/pineapple-midi-player/'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=(
|
depends=(
|
||||||
'qt5-svg'
|
'qt6-svg'
|
||||||
'portaudio'
|
'portaudio'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
'qt5-tools'
|
'qt6-tools'
|
||||||
'cmake'
|
'cmake'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user