Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mpv petbuild to 0.39.0 #4342

Open
wants to merge 3 commits into
base: testing
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/mpv/pet.specs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mpv-0.35.1|mpv|0.35.1||Multimedia|6656K||mpv-0.35.1.pet||Command line video player|puppy|||
mpv-0.39.0|mpv|0.39.0||Multimedia|6656K||mpv-0.39.0.pet||Command line video player|puppy|||
6 changes: 3 additions & 3 deletions woof-code/rootfs-petbuilds/mpv/petbuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
download() {
[ -f mpv-0.35.1.tar.gz ] || wget -t 3 -T 60 -O mpv-0.35.1.tar.gz https://github.com/mpv-player/mpv/archive/refs/tags/v0.35.1.tar.gz
[ -f mpv-0.39.0.tar.gz ] || wget -t 3 -T 60 -O mpv-0.39.0.tar.gz https://github.com/mpv-player/mpv/archive/refs/tags/v0.39.0.tar.gz
}

build() {
tar -xzf mpv-0.35.1.tar.gz
cd mpv-0.35.1
tar -xzf mpv-0.39.0.tar.gz
cd mpv-0.39.0

# hack for dpup: these symlinks exist in bdrv but we don't have it yet
ln -s /usr/lib/*-linux-gnu*/blas/libblas.so.* /usr/lib/*-linux-gnu*/ || :
Expand Down
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/mpv/sha256.sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
41df981b7b84e33a2ef4478aaf81d6f4f5c8b9cd2c0d337ac142fc20b387d1a9 mpv-0.35.1.tar.gz
2ca92437affb62c2b559b4419ea4785c70d023590500e8a52e95ea3ab4554683 mpv-0.39.0.tar.gz