Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f7e39967aed69381892a4745251a1d06d22b8e0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <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 Ismael Luceno (f7e39967aed69381892a4745251a1d06d22b8e0d)
  • Date: Mon, 6 Jan 2025 15:57:40 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/taglib/BUILD | 2 +-
audio-libs/taglib/HISTORY | 3 +++
audio-soft/easytag/DEPENDS | 2 +-
audio-soft/easytag/HISTORY | 3 +++
gnome3-libs/libgda5/DETAILS | 3 +--
gnome3-libs/libgda5/HISTORY | 3 +++
6 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit f7e39967aed69381892a4745251a1d06d22b8e0d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libgda5: Remove BRANCH variable

commit 1ceb13cc6438a315d78cc3e7b3350aa7832d7cb2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

easytag: Fix dependency on taglib

The MP4 sub-dependency is gone.

commit 7c05f1ddd68c171f1dfa510c33176d2c729d5202
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

taglib: Fix typo in variable assignment

diff --git a/audio-libs/taglib/BUILD b/audio-libs/taglib/BUILD
index de28ac3..7e75434 100755
--- a/audio-libs/taglib/BUILD
+++ b/audio-libs/taglib/BUILD
@@ -1,3 +1,3 @@
OPTS+=" -DBUILD_BINDINGS=0" &&
-OPTS=" -DBUILD_SHARED_LIBS=1" &&
+OPTS+=" -DBUILD_SHARED_LIBS=1" &&
cmake_build
diff --git a/audio-libs/taglib/HISTORY b/audio-libs/taglib/HISTORY
index 476c6d4..1c55307 100644
--- a/audio-libs/taglib/HISTORY
+++ b/audio-libs/taglib/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed typo in variable assignment
+
2024-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.1

diff --git a/audio-soft/easytag/DEPENDS b/audio-soft/easytag/DEPENDS
index bc40adc..34568b2 100755
--- a/audio-soft/easytag/DEPENDS
+++ b/audio-soft/easytag/DEPENDS
@@ -58,7 +58,7 @@ optional_depends gettext \
"--disable-nls" \
"Enable nls support" &&

-optional_depends -sub MP4 taglib \
+optional_depends taglib \
"--enable-mp4" \
"--disable-mp4" \
"for MP4 files support" &&
diff --git a/audio-soft/easytag/HISTORY b/audio-soft/easytag/HISTORY
index af26e47..caaddd2 100644
--- a/audio-soft/easytag/HISTORY
+++ b/audio-soft/easytag/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed taglib dependency
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)

diff --git a/gnome3-libs/libgda5/DETAILS b/gnome3-libs/libgda5/DETAILS
index f486e01..c379138 100755
--- a/gnome3-libs/libgda5/DETAILS
+++ b/gnome3-libs/libgda5/DETAILS
@@ -1,9 +1,8 @@
SPELL=libgda5
VERSION=5.2.10

SOURCE_HASH=sha512:ff72f239dfcb96a0e24a9ceaa66f23808a221a337b4cd646ced5482cd5ad933a7b42a26c1a45386b675aede753b0942fb6440caf15b8de6dc95045d62d2ff2ee
- BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE="libgda-${VERSION}.tar.xz"
- SOURCE_URL[0]=$GNOME_URL/sources/libgda/$BRANCH/$SOURCE
+ SOURCE_URL[0]=$GNOME_URL/sources/libgda/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libgda-${VERSION}"
WEB_SITE="http://www.gnome-db.org/";
LICENSE[0]=LGPL
diff --git a/gnome3-libs/libgda5/HISTORY b/gnome3-libs/libgda5/HISTORY
index 0ef04af..7ca3dbd 100644
--- a/gnome3-libs/libgda5/HISTORY
+++ b/gnome3-libs/libgda5/HISTORY
@@ -1,3 +1,6 @@
+2025-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: removed BRANCH variable
+
2022-09-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 5.2.10



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f7e39967aed69381892a4745251a1d06d22b8e0d), Ismael Luceno, 01/06/2025

Archive powered by MHonArc 2.6.24.

Top of Page