Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0127f4ad6a0fd6c8d56ac867e1d4cf6c4e9ea982)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0127f4ad6a0fd6c8d56ac867e1d4cf6c4e9ea982)
  • Date: Thu, 4 Sep 2025 08:09:22 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics-libs/poppler/DETAILS | 2 +-
graphics-libs/poppler/HISTORY | 3 +++
video-libs/libbluray/CONFIGURE | 1 +
video-libs/libbluray/DEPENDS | 22 ++++++++++++----------
video-libs/libbluray/DETAILS | 11 ++++++-----
video-libs/libbluray/HISTORY | 4 ++++
6 files changed, 27 insertions(+), 16 deletions(-)

New commits:
commit 0127f4ad6a0fd6c8d56ac867e1d4cf6c4e9ea982
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

poppler: => 25.09.1

commit 400e993b1d1351ac586fc1ff388feeb19b2a2afb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libbluray - meson build

commit 1e0cbc658df303ba2199bb5319832a5559706b98
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libbluray: => 1.4.0

diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index 3a9fa1f..5d45adc 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_URL[0]=git://git.freedesktop.org/git/poppler/poppler:poppler-git
SOURCE_IGNORE=volatile
else
- VERSION=25.08.0
+ VERSION=25.09.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://poppler.freedesktop.org/$SOURCE
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 335fc33..c42938e 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2025-09-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 25,09.1
+
2025-08-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 25.08.0

diff --git a/video-libs/libbluray/CONFIGURE b/video-libs/libbluray/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/video-libs/libbluray/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/video-libs/libbluray/DEPENDS b/video-libs/libbluray/DEPENDS
index bc4b460..338ff03 100755
--- a/video-libs/libbluray/DEPENDS
+++ b/video-libs/libbluray/DEPENDS
@@ -1,11 +1,13 @@
+source $GRIMOIRE/MESON_DEPENDS &&
optional_depends libxml2 \
- "" \
- "--disable-libxml2" \
- "for xml support" &&
-optional_depends JAVA \
- "" \
- "--disable-bdjava --disable-bdjava-jar" \
- "for building with Java" &&
-if is_depends_enabled $SPELL $(get_spell_provider $SPELL JAVA); then
- depends ant
-fi
+ libxml2=enabled \
+ libxml2=disabled \
+ 'for xml support' &&
+optional_depends freetype2 \
+ freetype=enabled \
+ freetype=disabled \
+ 'freetype2 support' &&
+optional_depends fontconfig \
+ fontconfig=enabled \
+ fontconfig=disabled \
+ 'System font support'
diff --git a/video-libs/libbluray/DETAILS b/video-libs/libbluray/DETAILS
index 9fb6e7f..4ad6254 100755
--- a/video-libs/libbluray/DETAILS
+++ b/video-libs/libbluray/DETAILS
@@ -1,10 +1,11 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libbluray
- VERSION=1.1.1
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
-
SOURCE_URL[0]=http://download.videolan.org/pub/videolan/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:0a3bcef06d2a58c51c3d46934c32941ec0606dc9b71fe36f72a6e34ab8113cf72cfb6e2fdd51f23e0a44ccd404323f5ac5c666aa1d839ae16cc775267cbce839
+ VERSION=1.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+
SOURCE_HASH=sha512:7284169b32624e5ca4fd71b260a4cc2921efafb1f63143a562568be45e373bfcbfeac63895d5659ccdcb11d7dbd0236cc46ccb15c12eff855703010e46991f27
+
SOURCE_URL[0]=https://download.videolan.org/pub/videolan/${SPELL}/${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.videolan.org/developers/libbluray.html";
+ WEB_SITE="https://www.videolan.org/developers/libbluray.html";
LICENSE[0]=GPL
ENTERED=20120219
SHORT="a library designed for Blu-Ray Discs playback for media
players"
diff --git a/video-libs/libbluray/HISTORY b/video-libs/libbluray/HISTORY
index 222245d..5f9bcf7 100644
--- a/video-libs/libbluray/HISTORY
+++ b/video-libs/libbluray/HISTORY
@@ -1,3 +1,7 @@
+2025-09-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.0
+ * *: use meson build
+
2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.1.1



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0127f4ad6a0fd6c8d56ac867e1d4cf6c4e9ea982), Treeve Jelbert, 09/04/2025

Archive powered by MHonArc 2.6.24.

Top of Page