Skip to content

Commit

Permalink
Merge pull request #1981 from mariux64/update-mvp-032
Browse files Browse the repository at this point in the history
mpv: update to 0.32
  • Loading branch information
wwwutz authored Oct 26, 2020
2 parents db808e7 + 68c22bd commit d91b9c5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions mpv.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION mpv-0.31.0-0
# BEE_VERSION mpv-0.32.0-0

# more info: https://mpv.io

SRCURL[0]="https://github.com/mpv-player/${PKGNAME}/archive/v${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/mpv-player/${PKGNAME}/archive/v${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/1f7d23afe7a8639dedc9f7beef4e90d7/v0.32.0.tar.gz"

# PATCHURL+=()

# build_in_sourcedir
Expand All @@ -29,14 +31,10 @@ mee_configure() {

mee_build() {
cd mpv-build
./rebuild
./rebuild ${BEE_MAKEFLAGS}
}

mee_install() {
mkdir -vp ${D}/usr/bin
cp ${B}/mpv-build/mpv/build/mpv ${D}/usr/bin
}

#mee_install_post() {
# exit
#}

0 comments on commit d91b9c5

Please sign in to comment.