Ticket #30630: patch-port-lmms.diff

File patch-port-lmms.diff, 2.7 KB (added by davmp@…, 13 years ago)
  • Portfile

    diff -u /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/lmms/Portfile lmms-0.4.12/Portfile
    old new  
    66PortGroup           qt4 1.0
    77
    88name                lmms
    9 version             0.4.8
     9version             0.4.12
    1010revision            1
    1111categories          multimedia
    1212maintainers         nomaintainer
    1313
    1414description         Linux Multimedia Studio
    15 long_description    Free alternative to popular programs such as FruityLoops, Cubase and Logic
     15long_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.
    1620
    1721homepage            http://lmms.sourceforge.net
    1822platforms           darwin
     
    2024#parallel build seems broken :(
    2125use_parallel_build  no
    2226use_bzip2           yes
    23 checksums           md5     8573b8376808c77c058cca3a57a36d8d \
    24                     sha1    851021270157d3eda15c6b6dae8a71ab47db24cd \
    25                     rmd160  8319667b7c65dc4b14022ebe2d76b39e11703f1f
     27checksums           md5     0642aba9b6b71d2ed41b44cfde4004f6 \
     28                    sha1    680495a87517f90a63b58ea052c369c8ab31bb9a \
     29                    rmd160  534784eca23d653f3cd1ad780c7a4d2c14d223a8
    2630
    2731depends_build-append port:pkgconfig
    2832depends_lib-append  port:libsndfile \
    2933                    path:lib/pkgconfig/sdl.pc:libsdl \
    3034                    port:fftw-3-single \
    3135                    port:fluidsynth \
    32                     port:jack
     36                    port:jack \
     37                    port:fltk-devel
    3338
    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 #}
     39patchfiles          patch-qt-include.diff \
     40                    patch-zynaddsubfx-CMakeLists.txt.diff
    4041
    4142# Use bundled libsamplerate due to link problems with the external library
    4243configure.args-append -DWANT_SYSTEM_SR=OFF
     44
    4345# Disable VST because it is not supported on OS X
    4446configure.args-append -DWANT_VST=OFF
    4547