Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (74e9fa1bf1cea6a420bde26b57e38f8f5c85b7a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (74e9fa1bf1cea6a420bde26b57e38f8f5c85b7a4)
  • Date: Sat, 30 Jul 2022 01:19:14 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

video/mpv/DEPENDS | 11 +++++++++++
video/mpv/HISTORY | 3 +++
2 files changed, 14 insertions(+)

New commits:
commit 74e9fa1bf1cea6a420bde26b57e38f8f5c85b7a4
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

video/mpv: added optional libplacebo and vulkan-loader dependencies for
scm branch

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 7bef65a..8c24624 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -76,6 +76,17 @@ if [[ "${MPV_BRANCH}" == "scm" ]]; then
# "sixel=disabled" \
# "for Sixel support" &&

+ optional_depends libplacebo \
+ "libplacebo=enabled" \
+ "libplacebo=disabled" \
+ "for libplacebo support" &&
+ if is_depends_enabled ${SPELL} libplacebo; then
+ optional_depends vulkan-loader \
+ "vulkan=enabled" \
+ "vulkan=disabled" \
+ "for Vulkan context support"
+ fi &&
+
optional_depends libva \
"vaapi=enabled" \
"vaapi=disabled" \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 8fc59c3..5fd25f4 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2022-07-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional libplacebo and vulkan-loader for scm branch
+
2022-07-28 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL, PRE_BUILD, PREPARE:
added
scm branch which is using meson like build system, hence mesonified
almost



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (74e9fa1bf1cea6a420bde26b57e38f8f5c85b7a4), Pavel Vinogradov, 07/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page