diff options
author | 2021-03-04 16:46:53 +0100 | |
---|---|---|
committer | 2021-03-04 16:35:07 +0000 | |
commit | b24c693a6a0ecb86afdd23d240645a40bc313d06 (patch) | |
tree | f36729a0433dd275238efb6524f47f49c50852eb | |
parent | d0f031779e6fde33bfce2992225ecb1d60d2619d (diff) | |
download | media-master.tar.gz media-master.tar.xz |
-rw-r--r-- | packages/media-libs/libplacebo/libplacebo-3.104.0.exheres-0 (renamed from packages/media-libs/libplacebo/libplacebo-2.72.2.exheres-0) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/media-libs/libplacebo/libplacebo-2.72.2.exheres-0 b/packages/media-libs/libplacebo/libplacebo-3.104.0.exheres-0 index e877f9c9..143af55e 100644 --- a/packages/media-libs/libplacebo/libplacebo-2.72.2.exheres-0 +++ b/packages/media-libs/libplacebo/libplacebo-3.104.0.exheres-0 @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 require gitlab [ prefix='https://code.videolan.org' user='videolan' tag=v${PV} suffix=tar.bz2 ] +require python [ blacklist=2 multibuild=false ] require meson SUMMARY="the core rendering algorithms and ideas of mpv turned into a library" @@ -18,6 +19,9 @@ MYOPTIONS=" " DEPENDENCIES=" + build: + dev-python/Mako[python_abis:*(-)?] + virtual/pkg-config build+run: sys-libs/vulkan-headers[>=1.0.42] sys-libs/vulkan-loader[>=1.0.42] @@ -30,6 +34,8 @@ DEPENDENCIES=" providers:glslang? ( dev-lang/glslang[>=7.8.2850] [[ note = [ PATCH_LEVEL 2763 ] ]] ) + test: + media/ffmpeg " MESON_SRC_CONFIGURE_PARAMS=( |