summaryrefslogtreecommitdiff
path: root/lmms/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2009-05-06 06:26:31 +0000
committerJose V Beneyto <sepen@crux.nu>2009-05-06 06:43:25 +0000
commit7ba063491004c040702f31bf7e90976633c4f06a (patch)
tree2c5018712e79c1bf7c737e118cca459f25476049 /lmms/Pkgfile
parentc7dc10b5e09e51b18b78c7cfc9fa17ce09f5f102 (diff)
downloadcontrib-7ba063491004c040702f31bf7e90976633c4f06a.tar.gz
contrib-7ba063491004c040702f31bf7e90976633c4f06a.tar.xz
lmms: updated to 0.4.4
Diffstat (limited to 'lmms/Pkgfile')
-rw-r--r--lmms/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lmms/Pkgfile b/lmms/Pkgfile
index 7cb600a64..a162a0ca3 100644
--- a/lmms/Pkgfile
+++ b/lmms/Pkgfile
@@ -6,13 +6,15 @@
# Nice to have: libsamplerate fluidsynth
name=lmms
-version=0.4.3
+version=0.4.4
release=1
-source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
+ $name-midi_import.diff)
build() {
export QTDIR=/usr/share/qt4
cd $name-$version
+ patch -p1 -i $SRC/$name-midi_import.diff
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr

Generated by cgit