Skip to Content.
Sympa Menu

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

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 (96cba56044bbecde792e93c7ad36003afc40557b)
  • Date: Wed, 22 Nov 2023 02:46:47 +0000

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

video/mpv/DEPENDS | 9 ++-------
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 6 +++++-
3 files changed, 9 insertions(+), 10 deletions(-)

New commits:
commit 96cba56044bbecde792e93c7ad36003afc40557b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: version 0.37.0

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 2c915b5..6c2687c 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -2,15 +2,10 @@
depends perl &&
depends LIBAVCODEC &&
depends libass &&
+depends libplacebo &&

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

optional_depends LUA \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index a112bce..5524e5d 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -9,8 +9,8 @@ if [[ "${MPV_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION="0.36.0"
-
SOURCE_HASH="sha512:51f455a425ea5aac47acb3582d0f958a34248a2290a8d6887d22bcb9385fe8d1ab5d7f09d5408cfecfb73c1ec85d1b8ec8958e45a4941d3f711a2e580187472f"
+ VERSION="0.37.0"
+
SOURCE_HASH="sha512:a2f7fb3837312ec59c50427af7be3b2b1b6175a53ccc7463e81503284fc4047dff32cb105d665d80be77ee1ae775d4512b71584f324d6d202c9a7fc1fab53257"
SECURITY_PATCH="3"
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz";
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index da7f173..c48c851 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,4 +1,8 @@
-2023-10-23 Pavel Vinogradov <public AT sorcemage.org>
+2023-11-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.37.0
+ * DEPENDS: libplacebo is now required for all branches
+
+2023-10-23 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: libplacebo is required for scm branch

2023-08-26 Ismael Luceno <ismael AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (96cba56044bbecde792e93c7ad36003afc40557b), Pavel Vinogradov, 11/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page