Date: Thursday, April 20, 2023 @ 14:03:50 Author: antiz Revision: 1447779
upgpkg: mpv 1:0.35.1-5: Add libcaca dependency back (FS#72722) Modified: mpv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-20 14:00:44 UTC (rev 1447778) +++ PKGBUILD 2023-04-20 14:03:50 UTC (rev 1447779) @@ -1,4 +1,5 @@ # Maintainer: Christian Hesse <[email protected]> +# Maintainer: Robin Candau <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Eivind Uggedal <[email protected]> @@ -6,7 +7,7 @@ epoch=1 _tag='5ae02ccad10542a74b397e39800ec01def0db4e1' # git rev-parse v${pkgver} pkgver=0.35.1 -pkgrel=4 +pkgrel=5 pkgdesc='a free, open source, and cross-platform media player' arch=('x86_64') # We link against libraries that are licensed GPLv3 explicitly, so our @@ -22,7 +23,7 @@ 'libva' 'libva.so' 'libva-drm.so' 'libva-wayland.so' 'libva-x11.so' 'libvdpau' 'libx11' 'libxext' 'libxinerama' 'libxkbcommon' 'libxkbcommon.so' 'libxpresent' 'libxrandr' 'libxss' 'libxv' 'luajit' 'mesa' 'mujs' 'libpipewire' 'rubberband' 'librubberband.so' 'shaderc' - 'libshaderc_shared.so' 'uchardet' 'vulkan-icd-loader' 'wayland' 'zlib') + 'libshaderc_shared.so' 'uchardet' 'vulkan-icd-loader' 'wayland' 'zlib' 'libcaca') makedepends=('git' 'meson' 'python-docutils' 'ladspa' 'wayland-protocols' 'ffnvcodec-headers' 'vulkan-headers') optdepends=('yt-dlp: for video-sharing websites playback' @@ -47,7 +48,6 @@ -Dlibmpv=true - -Dcaca=disabled -Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
