Skip to content

Commit

Permalink
mpv: new revison
Browse files Browse the repository at this point in the history
fix for missiong .so
  • Loading branch information
david committed Apr 4, 2025
1 parent 0ed244b commit 3a21509
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions mpv.be0
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
#!/usr/bin/env beesh

# BEE_VERSION mpv-0.36.0-0
# BEE_VERSION mpv-0.36.0-1

# more info: https://mpv.io

SRCURL[0]="https://github.com/mpv-player/${PKGNAME}/archive/v${PKGVERSION}.tar.gz mpv-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://beehive.molgen.mpg.de/14cd51160f41aee105d2b9d572bd8974/mpv-0.34.0.tar.gz"
#SRCURL[0]="https://github.com/mpv-player/${PKGNAME}/archive/v${PKGVERSION}.tar.gz mpv-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3ac8bb1fec1c09293a574e615446bb3b/mpv-0.36.0.tar.gz"

#PATCHURL+=()

#build_in_sourcedir

# sourcesubdir_append src

#mee_extract_post() {
# WAFURL="https://waf.io/waf-2.0.20";
# WAFURL="https://beehive.molgen.mpg.de/eb0cd320fc8838971cfa735ad78f6de8/waf"
#
# wget ${WAFURL} -O ${B}/waf
# chmod 755 ${B}/waf
#}

mee_patch() {
sed -i 's/AV_OPT_TYPE_CHANNEL_LAYOUT/AV_OPT_TYPE_CHLAYOUT/' filters/f_lavfi.c
}
Expand All @@ -33,8 +25,7 @@ mee_configure() {
}

#mee_build() {
# p=/pkg/python-3.10.12-0/profile; [ -e $p ] && . $p
# python ${B}/waf build
#
#}

#mee_install() {
Expand Down

0 comments on commit 3a21509

Please sign in to comment.