Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wavpack: update 5.1 to 5.4
- do NOT use cmake (introduced with 5.2). this will result
in bad include locations, references to ${B} and on. just don't.
  • Loading branch information
wwwutz committed Nov 22, 2021
1 parent 07a0985 commit 11e7563
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions wavpack.be0
@@ -1,14 +1,18 @@
#!/usr/bin/env beesh

# BEE_VERSION wavpack-5.1.0-0
# BEE_VERSION wavpack-5.4.0-0

# more info: http://wavpack.com/
# req. by audacious-plugins

SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz"
#SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f81ac074fa60f16e0dcedb10ba7f4d96/5.4.0.tar.gz"

# PATCHURL+=()

# do not even think of using cmake: un.support.ed.
BEE_BUILDTYPE=autotools

# build_in_sourcedir

# sourcesubdir_append src
Expand All @@ -17,9 +21,10 @@ SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz"
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
autoreconf -v --install
}

#mee_configure() {
# bee_configure
Expand All @@ -33,6 +38,3 @@ SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz"
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 11e7563

Please sign in to comment.