[119580] trunk/dports/multimedia/lmms

ryandesign at macports.org ryandesign at macports.org
Wed Apr 30 20:27:46 PDT 2014


Revision: 119580
          https://trac.macports.org/changeset/119580
Author:   ryandesign at macports.org
Date:     2014-04-30 20:27:46 -0700 (Wed, 30 Apr 2014)
Log Message:
-----------
lmms: update to 1.0.1

Modified Paths:
--------------
    trunk/dports/multimedia/lmms/Portfile

Removed Paths:
-------------
    trunk/dports/multimedia/lmms/files/patch-CMakeLists.txt
    trunk/dports/multimedia/lmms/files/patch-plugins-LadspaEffect-calf-CMakeLists.txt.diff
    trunk/dports/multimedia/lmms/files/patch-plugins-dynamics_processor-dynamics_processor.cpp.diff
    trunk/dports/multimedia/lmms/files/patch-plugins-zynaddsubfx-ZynAddSubFx.cpp.diff

Modified: trunk/dports/multimedia/lmms/Portfile
===================================================================
--- trunk/dports/multimedia/lmms/Portfile	2014-05-01 02:56:31 UTC (rev 119579)
+++ trunk/dports/multimedia/lmms/Portfile	2014-05-01 03:27:46 UTC (rev 119580)
@@ -10,7 +10,7 @@
 PortGroup           muniversal 1.0
 
 name                lmms
-version             1.0.0
+version             1.0.1
 categories          multimedia
 maintainers         ryandesign openmaintainer
 license             GPL-2+
@@ -31,8 +31,8 @@
 # https://sourceforge.net/p/lmms/bugs/571/
 use_parallel_build  no
 
-checksums           rmd160  4cee3b94ad70f297067b0572424a350e6f2a85fc \
-                    sha256  4949cac86ef311165bf75bc66ce3862e26c72d313809d924c932741d2421e7b5
+checksums           rmd160  d9f3234ef9f9c9f1918beda1d9bc78d090c9796d \
+                    sha256  8d87b2e1195be6c3125801d80f711d83121dd359be9bd3c71f978be2f8d900b5
 
 depends_lib-append  port:fftw-3-single \
                     path:lib/libfltk.dylib:fltk \
@@ -47,11 +47,7 @@
                     port:pulseaudio \
                     port:xorg-libXext
 
-patchfiles          patch-CMakeLists.txt \
-                    patch-plugins-dynamics_processor-dynamics_processor.cpp.diff \
-                    patch-plugins-LadspaEffect-calf-CMakeLists.txt.diff \
-                    patch-plugins-zynaddsubfx-CMakeLists.txt.diff \
-                    patch-plugins-zynaddsubfx-ZynAddSubFx.cpp.diff
+patchfiles          patch-plugins-zynaddsubfx-CMakeLists.txt.diff
 
 # https://sourceforge.net/p/lmms/bugs/487/
 configure.cflags-append -std=gnu89

