Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (37376b486cbc1cbe8fbbde7b8078c30ff552ffda)
  • Date: Sun, 14 Mar 2021 02:34:53 +0000

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

audio-soft/idjc/DEPENDS | 54
+++++++++++++++++++++++++++---------------------
audio-soft/idjc/DETAILS | 4 +--
audio-soft/idjc/HISTORY | 4 +++
3 files changed, 37 insertions(+), 25 deletions(-)

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

idjc 0.9.1

diff --git a/audio-soft/idjc/DEPENDS b/audio-soft/idjc/DEPENDS
index 5c6d886..0dd94d9 100755
--- a/audio-soft/idjc/DEPENDS
+++ b/audio-soft/idjc/DEPENDS
@@ -1,31 +1,39 @@
-depends python &&
-depends JACK-DRIVER &&
-depends pygtk2 &&
-depends vorbis-tools &&
-depends libsndfile &&
-depends libsamplerate &&
-depends libshout-idjc &&
-depends mutagen &&
+. "$GRIMOIRE"/VDEPENDS &&
+vdepends <<EOF &&
+ JACK-DRIVER
+ dbus-python
+ libsamplerate >= 0.1.4
+ libshout-idjc >= 2.4.1
+ libsndfile >= 1.0.12
+ mutagen >= 1.44
+ pygobject3 >= 3.36
+ python3 >= 3.7
+ vorbis-tools >= 1.2.0
+EOF
optional_depends lame \
"--with-lame" \
"--without-lame" \
"MPEG Layer-III encoding support" &&
-optional_depends eyed3 \
- "--with-eyed3t" \
- "--without-eyed3" \
- "ID3 metadata tagging support" &&
-optional_depends faad2 \
- "--with-faad2" \
- "--without-faad2" \
- "M4A playback support" &&
-optional_depends libmad \
- "--with-libmad" \
- "--without-libmad" \
- "MPEG2 Layer-III playback support" &&
+optional_depends twolame \
+ "--with-twolame" \
+ "--without-twolame" \
+ "MPEG Layer-II encoding support" &&
+optional_depends mpg123 \
+ "--with-mpg123" \
+ "--without-mpg123" \
+ "MPEG Layer-III playback support" &&
optional_depends LIBAVCODEC \
- "--with-ffmpeg" \
- "--without-ffmpeg" \
- "Windows Media Audio playback support" &&
+ "--with-libav" \
+ "--without-libav" \
+ "M4A, AVI & Windows Media Audio playback support" &&
+optional_depends speex \
+ "--with-speex" \
+ "--without-speex" \
+ "Speex playback support" &&
+optional_depends opus \
+ "--with-opus" \
+ "--without-opus" \
+ "Opus playback support" &&
optional_depends flac \
"--with-flac" \
"--without-flac" \
diff --git a/audio-soft/idjc/DETAILS b/audio-soft/idjc/DETAILS
index 6a34791..b963775 100755
--- a/audio-soft/idjc/DETAILS
+++ b/audio-soft/idjc/DETAILS
@@ -1,9 +1,9 @@
SPELL=idjc
- VERSION=0.8.14
+ VERSION=0.9.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:192db2b9f43980647d9cdb68f6c006601fecd30099507c8a37a751157ed1ba02ceefd994101accefaad18da6344fb0e097662812d6760aa046f669e9c5e57b6f
+
SOURCE_HASH=sha512:fd2c1a0d27da6e7a106a01873e14500d0e19a20848ff43eb979741366d35b60a90350e3f5a4c98a4d9f2fb504445f82daa640bc44e5089535eeb0b3c56b63bc3
LICENSE[0]=GPL
WEB_SITE=http://idjc.sourceforge.net/
ENTERED=20100412
diff --git a/audio-soft/idjc/HISTORY b/audio-soft/idjc/HISTORY
index 9111c12..2b3516c 100644
--- a/audio-soft/idjc/HISTORY
+++ b/audio-soft/idjc/HISTORY
@@ -1,3 +1,7 @@
+2021-03-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.1
+ * DEPENDS: updated dependencies
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (37376b486cbc1cbe8fbbde7b8078c30ff552ffda), Ismael Luceno, 03/13/2021

Archive powered by MHonArc 2.6.24.

Top of Page