summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-09-23Update to version 0.39.0Daniel Bermond
2024-04-18Update to version 0.38.0Daniel Bermond
2024-01-08Update dependenciesDaniel Bermond
libplacebo-git is not needed anymore as libplacebo in the official repositories was updated and now meets the mpv requirements.
2023-11-21Update to version 0.37.0Daniel Bermond
2023-07-24Update to version 0.36.0Daniel Bermond
2023-02-21Update dependenciesDaniel Bermond
This matches[1] the repository package. [1] https://github.com/archlinux/svntogit-packages/commit/613f3176386e14d7115ced7361a2705fce41e3e5
2023-01-29Update to version 0.35.1Daniel Bermond
Also switch waf to meson, as waf is now deprecated[1] by upstream. [1] https://github.com/mpv-player/mpv/commit/3858a8102bdeb40120dc1a426db38d84e8f39afd
2022-11-13Update to version 0.35.0Daniel Bermond
2022-03-24Temporarily disable testsDaniel Bermond
Looks like the tests does not work with the current ffmpeg 5.0, as they pass fine on mpv-full-git (which uses ffmpeg-git).
2022-01-03Update to version 0.34.1Daniel Bermond
2021-11-02Update to version 0.34.0Daniel Bermond
2021-08-10Update checksumsDaniel Bermond
Looks like the github keeps changing the generated patches files.
2021-07-30Update checksumsDaniel Bermond
2021-04-28Update patch checksumDaniel Bermond
2021-04-07Update to version 0.33.1Daniel Bermond
2021-01-23Add fix for libplaceboDaniel Bermond
2020-11-23Update to version 0.33.0Daniel Bermond
2020-01-28Updated to version 0.32.0Daniel Bermond
2020-01-03Updated to version 0.31.0Daniel Bermond
2019-11-03Updated to version 0.30.0Daniel Bermond
2019-09-14Add testsDaniel Bermond
2019-06-14Drop i686 architecture support. Cosmetic changes.Daniel Bermond
2018-11-15depends: switch shaderc-git to shaderc (now on the official repos)Daniel Bermond
2018-11-10Use https for urlDaniel Bermond
2018-10-26FixesDaniel Bermond
2018-10-03Updated to version 0.29.1Daniel Bermond
2018-07-23Updated to version 0.29.0Daniel Bermond
2018-05-12depends: switch back ffmpeg-git to ffmpegDaniel Bermond
ffmpeg 4.0 was released on the official repositories and mpv builds fine with it. No need for ffmpeg git master for the time being. We can now also switch back vapoursynth-git to vapoursynth. Also on this commit: - depends: move sndio to the official repositories block, since it is now on the repos. References ---------- https://aur.archlinux.org/cgit/aur.git/commit/?h=mpv-full&id=8c12ad23797c0e34983b73a077700a0e62d7aa03
2018-05-11Fix build (cuda check) when using ffmpeg git masterDaniel Bermond
The current code on ffmpeg git master adds CUstream to cuda hardware context, which breaks the cuda configure check on mpv 0.28.2. Now fixed with a patch. References ---------- https://github.com/mpv-player/mpv/issues/5813 https://github.com/mpv-player/mpv/pull/5814 https://github.com/mpv-player/mpv/commit/1b19ba6c57c9adabed2bbb22b6c0c231c44d0af4
2018-03-13makedepends: switch back to vulkan-headers (fixed by repo package)Daniel Bermond
vulkan-headers 1:1.1.70-3 now provides the needed file vulkan_wayland.h and other files included by vulkan.h. No more need for vulkan-validation-layers. References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/vulkan-docs&id=55c21f5ddccc108d6570134ad8ae8fe805318efb
2018-03-12makedepends: switch vulkan-headers to vulkan-validation-layersDaniel Bermond
This is needed due to an upstream change in vulkan headers from Khronos. Now the file /usr/include/vulkan/vulkan.h from package vulkan-headers needs the file /usr/include/vulkan/vulkan_wayland.h from package vulkan-validation-layers. Since vulkan-headers is a dependency of vulkan-validation-layers, including just the later will bring everything needed. References: ----------- https://github.com/KhronosGroup/Vulkan-Docs/commit/ce60b9c88745ecded74296dfbe69dae7c1fb2e62#diff-2576254f740297bbaae7b08c63fbf9c4
2018-02-14Updated to version 0.28.2Daniel Bermond
2018-02-10Updated to version 0.28.1Daniel Bermond
2018-01-16Updated to version 0.28.0Daniel Bermond
Official repositories is taking too long to provide a solution to the need of ffmpeg-git in version 0.28.0. Let's just depend on ffmpeg-git here (this also implies in depending on vapoursynth-git).
2017-11-17libva 2.0 and EOF fixesDaniel Bermond
2017-10-20ffmpeg 3.4 rebuildDaniel Bermond
2017-10-12Remove ffmpeg-full dependencyDaniel Bermond
It seems that a ffmpeg build compiled with cuda support (like ffmpeg-full) is not needed at all for giving cuda suppport in mpv. It compiles fine with --enable-cuda-hwaccel when using ffmpeg from the official repositories. And the resulting mpv binary can play videos with cuda hwaccel decoding, needing just nvidia-utils (libcuda.so) to be installed for this. Note that nvidia-340xx-utils and nvidia-304xx-utils provides nvidia-utils (libcuda.so) for legacy nvidia users. Not even the cuda package is needed for playing videos with cuda hwaccel decoding. This change can be reviewed if something breaks or does not behave like the expected.
2017-09-13Updated to version 0.27.0Daniel Bermond
2017-09-13Fix: support multiple opengl backendsDaniel Bermond
References ---------- https://github.com/mpv-player/mpv/pull/4384 https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/mpv&id=dbb1ff2c59438347748bfccf2afa0de0a4d3fc80 https://bugs.archlinux.org/task/53962
2017-08-08Cosmetic changingsDaniel Bermond
2017-08-08depends: removed duplicated entriesDaniel Bermond
Note: uchardet now belongs to the official repositories block as it has entered in the [extra] official repository.
2017-08-08license: changed to GPL3Daniel Bermond
Building mpv with Samba support makes it GPLv3+. References: ----------- https://github.com/mpv-player/mpv/blob/6087f63003351812996823877a4abbd51a1f9530/Copyright#L31-L32 https://github.com/mpv-player/mpv/blob/6087f63003351812996823877a4abbd51a1f9530/wscript#L297
2017-07-18Updated to version 0.26.0Daniel Bermond
2017-07-16Recent toolchain changes rebuildDaniel Bermond
Packages that uses hardening-wrapper will need a rebuild without it since it is being dropped from official repositories due to recent toolchain changes (PIE and SSP enabled by default in gcc). Although hardening-wrapper was not being used in this package it seems a good practice to rebuild against the recent toolchain changes. References: ----------- https://lists.archlinux.org/pipermail/arch-dev-public/2017-July/028909.html https://www.archlinux.org/todo/hardening-wrapper-removal/
2017-06-17ffmpeg 3.3.2-3 / openh264 1.7.0 rebuildDaniel Bermond
2017-06-17Cosmetic changingsDaniel Bermond
2017-06-02makedepends: removed gitDaniel Bermond
2017-05-31depends_x86_64: changed ffmpeg dependency from ffmpeg-full-git to ffmpeg-fullDaniel Bermond
Using a ffmpeg stable release is more confortable for the user point of view. Also, using ffmpeg-full is a bit less restrictive.
2017-05-08ffmpeg-full-git / libcdio-paranoia 10.2+0.94+1 rebuildDaniel Bermond
2017-04-30ffmpeg-full-git rebuild (opencv 3.2.0-3 / libwebp 0.6.0 rebuild)Daniel Bermond