Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ec3a02156861ec211e80c8724a0c183bfae50352)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ec3a02156861ec211e80c8724a0c183bfae50352)
  • Date: Mon, 25 Sep 2017 12:21:37 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-libs/mp4v2/BUILD | 2 ++
audio-libs/mp4v2/HISTORY | 3 +++
utils/qemu/DETAILS | 2 +-
utils/qemu/HISTORY | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit ec3a02156861ec211e80c8724a0c183bfae50352
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

qemu: version 2.10.0

commit 4030ccf80e30e06fc6eade5837dfed2a9dd1f233
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mp4v2: fix build with newer gcc by using permissive mode

diff --git a/audio-libs/mp4v2/BUILD b/audio-libs/mp4v2/BUILD
new file mode 100755
index 0000000..44657d7
--- /dev/null
+++ b/audio-libs/mp4v2/BUILD
@@ -0,0 +1,2 @@
+# Permissive mode as long as '\0' is used as alternative to NULL.
+CXXFLAGS="$CXXFLAGS -fpermissive" default_build
diff --git a/audio-libs/mp4v2/HISTORY b/audio-libs/mp4v2/HISTORY
index 0d40ef1..f38848c 100644
--- a/audio-libs/mp4v2/HISTORY
+++ b/audio-libs/mp4v2/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus AT sourcemage.org.
+ * BUILD: added, for -fpermissive to fix build
+
2015-05-30 Treeve Jelbert <treeve AT sourcenage.org>
* DETAILS: version 2.0.0

diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index cc06234..338db9e 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,5 +1,5 @@
SPELL=qemu
- VERSION=2.9.0
+ VERSION=2.10.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index d1d9da8..3b53c64 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 2.10.0
+
2017-06-06 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.9.0




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ec3a02156861ec211e80c8724a0c183bfae50352), Thomas Orgis, 09/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page