summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-09-05 23:54:53 +0200
committersL1pKn072023-09-05 23:54:53 +0200
commit4de666c98143b69d41fdb48038b0477c1d7c0571 (patch)
tree1edb1620049f3882d194b0ecc249a63a061da392
parentaa8517e01a8450a682ae35f8a174a6dcb5405bc6 (diff)
downloadaur-4de666c98143b69d41fdb48038b0477c1d7c0571.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3d3094d50ba..4f6728127df4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = 0.36.0.162.gaf9b53f3a3
+ pkgver = 0.36.0.250.g02b49458a3
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -144,6 +144,8 @@ pkgbase = mpv-build-git
source = git+https://github.com/ffmpeg/ffmpeg.git
source = git+https://github.com/libass/libass.git
source = git+https://github.com/haasn/libplacebo.git
+ source = git+https://github.com/fastfloat/fast_float.git
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 875922fdfd00..e519d46694f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=0.36.0.162.gaf9b53f3a3
+pkgver=0.36.0.250.g02b49458a3
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -114,6 +114,7 @@ source=(
'git+https://github.com/ffmpeg/ffmpeg.git'
'git+https://github.com/libass/libass.git'
'git+https://github.com/haasn/libplacebo.git'
+ 'git+https://github.com/fastfloat/fast_float.git'
)
sha256sums=(
'SKIP'
@@ -121,6 +122,7 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
backup=('etc/mpv/encoding-profiles.conf')
@@ -257,6 +259,10 @@ fi
(IFS=$'\n'; echo "${_ffmpeg_options[*]}" > ffmpeg_options )
(IFS=$'\n'; echo "${_mpv_options[*]}" > mpv_options )
+ cd libplacebo
+ git config submodule.3rdparty/fast_float.url "${srcdir}/fast_float"
+ git -c protocol.file.allow=always submodule update --init \
+ 3rdparty/fast_float
}
build() {