diff -u /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/lmms/Portfile lmms-0.4.12/Portfile
old
|
new
|
|
6 | 6 | PortGroup qt4 1.0 |
7 | 7 | |
8 | 8 | name lmms |
9 | | version 0.4.8 |
| 9 | version 0.4.12 |
10 | 10 | revision 1 |
11 | 11 | categories multimedia |
12 | 12 | maintainers nomaintainer |
13 | 13 | |
14 | 14 | description Linux Multimedia Studio |
15 | | long_description Free alternative to popular programs such as FruityLoops, Cubase and Logic |
| 15 | long_description LMMS is a free cross-platform alternative to commercial programs like FL Studio®, \ |
| 16 | which allow you to produce music with your computer. This includes the creation of \ |
| 17 | melodies and beats, the synthesis and mixing of sounds, and arranging of samples. \ |
| 18 | You can have fun with your MIDI-keyboard and much more, all in a user-friendly and \ |
| 19 | modern interface. |
16 | 20 | |
17 | 21 | homepage http://lmms.sourceforge.net |
18 | 22 | platforms darwin |
… |
… |
|
20 | 24 | #parallel build seems broken :( |
21 | 25 | use_parallel_build no |
22 | 26 | use_bzip2 yes |
23 | | checksums md5 8573b8376808c77c058cca3a57a36d8d \ |
24 | | sha1 851021270157d3eda15c6b6dae8a71ab47db24cd \ |
25 | | rmd160 8319667b7c65dc4b14022ebe2d76b39e11703f1f |
| 27 | checksums md5 0642aba9b6b71d2ed41b44cfde4004f6 \ |
| 28 | sha1 680495a87517f90a63b58ea052c369c8ab31bb9a \ |
| 29 | rmd160 534784eca23d653f3cd1ad780c7a4d2c14d223a8 |
26 | 30 | |
27 | 31 | depends_build-append port:pkgconfig |
28 | 32 | depends_lib-append port:libsndfile \ |
29 | 33 | path:lib/pkgconfig/sdl.pc:libsdl \ |
30 | 34 | port:fftw-3-single \ |
31 | 35 | port:fluidsynth \ |
32 | | port:jack |
| 36 | port:jack \ |
| 37 | port:fltk-devel |
33 | 38 | |
34 | | patchfiles patch-qt-include.diff |
35 | | |
36 | | # Disable zynaddsubfx plugin on x86_64 as the included fltk does not build |
37 | | #if {${configure.build_arch} == "x86_64"} { |
38 | | # patchfiles-append patch-disable-zynaddsubfx.diff |
39 | | #} |
| 39 | patchfiles patch-qt-include.diff \ |
| 40 | patch-zynaddsubfx-CMakeLists.txt.diff |
40 | 41 | |
41 | 42 | # Use bundled libsamplerate due to link problems with the external library |
42 | 43 | configure.args-append -DWANT_SYSTEM_SR=OFF |
| 44 | |
43 | 45 | # Disable VST because it is not supported on OS X |
44 | 46 | configure.args-append -DWANT_VST=OFF |
45 | 47 | |