Skip to Content.
Sympa Menu

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

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 (fdfce45c70ac6af09c4ffe7782688db8647b18ab)
  • Date: Sat, 10 Jan 2015 18:58:25 -0600

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

audio-players/mpg123/DEPENDS | 2 +-
audio-players/mpg123/HISTORY | 3 +++
ftp/aria2/DETAILS | 4 ++--
ftp/aria2/HISTORY | 4 ++++
ftp/aria2/PRE_BUILD | 6 ++++++
5 files changed, 16 insertions(+), 3 deletions(-)

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

mpg123: Fix depends: openal -> OPENAL

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

aria2: Patch sources for GCC 4.9

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

aria2 1.18.8

diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
index 3208a22..36344f0 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -35,7 +35,7 @@ case $i in
depends pulseaudio
;;
openal)
- depends openal
+ depends OPENAL
;;
esac &&
if [[ "$add" != "" ]]; then
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 5a72da5..21b8e8b 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fix depends: openal -> OPENAL
+
2014-10-11 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: updated spell to 1.21.0

diff --git a/ftp/aria2/DETAILS b/ftp/aria2/DETAILS
index 6b92a66..8a06f6d 100755
--- a/ftp/aria2/DETAILS
+++ b/ftp/aria2/DETAILS
@@ -1,6 +1,6 @@
SPELL=aria2
- VERSION=1.18.3
-
SOURCE_HASH=sha512:a9be0ea4bb9c4577fb6ef2cf22ab45ef5e3ce3fd7cf6c16b2ce10a66fbddad97ed9be0a02c3da74968992d87b319fad45f8913e058917062378ffaece5f7f4b1
+ VERSION=1.18.8
+
SOURCE_HASH=sha512:59ca3f1d387bc58ba571ce137af08892e43c869760915a3acbb88ba536046a235ce4fd5662ce051de72df28251452db42bb565f1853f9927d3255a149e5620db
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/stable/$SPELL-$VERSION/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/ftp/aria2/HISTORY b/ftp/aria2/HISTORY
index c253e20..c5ec8bb 100644
--- a/ftp/aria2/HISTORY
+++ b/ftp/aria2/HISTORY
@@ -1,3 +1,7 @@
+2015-01-10 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Patch sources for GCC 4.9
+ * DETAILS: updated spell to 1.18.8
+
2014-08-24 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: fix bad with-SSL usage

diff --git a/ftp/aria2/PRE_BUILD b/ftp/aria2/PRE_BUILD
new file mode 100755
index 0000000..21d747c
--- /dev/null
+++ b/ftp/aria2/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY"/src &&
+sed -s -i '1i#include <cstddef>' \
+ FeatureConfig.cc \
+ LibgmpDHKeyExchange.h \
+ a2gmp.h



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fdfce45c70ac6af09c4ffe7782688db8647b18ab), Ismael Luceno, 01/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page