summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorIsmael Luceno2016-08-12 14:41:02 -0300
committerIsmael Luceno2016-08-12 14:41:02 -0300
commit87590cd1ab930f4c8ebc9c6ff984e7886fdca997 (patch)
tree397c629cfe7a9045bba416962b70ddc8b35c9138 /audio-creation
parent22037710fcf6cdb68025f603aae0356e370f35ab (diff)
lmms 1.1.3
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/lmms/DETAILS8
-rw-r--r--audio-creation/lmms/HISTORY5
-rwxr-xr-xaudio-creation/lmms/PRE_BUILD1
3 files changed, 10 insertions, 4 deletions
diff --git a/audio-creation/lmms/DETAILS b/audio-creation/lmms/DETAILS
index 1c30a1bbe4..11a77e1a0d 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 571ab7ab5f..a0d552228d 100644
--- a/audio-creation/lmms/HISTORY
+++ b/audio-creation/lmms/HISTORY
@@ -1,3 +1,8 @@
+2016-08-09 Ismael Luceno <ismael@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@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/audio-creation/lmms/PRE_BUILD b/audio-creation/lmms/PRE_BUILD
index 0d38faa29c..df4a2ed9de 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