From ae5d64960b298fa325649fbbd3898ee95f8c6567 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 12 Feb 2022 20:45:54 +0100 Subject: extra/gstreamer: more fixes not to build svthevcenc and msdk stuff --- extra/gstreamer/PKGBUILD | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'extra/gstreamer') diff --git a/extra/gstreamer/PKGBUILD b/extra/gstreamer/PKGBUILD index ccfde6b2..5803f5a7 100644 --- a/extra/gstreamer/PKGBUILD +++ b/extra/gstreamer/PKGBUILD @@ -1,3 +1,11 @@ +# change URLs +eval "$( + declare -f build | \ + sed ' + s|https://www.archlinux.org/|https://www.archlinux32.org/|g + ' +)" + # svt-hevc is blacklisted makedepends=(${makedepends[@]//svt-hevc/}) @@ -5,8 +13,7 @@ eval "$( declare -f build | \ sed ' /local meson_options.*/ a \ - meson_options+=(-D svthevcenc=disabled) - s|https://www.archlinux.org/|https://www.archlinux32.org/|g + meson_options+=(-D gst-plugins-bad:svthevcenc=disabled) ' declare -f package_gst-plugins-bad | \ sed ' @@ -18,6 +25,15 @@ eval "$( ' )" +#gstreamer/subprojects/gst-plugins-bad/sys/msdk/meson.build:86:4: ERROR: Problem encountered: msdk plugin enabled but the Intel Media SDK or the oneVPL SDK not found: consider setting PKG_CONFIG_PATH, INTELMEDIASDKROOT or MFX_HOME +eval "$( + declare -f build | \ + sed ' + /local meson_options.*/ a \ + meson_options+=(-D gst-plugins-bad:msdk=disabled) + ' +)" + # disabled testing for now, takes to long (the developers think) # 99%: Checks: 105, Failures: 0, Errors: 1 # ../gst-plugins-base/tests/check/elements/appsrc.c:443:E:general:test_appsrc_blocked_on_caps:0: (after this point) Test timeout expired -- cgit v1.2.3-54-g00ecf