Skip to Content.
Sympa Menu

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

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 (3f732f61aee8584f2a7a930ce808556db1a6abd4)
  • Date: Tue, 23 Aug 2022 22:19:31 +0000

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

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

New commits:
commit 3f732f61aee8584f2a7a930ce808556db1a6abd4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: scm branch needs git (obviously)

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 8c24624..265f413 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -5,6 +5,8 @@ depends libass &&
if [[ "${MPV_BRANCH}" == "scm" ]]; then
. "${GRIMOIRE}/MESON_DEPENDS" &&

+ depends git &&
+
optional_depends LUA \
"lua=enabled" \
"lua=disabled" \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 5fd25f4..d10136d 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2022-08-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added git for scm branch (obviously)
+
2022-07-29 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: added optional libplacebo and vulkan-loader for scm branch




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3f732f61aee8584f2a7a930ce808556db1a6abd4), Pavel Vinogradov, 08/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page