summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInochi Amaoto2024-02-09 09:15:43 +0800
committerInochi Amaoto2024-02-09 09:15:43 +0800
commite78fc01e41a02cd4117cc80b8ee66fd96341c3f7 (patch)
tree785213a51a4d7dc15dcffa8f4117bc30899e5406
parent965f54cffe254fc205c8ad59a2690211bc5ddbc1 (diff)
downloadaur-e78fc01e41a02cd4117cc80b8ee66fd96341c3f7.tar.gz
bump
Signed-off-by: Inochi Amaoto <libraryindexsky@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a416e04186..8dcb742acd47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-build-git
pkgdesc = Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )
- pkgver = 0.37.0.r56.g67aa568437
+ pkgver = 0.37.0.r268.ga45518cf57
pkgrel = 1
url = http://mpv.io
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 37fe8a783816..d2eaa72f68cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.37.0.r56.g67aa568437
+pkgver=0.37.0.r268.ga45518cf57
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )"
arch=('x86_64')
@@ -242,8 +242,6 @@ _prepare_ffnvcodec() {
make PREFIX=/usr -C "${srcdir}/ffnvcodec"
make PREFIX=/usr DESTDIR="${srcdir}" -C "${srcdir}/ffnvcodec" install
sed -i "s|=/usr|=${srcdir}/usr|g" "${srcdir}/usr/lib/pkgconfig/ffnvcodec.pc"
-
- export PKG_CONFIG_PATH=${srcdir}/usr/lib/pkgconfig
}
prepare() {
@@ -437,7 +435,6 @@ prepare() {
'-Dgl-dxinterop=disabled'
'-Dgl-win32=disabled'
'-Djpeg=enabled'
- '-Drpi=disabled'
'-Dsdl2-video=enabled'
'-Dshaderc=disabled'
'-Dplain-gl=enabled'
@@ -459,7 +456,6 @@ prepare() {
'-Dd3d9-hwaccel=disabled'
'-Dgl-dxinterop-d3d9=disabled'
'-Dios-gl=disabled'
- '-Drpi-mmal=auto'
'-Dvideotoolbox-gl=disabled'
'-Dvideotoolbox-pl=disabled'
@@ -543,6 +539,8 @@ prepare() {
}
build() {
+ export PKG_CONFIG_PATH=${srcdir}/usr/lib/pkgconfig
+
cd mpv-build
if [ -d /opt/cuda ]; then
sed -i 's|scripts/mpv-config|sed \-i "s\|-lavfilter\|-L/opt/cuda/targets/x86_64-linux/lib/ -lavfilter\|" build_libs/lib/pkgconfig/libavfilter.pc\nscripts/mpv-config|' "${srcdir}/mpv-build/build"