commit:     ad85aede566131748cdc6fbfc7e2a97930b26f56
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 17:29:09 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 18:27:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad85aede

media-video/mpv: add 0.35.1

bugfix-only release with cherry picks from master, so likely
won't wait very long to stable it

wrt bug #889178, upstream has added an automated mode used
by default so it doesn't enable DR when it's not benefical

meson_src_test addition didn't make in this version,
so keeping tests unchanged from 0.35.0

Closes: https://bugs.gentoo.org/889178
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-video/mpv/Manifest          |   1 +
 media-video/mpv/mpv-0.35.1.ebuild | 297 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 298 insertions(+)

diff --git a/media-video/mpv/Manifest b/media-video/mpv/Manifest
index 15de9c1bc027..17ec75c9053d 100644
--- a/media-video/mpv/Manifest
+++ b/media-video/mpv/Manifest
@@ -1,3 +1,4 @@
 DIST mpv-0.34.1.tar.gz 3288356 BLAKE2B 
c0e5dc3cd23307449a526bd2cf0df5d870322aa1914a139784fd50d77274d42648a769ee4da3ba74e34a7a080700a5740dae13ed0827df1b3cfef36846f983ab
 SHA512 
77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e
 DIST mpv-0.35.0.tar.gz 3365752 BLAKE2B 
9b8dca943fc60a68f8474549d75c021dd9157195253c5ec09721969e500b2756c033e86975499f5632f0c943ac7bb54699f47340f0dee73d7284668d4419b17f
 SHA512 
d5c1f734057f6b6c27e7f59de43cf7c0e7f813d842b8c7fd2ae1073dbe649c8187b7686df4efe928db2952e9f1efc171245e6f8780c1d9f174f4d7abff1e073a
+DIST mpv-0.35.1.tar.gz 3367913 BLAKE2B 
706a2031a2ca973eb3a092ec7f62ba40ca4dfd78e3ffe5d6e432486b0018852b034152a21805be594054178ccb17856dafe2b860cddcc22d27df895d163871de
 SHA512 
42f3564a9ed4d972d14b2c697b0163f06a8bb68a0606a86c34935181247c783e3cb62286b445799998def0919fb13fce8b8f6453f82652d5bfaea5929119127a
 DIST waf-2.0.22 104880 BLAKE2B 
6cae9e764712012ef97f790c723b86a2603dc64e9bafcec02c5251dbc1b23ec629db26c02eee2a72a77cf70c11d2729a626ea71f3cb50a6281257fd6f63eadf0
 SHA512 
4156cefa65b7e6349ddb1ca643bbdf3e4444449d137e5f595535564271d521362291f257765329015671584ac2c596a0ad98cfdbd621f5d5352141a55d384292

