Skip to Content.
Sympa Menu

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

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 (d539aa9b2a7e58e1e1eb5ee23cdd3d85faa17278)
  • Date: Tue, 17 Jun 2025 17:02:08 +0000

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

audio-libs/libshout-idjc/DETAILS | 7 ++++---
audio-libs/libshout-idjc/HISTORY | 3 +++
audio-soft/idjc/BUILD | 2 ++
audio-soft/idjc/DEPENDS | 2 +-
audio-soft/idjc/DETAILS | 5 +++--
audio-soft/idjc/HISTORY | 4 ++++
6 files changed, 17 insertions(+), 6 deletions(-)

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

libshout-idjc 2.4.6-r2

commit 4c2a70ccf6be621cae17478b099b461adfe703c2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libshout-idjc: Add Watch URL

commit 729b465b1e26b7d5e04a74527df0eacf18bbeeac
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

idjc 0.9.9

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

idjc: Add Watch line

diff --git a/audio-libs/libshout-idjc/DETAILS
b/audio-libs/libshout-idjc/DETAILS
index 69ccba8..f90cdba 100755
--- a/audio-libs/libshout-idjc/DETAILS
+++ b/audio-libs/libshout-idjc/DETAILS
@@ -1,9 +1,10 @@
+# Watch: https://sourceforge.net/p/idjc/libshoutidjc/
SPELL=libshout-idjc
- VERSION=2.4.4
+ VERSION=2.4.6-r2
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/libshoutidjc.idjc.p/$SOURCE
-
SOURCE_HASH=sha512:2a9d798b80ded721f3ef5c4a84e30d39ac4b9e6f19813a75387a7bb180071fab9f0cff054b5710d24da3406587ff12821da9db0b61641e9bbce453c1d8491265
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_HASH=sha512:04cf8344cbbe09c4ff751f17a4238544049a9cfaa01e05bd80730aa52b2d60637620986cb9b4eb41162cb304e9da211c54e5e06410b918762bfae3ecb65e44d0
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-r?}"
WEB_SITE="http://idjc.sourceforge.net/";
LICENSE[0]="LGPL"
ENTERED=20150112
diff --git a/audio-libs/libshout-idjc/HISTORY
b/audio-libs/libshout-idjc/HISTORY
index 240793e..e35dcd8 100644
--- a/audio-libs/libshout-idjc/HISTORY
+++ b/audio-libs/libshout-idjc/HISTORY
@@ -1,3 +1,6 @@
+2025-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.6-r2
+
2021-03-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.4.4

diff --git a/audio-soft/idjc/BUILD b/audio-soft/idjc/BUILD
new file mode 100644
index 0000000..6f31d92
--- /dev/null
+++ b/audio-soft/idjc/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' ac_cv_prog_GIT_PROG_EXISTS=no' && # avoid using git
+default_build
diff --git a/audio-soft/idjc/DEPENDS b/audio-soft/idjc/DEPENDS
index 87605fd..67ea83c 100755
--- a/audio-soft/idjc/DEPENDS
+++ b/audio-soft/idjc/DEPENDS
@@ -3,7 +3,7 @@ vdepends <<EOF &&
JACK-DRIVER
dbus-python
libsamplerate >= 0.1.4
- libshout-idjc >= 2.4.1
+ libshout-idjc >= 2.4.6
libsndfile >= 1.0.12
mutagen >= 1.44
pygobject3 >= 3.36
diff --git a/audio-soft/idjc/DETAILS b/audio-soft/idjc/DETAILS
index b963775..d644d97 100755
--- a/audio-soft/idjc/DETAILS
+++ b/audio-soft/idjc/DETAILS
@@ -1,9 +1,10 @@
+# Watch: https://sourceforge.net/projects/idjc/
SPELL=idjc
- VERSION=0.9.1
+ VERSION=0.9.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:fd2c1a0d27da6e7a106a01873e14500d0e19a20848ff43eb979741366d35b60a90350e3f5a4c98a4d9f2fb504445f82daa640bc44e5089535eeb0b3c56b63bc3
+
SOURCE_HASH=sha512:89dd6045e7784edfc2b33b5b52a928f8e6a99fcf311c9caf14677a4f2ef2de60e9a436bdddc586cf2b2fa79d1ee9699c4e8823720e6f0f9b7c3ed41db038a33a
LICENSE[0]=GPL
WEB_SITE=http://idjc.sourceforge.net/
ENTERED=20100412
diff --git a/audio-soft/idjc/HISTORY b/audio-soft/idjc/HISTORY
index 5ce57e6..0d3c829 100644
--- a/audio-soft/idjc/HISTORY
+++ b/audio-soft/idjc/HISTORY
@@ -1,3 +1,7 @@
+2025-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.9
+ * BUILD: added flag to avoid using git
+
2022-04-24 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added override for python3 detection



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

Archive powered by MHonArc 2.6.24.

Top of Page