summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-09-09 20:47:32 +0200
committersL1pKn072023-09-09 20:47:32 +0200
commit1433f7e4fe37eb9f07fd58af3efbd63e1af5b036 (patch)
tree0c0eb3138fc0d8d39f093f8673095c35d8592b4a
parent4de666c98143b69d41fdb48038b0477c1d7c0571 (diff)
downloadaur-1433f7e4fe37eb9f07fd58af3efbd63e1af5b036.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6728127df4..7bccc905ae5c 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.250.g02b49458a3
+ pkgver = 0.36.0.274.gbe92223157
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -125,6 +125,8 @@ pkgbase = mpv-build-git
depends = libz.so
depends = python
depends = hicolor-icon-theme
+ depends = xxhash
+ depends = libxxhash.so
depends = vapoursynth
depends = avisynthplus
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
@@ -135,7 +137,6 @@ pkgbase = mpv-build-git
provides = mpv
provides = libmpv.so
conflicts = mpv
- conflicts = libmpv.so
options = !emptydirs
options = debug
backup = etc/mpv/encoding-profiles.conf
@@ -145,11 +146,13 @@ pkgbase = mpv-build-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
+ source = https://paste.cachyos.org/42c073b.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = d924c7b3c8e6646fef413e81529be7d6d60f79ac7460621651b9c0f611df9227
pkgname = mpv-build-git
diff --git a/PKGBUILD b/PKGBUILD
index e519d46694f4..afa5d41d7e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=0.36.0.250.g02b49458a3
+pkgver=0.36.0.274.gbe92223157
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -73,6 +73,7 @@ depends=(
'zlib' 'libz.so'
'python'
'hicolor-icon-theme'
+ 'xxhash' 'libxxhash.so'
)
license=('GPL2' 'GPL3' 'LGPL3' 'LGPL2.1' 'BSD')
@@ -103,10 +104,7 @@ provides=(
'mpv'
'libmpv.so'
)
-conflicts=(
- 'mpv'
- 'libmpv.so'
-)
+conflicts=('mpv')
options=('!emptydirs' 'debug')
source=(
'git+https://github.com/mpv-player/mpv-build.git'
@@ -115,6 +113,7 @@ source=(
'git+https://github.com/libass/libass.git'
'git+https://github.com/haasn/libplacebo.git'
'git+https://github.com/fastfloat/fast_float.git'
+ 'https://paste.cachyos.org/42c073b.patch'
)
sha256sums=(
'SKIP'
@@ -123,6 +122,7 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'd924c7b3c8e6646fef413e81529be7d6d60f79ac7460621651b9c0f611df9227'
)
backup=('etc/mpv/encoding-profiles.conf')
@@ -259,6 +259,8 @@ fi
(IFS=$'\n'; echo "${_ffmpeg_options[*]}" > ffmpeg_options )
(IFS=$'\n'; echo "${_mpv_options[*]}" > mpv_options )
+ patch -d ffmpeg -p1 -i "${srcdir}/42c073b.patch"
+
cd libplacebo
git config submodule.3rdparty/fast_float.url "${srcdir}/fast_float"
git -c protocol.file.allow=always submodule update --init \