portaudio: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:25:47 +02:00
parent 346d5f152b
commit 90f9c1c28a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38ikYUUSmJJVkTmbxlWdM7I4tSvYH2aZRfJiSPRNM/7dGezTFrA6lvP4XX8eNRoiXILssdI8zy880OBuVXfnyAg=
SHA256 (Pkgfile) = 6c82027d3ec8b3f7edf5ee62a1397e2285e741c991946a7f8e237092f7706aa2
RWSagIOpLGJF356ILP8LdbL4rV9F+rVEYsrYk40oYxBJBQ5wX8/oxhsAaLiNWbCJHpCsSNToB7BkLx5fZn0XZmVgEOa1ZUm76w4=
SHA256 (Pkgfile) = b963fd93285aeffbff57afd31bbd415c9e1e83fb85251d1c50b9759c11889509
SHA256 (.footprint) = 1da466ce5d42da34935b2f7bcebd2e1e4dffe3128c98da7cd965e295a16a69c7
SHA256 (pa_stable_v190700_20210406.tgz) = 47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def

View File

@ -1,6 +1,6 @@
# Description: Portable cross-platform audio I/O library
# URL: http://portaudio.com
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: alsa-lib
# Optional: jack-audio-connection-kit
@ -10,13 +10,12 @@ release=1
source=(http://files.portaudio.com/archives/pa_stable_v$version.tgz)
build() {
cd $name
cd $name
./configure \
--prefix=/usr \
--enable-cxx
./configure \
--prefix=/usr \
--enable-cxx
make -j1
make DESTDIR=$PKG install
make -j1
make DESTDIR=$PKG install
}