1
0
forked from ports/contrib

wavpack: 5.3.0 -> 5.3.2

This commit is contained in:
Danny Rawlins 2020-07-21 22:34:00 +10:00
parent 71b913671c
commit 56d151e689
2 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y+FxQlT08aw/na9YFTuWLH73r5/k0uKikXn0vOVRKNa2YB8cgkUHoBRg9pCCOBepPfY70xSwTlc1vgVcnhJ1QQ=
SHA256 (Pkgfile) = 80a980d84291aa126699a929d6b3577ff2e4036220211399c288410940f643cf
RWSagIOpLGJF38WNaqC6sCZAqpnpa4YEXg2upN+gRrVndyLniXMpXE5fd2n9ud3//rXigLz8bhk0XYnKU1z7sD4zKQ1H0zKTeAY=
SHA256 (Pkgfile) = ce5000e329638b503c78a97d3c0e1bd3fb0011406f49984f47572989d7733178
SHA256 (.footprint) = 2cf1a705443de39ab472eee673aa15b3185e266904b66bab23728160fbf89e96
SHA256 (wavpack-5.3.0.tar.xz) = b444379a0bee0330f137cb3e9a100e6a12a63a6d01987ba66b3729f85e282307
SHA256 (e4e8d191e8dd74cbdbeaef3232c16a7ef517e68d.zip) = 8a51987118f9e9ac7e976bd49b4f035644ff6784920d7094ea8a2b0f8ea11ccd

View File

@ -1,15 +1,22 @@
# Description: Audio compression format with lossless, lossy and hybrid compression modes
# URL: http://www.wavpack.com/
# URL: https://www.wavpack.com/
# Maintainer: Danny Rawlins, crux at romster dot me
name=wavpack
version=5.3.0
version=5.3.2
# Need to fetch a commit because upstream didn't tag the minor release
commit=e4e8d191e8dd74cbdbeaef3232c16a7ef517e68d
release=1
source=(https://github.com/dbry/WavPack/releases/download/$version/$name-$version.tar.xz)
source=(
#https://github.com/dbry/WavPack/releases/download/$version/$name-$version.tar.xz
https://github.com/dbry/WavPack/archive/$commit.zip
)
build() {
cd $name-$version
# cd $name-$version
cd WavPack-$commit
autoreconf -fi
./configure --prefix=/usr
make