Skip to Content.
Sympa Menu

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

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 (87590cd1ab930f4c8ebc9c6ff984e7886fdca997)
  • Date: Fri, 12 Aug 2016 17:44:59 +0000

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

audio-creation/lmms/DETAILS | 8 ++++----
audio-creation/lmms/HISTORY | 5 +++++
audio-creation/lmms/PRE_BUILD | 1 +
audio-libs/aubio/DETAILS | 4 ++--
audio-libs/aubio/HISTORY | 3 +++
5 files changed, 15 insertions(+), 6 deletions(-)

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

lmms 1.1.3

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

aubio 0.4.2

diff --git a/audio-creation/lmms/DETAILS b/audio-creation/lmms/DETAILS
index 1c30a1b..11a77e1 100755
--- a/audio-creation/lmms/DETAILS
+++ b/audio-creation/lmms/DETAILS
@@ -1,8 +1,8 @@
SPELL=lmms
- VERSION=1.0.0
- SOURCE=$SPELL-$VERSION-src.tar.bz2
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:28a87a178dcddf16655b667763e579009ffb5291e49ecfe88e25d8d9a4b469018abd30ccc4278f7857c05eed2fb17c14834af29b6130cc846da1ae7647c560db
+ VERSION=1.1.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/LMMS/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:55a7a57bfe30efa85a281ca8c2ca2cb64a4b834b0338dbd3be7c2c78beb695999ba801264b45c39a5c0d87a0915890997ad3be1ab0da8b28432c4fd97d7cff3e
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://lmms.sourceforge.net/
ENTERED=20060724
diff --git a/audio-creation/lmms/HISTORY b/audio-creation/lmms/HISTORY
index 571ab7a..a0d5522 100644
--- a/audio-creation/lmms/HISTORY
+++ b/audio-creation/lmms/HISTORY
@@ -1,3 +1,8 @@
+2016-08-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 1.1.3
+ * PRE_BUILD: Remove -Werror compiler flag
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/audio-creation/lmms/PRE_BUILD b/audio-creation/lmms/PRE_BUILD
index 0d38faa..df4a2ed 100755
--- a/audio-creation/lmms/PRE_BUILD
+++ b/audio-creation/lmms/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
+sedit '/^ *SET *(WERROR_FLAGS *"[^"]* -Werror")/d' CMakeLists.txt &&
sedit 's/lib64/lib/' cmake/modules/DetectMachine.cmake
diff --git a/audio-libs/aubio/DETAILS b/audio-libs/aubio/DETAILS
index b265258..8125abb 100755
--- a/audio-libs/aubio/DETAILS
+++ b/audio-libs/aubio/DETAILS
@@ -1,8 +1,8 @@
SPELL=aubio
- VERSION=0.4.1
+ VERSION=0.4.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://aubio.org/pub/$SOURCE
-
SOURCE_HASH=sha512:f36800f1a0cbe72509e05d15d79759ed25975e92701804597ed4c9d93e27d5e7b908e0aa65819ce763882945123ea174a0825c7aacf9f9494f56d72de5b8308c
+
SOURCE_HASH=sha512:b57b6d147b305a264f0055726f76a8452f784b556a7fda911f056adbedd2855048e93c0e21b9f359e3f442f1542189aff0c214dd85141e2e06048a07f47703ff
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://aubio.org/
LICENSE[0]=GPL
diff --git a/audio-libs/aubio/HISTORY b/audio-libs/aubio/HISTORY
index c998398..1e273ee 100644
--- a/audio-libs/aubio/HISTORY
+++ b/audio-libs/aubio/HISTORY
@@ -1,3 +1,6 @@
+2016-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.2
+
2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* UP_TRIGGERS: added, for correct update on branch changing




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (87590cd1ab930f4c8ebc9c6ff984e7886fdca997), Ismael Luceno, 08/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page