Skip to Content.
Sympa Menu

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

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 (9fe6a6469abdb74884ff2dc0a8ec86c658e4d6b0)
  • Date: Mon, 23 Oct 2023 23:56:25 +0000

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

video/mpv/DEPENDS | 12 +++++++-----
video/mpv/HISTORY | 3 +++
2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 9fe6a6469abdb74884ff2dc0a8ec86c658e4d6b0
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: libplacebo is required for scm branch

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 1d6356f..2c915b5 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -4,7 +4,13 @@ depends LIBAVCODEC &&
depends libass &&

if [[ "${MPV_BRANCH}" == "scm" ]]; then
- depends git
+ depends git &&
+ depends libplacebo
+else
+ optional_depends libplacebo \
+ "libplacebo=enabled" \
+ "libplacebo=disabled" \
+ "for libplacebo support"
fi &&

optional_depends LUA \
@@ -78,10 +84,6 @@ optional_depends libcaca \
# "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" \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 357adba..da7f173 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2023-10-23 Pavel Vinogradov <public AT sorcemage.org>
+ * DEPENDS: libplacebo is required for scm branch
+
2023-08-26 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: fixed build failure with sdl2 disabled; disable all sdl2
features



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9fe6a6469abdb74884ff2dc0a8ec86c658e4d6b0), Pavel Vinogradov, 10/23/2023

Archive powered by MHonArc 2.6.24.

Top of Page