diff options
author | Tim Biermann <tbier@posteo.de> | 2021-05-09 19:27:05 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-05-09 19:27:05 +0000 |
commit | 7342a81468556a386b565db3c75d67132278c02d (patch) | |
tree | b78be116459afb0d32d7715cca439c3755a8eb52 /portaudio | |
parent | abd5bcb1f6290a3839280faf4c06cf0cb1ce8855 (diff) | |
download | contrib-7342a81468556a386b565db3c75d67132278c02d.tar.gz contrib-7342a81468556a386b565db3c75d67132278c02d.tar.xz |
portaudio: 19.6.0 -> 190700_20210406
Diffstat (limited to 'portaudio')
-rw-r--r-- | portaudio/.signature | 6 | ||||
-rw-r--r-- | portaudio/Pkgfile | 18 |
2 files changed, 11 insertions, 13 deletions
diff --git a/portaudio/.signature b/portaudio/.signature index fe17ab552..64174c248 100644 --- a/portaudio/.signature +++ b/portaudio/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39wRFFrYb2coX2zx1jUIjYDraaEJTDly0xbVJBUvA/pNlRRrh+T5Yxc4PCFYy2FcgcUZchRets1aIEp9TVLRQw4= -SHA256 (Pkgfile) = 11f5ea5d5133cbb07a238a52a11fd4a98d963c7a21c4aa8934c3eb89cd46050b +RWSagIOpLGJF38ikYUUSmJJVkTmbxlWdM7I4tSvYH2aZRfJiSPRNM/7dGezTFrA6lvP4XX8eNRoiXILssdI8zy880OBuVXfnyAg= +SHA256 (Pkgfile) = 6c82027d3ec8b3f7edf5ee62a1397e2285e741c991946a7f8e237092f7706aa2 SHA256 (.footprint) = 1da466ce5d42da34935b2f7bcebd2e1e4dffe3128c98da7cd965e295a16a69c7 -SHA256 (pa_stable_v190600_20161030.tgz) = f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513 +SHA256 (pa_stable_v190700_20210406.tgz) = 47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def diff --git a/portaudio/Pkgfile b/portaudio/Pkgfile index 05a1366d8..958796fb2 100644 --- a/portaudio/Pkgfile +++ b/portaudio/Pkgfile @@ -1,18 +1,16 @@ -# Description: Portable cross-platform audio I/O library -# URL: http://portaudio.com -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: alsa-lib -# Optional: jack-audio-connection-kit +# Description: Portable cross-platform audio I/O library +# URL: http://portaudio.com +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: alsa-lib +# Optional: jack-audio-connection-kit name=portaudio -version=19.6.0 -_version=190600_20161030 +version=190700_20210406 release=1 -source=(http://www.portaudio.com/archives/pa_stable_v${_version}.tgz) +source=(http://files.portaudio.com/archives/pa_stable_v$version.tgz) build() { - mv $name $name-$version - cd $name-$version + cd $name ./configure \ --prefix=/usr \ |