diff --git a/media-video/mpv/mpv-0.35.1.ebuild 
b/media-video/mpv/mpv-0.35.1.ebuild
new file mode 100644
index 000000000000..b3fb03958f57
--- /dev/null
+++ b/media-video/mpv/mpv-0.35.1.ebuild
@@ -0,0 +1,297 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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
+
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
+else
+       SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux"
+fi
+
+DESCRIPTION="Media player for the command line"
+HOMEPAGE="https://mpv.io/";
+
+LICENSE="LGPL-2.1+ GPL-2+ BSD ISC MIT" #506946
+SLOT="0/2" # soname
+IUSE="
+       +X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb
+       dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv
+       +libplacebo +lua mmal nvenc openal opengl pipewire pulseaudio
+       raspberry-pi rubberband sdl selinux sixel sndio test tools +uchardet
+       vaapi vdpau vulkan wayland +xv zimg zlib"
+REQUIRED_USE="
+       ${PYTHON_REQUIRED_USE}
+       || ( cli libmpv )
+       egl? ( || ( X drm wayland ) )
+       libplacebo? ( || ( egl opengl vulkan ) )
+       lua? ( ${LUA_REQUIRED_USE} )
+       nvenc? ( || ( egl opengl vulkan ) )
+       opengl? ( || ( X aqua ) )
+       test? ( cli )
+       tools? ( cli )
+       uchardet? ( iconv )
+       vaapi? (
+               || ( X egl libplacebo wayland )
+               wayland? ( drm )
+       )
+       vdpau? ( X )
+       vulkan? ( || ( X wayland ) libplacebo )
+       xv? ( X )"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+       media-libs/libass:=[fontconfig]
+       media-video/ffmpeg:=[encode,threads,vaapi?,vdpau?]
+       X? (
+               x11-libs/libX11
+               x11-libs/libXScrnSaver
+               x11-libs/libXext
+               x11-libs/libXinerama
+               x11-libs/libXpresent
+               x11-libs/libXrandr
+               xv? ( x11-libs/libXv )
+       )
+       alsa? ( media-libs/alsa-lib )
+       archive? ( app-arch/libarchive:= )
+       bluray? ( media-libs/libbluray:= )
+       cdda? (
+               dev-libs/libcdio-paranoia:=
+               dev-libs/libcdio:=
+       )
+       drm? (
+               media-libs/mesa[gbm(+)]
+               x11-libs/libdrm
+       )
+       dvd? (
+               media-libs/libdvdnav
+               media-libs/libdvdread:=
+       )
+       egl? ( media-libs/libglvnd )
+       gamepad? ( media-libs/libsdl2[joystick] )
+       iconv? (
+               virtual/libiconv
+               uchardet? ( app-i18n/uchardet )
+       )
+       jack? ( virtual/jack )
+       javascript? ( dev-lang/mujs:= )
+       jpeg? ( media-libs/libjpeg-turbo:= )
+       lcms? ( media-libs/lcms:2 )
+       libcaca? ( media-libs/libcaca )
+       libplacebo? (
+               >=media-libs/libplacebo-4.202:=[opengl?,vulkan?]
+               egl? ( media-libs/libplacebo[opengl] )
+       )
+       lua? ( ${LUA_DEPS} )
+       openal? ( media-libs/openal )
+       opengl? ( media-libs/libglvnd[X?] )
+       pipewire? ( media-video/pipewire:= )
+       pulseaudio? ( media-libs/libpulse )
+       raspberry-pi? ( media-libs/raspberrypi-userland )
+       rubberband? ( media-libs/rubberband )
+       sdl? ( media-libs/libsdl2[sound,threads,video] )
+       sixel? ( media-libs/libsixel )
+       sndio? ( media-sound/sndio:= )
+       vaapi? ( media-libs/libva:=[X?,drm(+)?,wayland?] )
+       vdpau? ( x11-libs/libvdpau )
+       vulkan? (
+               media-libs/shaderc
+               media-libs/vulkan-loader[X?,wayland?]
+       )
+       wayland? (
+               dev-libs/wayland
+               dev-libs/wayland-protocols
+               x11-libs/libxkbcommon
+       )
+       zimg? ( media-libs/zimg )
+       zlib? ( sys-libs/zlib:= )"
+RDEPEND="
+       ${COMMON_DEPEND}
+       selinux? ( sec-policy/selinux-mplayer )
+       tools? ( ${PYTHON_DEPS} )"
+DEPEND="
+       ${COMMON_DEPEND}
+       X? ( x11-base/xorg-proto )
+       dvb? ( virtual/linuxtv-dvb-headers )
+       nvenc? ( media-libs/nv-codec-headers )
+       wayland? ( dev-libs/wayland-protocols )"
+BDEPEND="
+       ${PYTHON_DEPS}
+       virtual/pkgconfig
+       cli? ( dev-python/docutils )
+       wayland? ( dev-util/wayland-scanner )"
+
+pkg_setup() {
+       use lua && lua-single_pkg_setup
+       python-single-r1_pkg_setup
+}
+
+src_configure() {
+       if use !debug; then
+               if use test; then
+                       einfo "Skipping -DNDEBUG due to USE=test"
+               else
+                       append-cppflags -DNDEBUG # treated specially
+               fi
+       fi
+
+       if use raspberry-pi; then
+               append-cflags -I"${ESYSROOT}"/opt/vc/include
+               append-ldflags -L"${ESYSROOT}"/opt/vc/lib
+       fi
+
+       mpv_feature_multi() {
+               local use set
+               for use in ${1} ${2}; do
+                       use ${use} || set=disabled
+               done
+               echo -D${3-${2}}=${set-enabled}
+       }
+
+       local emesonargs=(
+               $(meson_use cli cplayer)
+               $(meson_use libmpv)
+               $(meson_use test tests)
+
+               $(meson_feature cli html-build)
+               $(meson_feature cli manpage-build)
+               -Dpdf-build=disabled
+
+               -Dbuild-date=false
+
+               # misc options
+               $(meson_feature archive libarchive)
+               $(meson_feature bluray libbluray)
+               $(meson_feature cdda)
+               -Dcplugins=enabled
+               $(meson_feature dvb dvbin)
+               $(meson_feature dvd dvdnav)
+               $(meson_feature gamepad sdl2-gamepad)
+               $(meson_feature iconv)
+               $(meson_feature javascript)
+               -Dlibavdevice=enabled
+               $(meson_feature lcms lcms2)
+               -Dlua=$(usex lua "${ELUA}" disabled)
+               $(meson_feature rubberband)
+               -Dsdl2=$(use gamepad || use sdl && echo enabled || echo 
disabled) #857156
+               $(meson_feature uchardet)
+               -Dvapoursynth=disabled # only available in overlays
+               $(meson_feature zimg)
+               $(meson_feature zlib)
+
+               # audio output
+               $(meson_feature alsa)
+               $(meson_feature coreaudio)
+               $(meson_feature jack)
+               $(meson_feature openal)
+               $(meson_feature pipewire)
+               $(meson_feature pulseaudio pulse)
+               $(meson_feature sdl sdl2-audio)
+               $(meson_feature sndio)
+
+               # video output
+               $(meson_feature X x11)
+               $(meson_feature aqua cocoa)
+               $(meson_feature drm)
+               $(meson_feature drm gbm)
+               $(meson_feature jpeg)
+               $(meson_feature libcaca caca)
+               $(meson_feature libplacebo)
+               $(meson_feature mmal rpi-mmal)
+               $(meson_feature sdl sdl2-video)
+               $(meson_feature sixel)
+               $(meson_feature wayland)
+               $(meson_feature xv)
+
+               -Dgl=$(use egl || use libmpv || use opengl || use raspberry-pi 
&&
+                       echo enabled || echo disabled)
+               $(meson_feature egl)
+               $(mpv_feature_multi egl X egl-x11)
+               $(mpv_feature_multi egl drm egl-drm)
+               $(mpv_feature_multi egl wayland egl-wayland)
+               $(meson_feature libmpv plain-gl)
+               $(mpv_feature_multi opengl X gl-x11)
+               $(mpv_feature_multi opengl aqua gl-cocoa)
+               $(meson_feature raspberry-pi rpi)
+
+               $(meson_feature vulkan)
+               $(meson_feature vulkan shaderc)
+
+               # hardware decoding
+               $(meson_feature nvenc cuda-hwaccel)
+               $(meson_feature nvenc cuda-interop)
+
+               $(meson_feature vaapi)
+               $(mpv_feature_multi vaapi X vaapi-x11)
+               $(mpv_feature_multi 'vaapi X' egl vaapi-x-egl)
+               $(mpv_feature_multi 'vaapi egl' drm vaapi-drm)
+               $(mpv_feature_multi 'vaapi egl' wayland vaapi-wayland)
+
+               $(meson_feature vdpau)
+               $(mpv_feature_multi vdpau opengl vdpau-gl-x11)
+
+               $(mpv_feature_multi aqua opengl videotoolbox-gl)
+       )
+
+       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
+}
+
+src_install() {
+       meson_src_install
+
+       if use lua; then
+               insinto /usr/share/${PN}
+               doins -r TOOLS/lua
+
+               if use cli && use lua_single_target_luajit; then
+                       pax-mark -m "${ED}"/usr/bin/${PN}
+               fi
+       fi
+
+       if use tools; then
+               dobin TOOLS/{mpv_identify.sh,umpv}
+               newbin TOOLS/idet.sh mpv_idet.sh
+               python_fix_shebang "${ED}"/usr/bin/umpv
+       fi
+
+       if use cli; then
+               dodir /usr/share/doc/${PF}/html
+               mv "${ED}"/usr/share/doc/{mpv,${PF}/html}/mpv.html || die
+               mv "${ED}"/usr/share/doc/{mpv,${PF}/examples} || die
+       fi
+
+       local GLOBIGNORE=*/*build*:*/*policy*
+       dodoc RELEASE_NOTES DOCS/*.{md,rst}
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+
+       optfeature "URL support with USE=lua" net-misc/yt-dlp
+}

Reply via email to