From 84d7c5e06639a9bcbf66ae744833b34422e478a6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 3 Mar 2023 07:33:54 +0000 Subject: gentoo auto-resync : 03:03:2023 - 07:33:53 --- media-video/mpv/mpv-9999.ebuild | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'media-video/mpv/mpv-9999.ebuild') diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 34293c859ac9..74cbb75b987a 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) PYTHON_COMPAT=( python3_{9..11} ) -inherit edo flag-o-matic lua-single meson optfeature pax-utils python-single-r1 xdg +inherit flag-o-matic lua-single meson optfeature pax-utils python-single-r1 xdg if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -243,29 +243,6 @@ src_configure() { meson_src_configure } -src_test() { - # https://github.com/mpv-player/mpv/blob/master/DOCS/man/options.rst#debugging - local tests=($("${BUILD_DIR}"/mpv --no-config --unittest=help | tail -n +2; assert)) - (( ${#tests[@]} )) || die "failed to gather any tests" - - local skip=( - all-simple - - # fails on non-issue minor inconsistencies (bug #888639) - img_format - repack_sws - ) - - local test - for test in "${tests[@]}"; do - [[ ${test} == @($(IFS='|'; echo "${skip[*]}")) ]] || - edo "${BUILD_DIR}"/mpv -v --no-config --unittest="${test}" - done - - # currently only does basic libmpv testing, do in addition to --unittest - meson_src_test -} - src_install() { meson_src_install -- cgit v1.2.3