mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/portmidi to 2.0.4-2
This commit is contained in:
parent
ab3b0412e1
commit
fd38b4289b
3 changed files with 25 additions and 1 deletions
20
extra/portmidi/.SRCINFO
Normal file
20
extra/portmidi/.SRCINFO
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
pkgbase = portmidi
|
||||||
|
pkgdesc = Cross platform library for interfacing with OS MIDI I/O APIs
|
||||||
|
pkgver = 2.0.4
|
||||||
|
pkgrel = 2
|
||||||
|
epoch = 1
|
||||||
|
url = https://github.com/portmidi/portmidi
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = alsa-lib
|
||||||
|
makedepends = cmake
|
||||||
|
depends = glibc
|
||||||
|
provides = libportmidi.so
|
||||||
|
source = https://github.com/portmidi/portmidi/archive/v2.0.4/portmidi-v2.0.4.tar.gz
|
||||||
|
sha512sums = d9f22d161e1dd9a4bde1971bb2b6e5352da51545f4fe5ecad11c55e7a535f0d88efce18d1c8fd91e93b70a7926150f86a0f53972ad92370e86556a8dd72dc194
|
||||||
|
b2sums = fd8b002880ccfcff9f233e2fa5021fe4cf9da2f91b3ceaa36fe70f96818e174578f9a14b69bdbb58fab777c9a9e4ff939b86814a403860c7ec264dddc6f26e85
|
||||||
|
|
||||||
|
pkgname = portmidi
|
||||||
|
depends = glibc
|
||||||
|
depends = alsa-lib
|
||||||
|
depends = libasound.so
|
4
extra/portmidi/.nvchecker.toml
Normal file
4
extra/portmidi/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[portmidi]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/portmidi/portmidi.git"
|
||||||
|
prefix = "v"
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=portmidi
|
pkgname=portmidi
|
||||||
pkgver=2.0.4
|
pkgver=2.0.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Cross platform library for interfacing with OS MIDI I/O APIs"
|
pkgdesc="Cross platform library for interfacing with OS MIDI I/O APIs"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
|
Loading…
Reference in a new issue