Deleted: trunk/dports/multimedia/lmms/files/patch-CMakeLists.txt
===================================================================
--- trunk/dports/multimedia/lmms/files/patch-CMakeLists.txt	2014-05-01 02:56:31 UTC (rev 119579)
+++ trunk/dports/multimedia/lmms/files/patch-CMakeLists.txt	2014-05-01 03:27:46 UTC (rev 119580)
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2014-03-23 18:00:39.000000000 -0500
-+++ CMakeLists.txt	2014-03-25 15:55:22.000000000 -0500
-@@ -307,7 +307,7 @@
- CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc.in" "${CMAKE_BINARY_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc")
- 
- # set compiler flags
--SET(WERROR_FLAGS "-Wall -Werror -Werror=unused-function -Wno-sign-compare -Wno-strict-overflow")
-+SET(WERROR_FLAGS "-Wall -Werror=unused-function -Wno-sign-compare -Wno-strict-overflow")
- SET(CMAKE_C_FLAGS "-O2 -g ${WERROR_FLAGS} ${CMAKE_C_FLAGS}")
- SET(CMAKE_CXX_FLAGS "-O2 -g -fno-exceptions ${WERROR_FLAGS} ${CMAKE_CXX_FLAGS}")
- set(CMAKE_C_FLAGS_DEBUG "-DLMMS_DEBUG")

Deleted: trunk/dports/multimedia/lmms/files/patch-plugins-LadspaEffect-calf-CMakeLists.txt.diff
===================================================================
--- trunk/dports/multimedia/lmms/files/patch-plugins-LadspaEffect-calf-CMakeLists.txt.diff	2014-05-01 02:56:31 UTC (rev 119579)
+++ trunk/dports/multimedia/lmms/files/patch-plugins-LadspaEffect-calf-CMakeLists.txt.diff	2014-05-01 03:27:46 UTC (rev 119580)
@@ -1,15 +0,0 @@
---- plugins/LadspaEffect/calf/CMakeLists.txt.orig	2014-03-23 18:00:39.000000000 -0500
-+++ plugins/LadspaEffect/calf/CMakeLists.txt	2014-03-25 16:36:57.000000000 -0500
-@@ -10,7 +10,11 @@
- IF(NOT LMMS_BUILD_APPLE)
- SET(INLINE_FLAGS "-finline-functions-called-once")
- ENDIF(NOT LMMS_BUILD_APPLE)
--SET_TARGET_PROPERTIES(calf PROPERTIES COMPILE_FLAGS "-O2 -finline-limit=80 -finline-functions ${INLINE_FLAGS}")
-+SET(INLINE_FLAGS2 "")
-+if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
-+SET(INLINE_FLAGS2 "-finline-limit=80")
-+ENDIF(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
-+SET_TARGET_PROPERTIES(calf PROPERTIES COMPILE_FLAGS "-O2 ${INLINE_FLAGS2} -finline-functions ${INLINE_FLAGS}")
- 
- IF(LMMS_BUILD_WIN32)
- 	ADD_CUSTOM_COMMAND(TARGET calf POST_BUILD COMMAND "${STRIP}" "\"${CMAKE_CURRENT_BINARY_DIR}/calf.dll\"")

Deleted: trunk/dports/multimedia/lmms/files/patch-plugins-dynamics_processor-dynamics_processor.cpp.diff
===================================================================
--- trunk/dports/multimedia/lmms/files/patch-plugins-dynamics_processor-dynamics_processor.cpp.diff	2014-05-01 02:56:31 UTC (rev 119579)
+++ trunk/dports/multimedia/lmms/files/patch-plugins-dynamics_processor-dynamics_processor.cpp.diff	2014-05-01 03:27:46 UTC (rev 119580)
@@ -1,11 +0,0 @@
---- plugins/dynamics_processor/dynamics_processor.cpp.orig	2014-03-23 18:00:39.000000000 -0500
-+++ plugins/dynamics_processor/dynamics_processor.cpp	2014-03-25 16:03:36.000000000 -0500
-@@ -28,7 +28,7 @@
- #include <math.h>
- #include "embed.cpp"
- 
--#ifdef LMMS_BUILD_WIN32
-+#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
- #ifndef isnanf
- #define isnanf(x)	isnan(x)
- #endif

Deleted: trunk/dports/multimedia/lmms/files/patch-plugins-zynaddsubfx-ZynAddSubFx.cpp.diff
===================================================================
--- trunk/dports/multimedia/lmms/files/patch-plugins-zynaddsubfx-ZynAddSubFx.cpp.diff	2014-05-01 02:56:31 UTC (rev 119579)
+++ trunk/dports/multimedia/lmms/files/patch-plugins-zynaddsubfx-ZynAddSubFx.cpp.diff	2014-05-01 03:27:46 UTC (rev 119580)
@@ -1,11 +0,0 @@
---- plugins/zynaddsubfx/ZynAddSubFx.cpp.orig	2013-06-11 15:57:16.000000000 -0500
-+++ plugins/zynaddsubfx/ZynAddSubFx.cpp	2013-12-17 23:02:50.000000000 -0600
-@@ -24,7 +24,7 @@
- 
- #include "lmmsconfig.h"
- 
--#include <Qt/QtXml>
-+#include <QtXml>
- #include <QtCore/QTemporaryFile>
- #include <QtGui/QDropEvent>
- #include <QtGui/QGridLayout>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140430/c373ddee/attachment.html>


More information about the macports-changes mailing list