Skip to Content.
Sympa Menu

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

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 (a5eb9e5fdd9d6e1bf192087a3b9245393b582878)
  • Date: Wed, 14 Dec 2022 21:57:29 +0000

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

utils/minimodem/DEPENDS | 11 +++++++++--
utils/minimodem/DETAILS | 4 ++--
utils/minimodem/HISTORY | 4 ++++
3 files changed, 15 insertions(+), 4 deletions(-)

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

minimodem 0.24

diff --git a/utils/minimodem/DEPENDS b/utils/minimodem/DEPENDS
index e825b86..9b6810e 100755
--- a/utils/minimodem/DEPENDS
+++ b/utils/minimodem/DEPENDS
@@ -1,3 +1,10 @@
-depends pulseaudio &&
-depends libsndfile &&
+optional_depends alsa-lib \
+ --{with,without}-alsa \
+ "for ALSA support" &&
+optional_depends pulseaudio \
+ --{with,without}-pulseaudio \
+ "for PulseAudio support" &&
+optional_depends libsndfile \
+ --{with,without}-sndfile \
+ "for sndfile support" &&
depends fftw
diff --git a/utils/minimodem/DETAILS b/utils/minimodem/DETAILS
index a5dba19..1d36f77 100755
--- a/utils/minimodem/DETAILS
+++ b/utils/minimodem/DETAILS
@@ -1,8 +1,8 @@
SPELL=minimodem
- VERSION=0.8.1
+ VERSION=0.24
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.whence.com/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:26ec0cd45c765b26868d9434e681b4e5efe96bd70b30551ed47dd3397136e017e23176a56b4f77d895b4554c36b203bea8ad832e3714f1face3addbb6af19bc8
+
SOURCE_HASH=sha512:5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.whence.com/minimodem/";
LICENSE[0]=GPL
diff --git a/utils/minimodem/HISTORY b/utils/minimodem/HISTORY
index 47f902d..a486d78 100644
--- a/utils/minimodem/HISTORY
+++ b/utils/minimodem/HISTORY
@@ -1,3 +1,7 @@
+2022-12-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.24
+ * DEPENDS: converted pulse, alsa & sndfile dependencies to optional
+
2012-06-24 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a5eb9e5fdd9d6e1bf192087a3b9245393b582878), Ismael Luceno, 12/14/2022

Archive powered by MHonArc 2.6.24.

Top of Page