Skip to Content.
Sympa Menu

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

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 (ad811d806051f22115611d368f33df1530ff1dca)
  • Date: Sun, 14 Mar 2021 02:32:16 +0000

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

audio-libs/libshout-idjc/DETAILS | 6 +++---
audio-libs/libshout-idjc/HISTORY | 3 +++
editors/emacs/BUILD | 4 +++-
editors/emacs/HISTORY | 3 +++
4 files changed, 12 insertions(+), 4 deletions(-)

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

libshout-idjc 2.4.4

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

emacs: Remove -ffast-math from CFLAGS

diff --git a/audio-libs/libshout-idjc/DETAILS
b/audio-libs/libshout-idjc/DETAILS
index 0e7321c..69ccba8 100755
--- a/audio-libs/libshout-idjc/DETAILS
+++ b/audio-libs/libshout-idjc/DETAILS
@@ -1,8 +1,8 @@
SPELL=libshout-idjc
- VERSION=2.3.1
+ VERSION=2.4.4
SOURCE="$SPELL-$VERSION.tar.gz"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/idjc/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:eede0567b99ec942060261f3ad04ab02d6b9f41d4a39ef8a740ba0a898afbbda5cb9bc0a56abb4dd26bd270c20d546ec3b06b67be907bd8f87c3aef2a5048a9b
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/libshoutidjc.idjc.p/$SOURCE
+
SOURCE_HASH=sha512:2a9d798b80ded721f3ef5c4a84e30d39ac4b9e6f19813a75387a7bb180071fab9f0cff054b5710d24da3406587ff12821da9db0b61641e9bbce453c1d8491265
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://idjc.sourceforge.net/";
LICENSE[0]="LGPL"
diff --git a/audio-libs/libshout-idjc/HISTORY
b/audio-libs/libshout-idjc/HISTORY
index 39d8f26..240793e 100644
--- a/audio-libs/libshout-idjc/HISTORY
+++ b/audio-libs/libshout-idjc/HISTORY
@@ -1,2 +1,5 @@
+2021-03-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.4
+
2015-01-12 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/editors/emacs/BUILD b/editors/emacs/BUILD
index 763e188..f8342a4 100755
--- a/editors/emacs/BUILD
+++ b/editors/emacs/BUILD
@@ -10,7 +10,9 @@ export LDFLAGS="${LDFLAGS/-z combreloc/}" &&
export LDFLAGS="${LDFLAGS//-Wl,-O1/}" &&

# XXX Causes a segfault during the bootstrapping
-CFLAGS="${CFLAGS/-ftree-loop-if-convert-stores}" &&
+CFLAGS="${CFLAGS//-ftree-loop-if-convert-stores}" &&
+# XXX Emacs 27.1 fails to build if restricted to finite math
+CFLAGS="${CFLAGS//-ffast-math}" &&

OPTS="${OPTS} --with-x-toolkit=${EMACS_XTOOLKIT} ${EMACS_OPTS}" &&

diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 040ee7c..b672aca 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2021-03-14 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build with -ffast-math
+
2021-03-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DETAILS, DEPENDS: version 27.1




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

Archive powered by MHonArc 2.6.24.

Top of Page