audio/lmms: Updated for version 0.4.13.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2012-09-18 20:28:47 +07:00 committed by Robby Workman
parent 20a0e1683a
commit 85870168a1
3 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,10 @@
--- lmms-0.4.13_orig/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:01:25.951925761 +0200
+++ lmms-0.4.13_test/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:08:32.841905201 +0200
@@ -23,6 +23,7 @@
*/
#include <lmmsconfig.h>
+#include <unistd.h>
#include "LocalZynAddSubFx.h"

View file

@ -3,9 +3,10 @@
# Slackware build script for lmms
# Written by Zbigniew Baniewski, zb@ispid.com.pl
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
PRGNAM=lmms
VERSION=0.4.8
VERSION=${VERSION:-0.4.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,6 +52,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
patch -p1 < $CWD/lmms-unlink.patch
mkdir build
cd build
cmake \

View file

@ -1,8 +1,8 @@
PRGNAM="lmms"
VERSION="0.4.8"
VERSION="0.4.13"
HOMEPAGE="http://lmms.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/lmms/lmms-0.4.8.tar.bz2"
MD5SUM="8573b8376808c77c058cca3a57a36d8d"
DOWNLOAD="http://downloads.sourceforge.net/lmms/lmms-0.4.13.tar.bz2"
MD5SUM="80db0dc5263041d443f474220410991f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""