Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (93abd7d4f21de169233150ce50c641efd957b3d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (93abd7d4f21de169233150ce50c641efd957b3d7)
  • Date: Sun, 4 Dec 2022 15:18:09 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

video-libs/libass/DEPENDS | 17 ++++++++++-------
video-libs/libass/DETAILS | 4 ++--
video-libs/libass/HISTORY | 3 ---
video/ffmpeg5/DETAILS | 1 +
video/ffmpeg5/HISTORY | 4 ++++
video/ffmpeg5/TRIGGERS | 15 ++++++++-------
video/mpv/DETAILS | 1 +
video/mpv/HISTORY | 4 ++++
video/mpv/TRIGGERS | 5 +++--
9 files changed, 33 insertions(+), 21 deletions(-)

New commits:
commit 93abd7d4f21de169233150ce50c641efd957b3d7
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

Revert "video-libs/libass: version 0.17.0"

This reverts commit 013b159d176feaaacc65c0740307f04190f77c28.

libass 0.17.0 is incompatible with ffmpeg5

commit 8c280954447a3b3295eb2c690b53c3e826fc96d1
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

video/ffmpeg5: on cast libunibreak check self

commit 9775f515d754dbb3e6c9ff293cc4e5a01c38305f
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

video/mpv: on cast libunibreak check self

diff --git a/video-libs/libass/DEPENDS b/video-libs/libass/DEPENDS
index 5548a9b..a73ce60 100755
--- a/video-libs/libass/DEPENDS
+++ b/video-libs/libass/DEPENDS
@@ -1,15 +1,18 @@
depends freetype2 &&
-depends fribidi &&
-depends harfbuzz &&
depends libpng &&
-depends PKG-CONFIG &&
+depends fribidi &&

optional_depends fontconfig \
"--enable-fontconfig" \
"--disable-fontconfig" \
"for fontconfig support" &&

-optional_depends libunibreak \
- "--enable-libunibreak" \
- "--disable-libunibreak" \
- "for unicode linebreak support"
+optional_depends enca \
+ "--enable-enca" \
+ "--disable-enca" \
+ "for enca (charset autodetect) support" &&
+
+optional_depends harfbuzz \
+ "--enable-harfbuzz" \
+ "--disable-harfbuzz" \
+ "for HarfBuzz support"
diff --git a/video-libs/libass/DETAILS b/video-libs/libass/DETAILS
index 0d3515e..5f1875d 100755
--- a/video-libs/libass/DETAILS
+++ b/video-libs/libass/DETAILS
@@ -1,9 +1,9 @@
SPELL=libass
- VERSION=0.17.0
+ VERSION=0.16.0
SOURCE="${SPELL}-${VERSION}.tar.xz"

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/releases/download/${VERSION}/${SOURCE}
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:ed8a9264b4ad9fe467ccd647eabe6c7c26fd589d9d579595b145de7abebcd18b49a5d093ce9941c08a82911e2bd3a79eef66119d9805ff7654e0340dc3d1e727
+
SOURCE_HASH=sha512:ada605f5887da06aa1d072a52f8baaba64b62008ccb377560d71d5a030c1f5434d6c60fe39a156e063f553b8a07b4dfe954e4d035036888a629c6e663ce60ba9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/libass/libass";
LICENSE[0]=ISC
diff --git a/video-libs/libass/HISTORY b/video-libs/libass/HISTORY
index d84cae0..5aa4dd4 100644
--- a/video-libs/libass/HISTORY
+++ b/video-libs/libass/HISTORY
@@ -1,6 +1,3 @@
-2022-12-04 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS, DEPENDS: version 0.17.0
-
2022-05-29 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.16.0

diff --git a/video/ffmpeg5/DETAILS b/video/ffmpeg5/DETAILS
index 22b030b..ced3385 100755
--- a/video/ffmpeg5/DETAILS
+++ b/video/ffmpeg5/DETAILS
@@ -1,6 +1,7 @@
SPELL=ffmpeg5
SPELLX=ffmpeg
VERSION=5.1.2
+ PATCHLEVEL=1
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/video/ffmpeg5/HISTORY b/video/ffmpeg5/HISTORY
index e2bb2dc..73be9b5 100644
--- a/video/ffmpeg5/HISTORY
+++ b/video/ffmpeg5/HISTORY
@@ -1,3 +1,7 @@
+2022-12-04 Florian Franzmann <bwlf AT bandrate.org>
+ * TRIGGERS: on cast libunibreak check self
+ * DETAILS: PATCHLEVEL++
+
2022-10-22 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 5.1.2

diff --git a/video/ffmpeg5/TRIGGERS b/video/ffmpeg5/TRIGGERS
index fe55b38..d5bbf70 100755
--- a/video/ffmpeg5/TRIGGERS
+++ b/video/ffmpeg5/TRIGGERS
@@ -1,7 +1,8 @@
-on_cast libass check_self
-on_cast snappy check_self
-on_cast tesseract check_self
-on_cast x264 check_self
-on_cast x265 check_self
-on_cast codec2 check_self
-on_cast dav1d check_self
+on_cast codec2 check_self
+on_cast dav1d check_self
+on_cast libass check_self
+on_cast libunibreak check_self
+on_cast snappy check_self
+on_cast tesseract check_self
+on_cast x264 check_self
+on_cast x265 check_self
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 5f32261..16c3cc8 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -17,6 +17,7 @@ else
SOURCE_HINTS="no-check-certificate"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
+ PATCHLEVEL=1
DOCS="Copyright DOCS/tech-overview.txt DOCS/OUTDATED-tech/*
${DOCS}"
WEB_SITE="https://mpv.io/";
LICENSE[0]="LGPL"
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 47fe1b0..07d9038 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2022-12-04 Florian Franzmann <bwlf AT bandrate.org>
+ * TRIGGERS: on_cast libunibreak check self
+ * DETAILS: PATCHLEVEL++
+
2022-11-12 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: completely switched to meson,
dvbin
feature is available only with gpl=true
diff --git a/video/mpv/TRIGGERS b/video/mpv/TRIGGERS
index 0460893..0e30966 100755
--- a/video/mpv/TRIGGERS
+++ b/video/mpv/TRIGGERS
@@ -1,6 +1,7 @@
-on_cast nvidia_driver check_self
+on_cast dav1d check_self
+on_cast libunibreak check_self
on_cast mesa check_self
+on_cast nvidia_driver check_self
on_cast nvidia_legacy_295xx check_self
on_cast nvidia_legacy_304xx check_self
on_cast nvidia_legacy_340xx check_self
-on_cast dav1d check_self



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (93abd7d4f21de169233150ce50c641efd957b3d7), Florian Franzmann, 12/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page