diff options
Diffstat (limited to 'audio')
77 files changed, 632 insertions, 652 deletions
diff --git a/audio/Makefile b/audio/Makefile index 6e15a00db1c1..15493dd80289 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -438,6 +438,7 @@ SUBDIR += liboggz SUBDIR += libopenmpt SUBDIR += libopenspc + SUBDIR += libopusenc SUBDIR += libsamplerate SUBDIR += libshairport SUBDIR += libshout diff --git a/audio/abraca/Makefile b/audio/abraca/Makefile index a81fa1f757bd..f8cbb2fbbb03 100644 --- a/audio/abraca/Makefile +++ b/audio/abraca/Makefile @@ -3,7 +3,7 @@ PORTNAME= abraca PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.GPL BUILD_DEPENDS= ${LOCALBASE}/bin/valac:lang/vala LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \ libgee-0.8.so:devel/libgee -RUN_DEPENDS= gnome-themes-standard>=3.0.0:x11-themes/gnome-themes-standard \ +RUN_DEPENDS= gnome-themes-extra>=3.0.0:x11-themes/gnome-themes-extra \ gnome-icon-theme>=0:misc/gnome-icon-theme USES= pkgconfig waf tar:bzip2 diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index ede2f5d1fef7..95e8f8ff7da5 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ @@ -13,20 +13,30 @@ COMMENT= Multichannel digital audio workstation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat -LIB_DEPENDS= liblo.so:audio/liblo \ - liblrdf.so:textproc/liblrdf \ - libjack.so:audio/jack \ - libaubio.so:audio/aubio \ +LIB_DEPENDS= libaubio.so:audio/aubio \ + libboost_date_time.so:devel/boost-libs \ + libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ - libboost_date_time.so:devel/boost-libs \ - libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ + libjack.so:audio/jack \ + liblo.so:audio/liblo \ + liblrdf.so:textproc/liblrdf \ + libraptor2.so:textproc/raptor2 \ + libsamplerate.so:audio/libsamplerate \ + libsndfile.so:audio/libsndfile USES= cpe gettext scons pkgconfig tar:bzip2 MAKE_ARGS+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes CFLAGS+= -I${LOCALBASE}/include -DHAVE_AUBIO4 -USE_GNOME= libxslt +USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 \ + libartlgpl2 libgnomecanvas libsigc++20 libxslt pango pangomm + USE_LDCONFIG= ${PREFIX}/lib/ardour2 ${PREFIX}/lib/ardour2/surfaces PLIST_SUB= DISTVERSION=${DISTVERSION} @@ -34,8 +44,6 @@ PLIST_SUB= DISTVERSION=${DISTVERSION} OPTIONS_DEFINE= OPTIMIZED_CFLAGS VST VST_DESC= VST plugins support -BROKEN_powerpc64= Does not build - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MVST} diff --git a/audio/ardour/files/patch-libs_gtkmm2ext_idle__adjustment.cc b/audio/ardour/files/patch-libs_gtkmm2ext_idle__adjustment.cc new file mode 100644 index 000000000000..aca975159d3a --- /dev/null +++ b/audio/ardour/files/patch-libs_gtkmm2ext_idle__adjustment.cc @@ -0,0 +1,10 @@ +--- libs/gtkmm2ext/idle_adjustment.cc.orig 2018-09-03 19:39:58 UTC ++++ libs/gtkmm2ext/idle_adjustment.cc +@@ -21,6 +21,7 @@ + #include <gtkmm2ext/idle_adjustment.h> + #include <gtkmm/main.h> + #include <iostream> ++#include <gtkmm.h> + + using namespace Gtk; + using namespace sigc; diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index 85e1e45513b8..91c4043dd72e 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -2,7 +2,7 @@ PORTNAME= cddb PORTVERSION= 0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME} PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2} diff --git a/audio/faac/Makefile b/audio/faac/Makefile index a1c387fe8ed1..b40f1043df1b 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -17,11 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_ISO= ${WRKSRC}/README LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_mips= fails to build: quantize.c:152: error: initializer element is not constant -BROKEN_mips64= fails to build: quantize.c:152: error: initializer element is not constant -BROKEN_powerpc64= fails to build: quantize.c:152: error: initializer element is not constant - -USES= gmake libtool +USES= compiler:c11 gmake libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index e273bb040bce..a1ee6cf31ece 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -2,7 +2,7 @@ PORTNAME= cdplayer PORTVERSION= 0.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= gnustep- diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile index 36c5572e7778..a4284edb1be2 100644 --- a/audio/gqradio/Makefile +++ b/audio/gqradio/Makefile @@ -3,7 +3,7 @@ PORTNAME= gqradio PORTVERSION= 1.9.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= SF/gqmpeg/${PORTNAME}/${PORTVERSION} diff --git a/audio/jalv-select/Makefile b/audio/jalv-select/Makefile index fac4a8df60d7..e281b5d2c6f6 100644 --- a/audio/jalv-select/Makefile +++ b/audio/jalv-select/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= jalv-select -DISTVERSIONPREFIX= V -DISTVERSION= 1.0 +DISTVERSIONPREFIX= v +DISTVERSION= 1.2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -20,7 +20,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libsratom-0.so:audio/sratom RUN_DEPENDS= jalv:audio/jalv -USES= gmake gettext-runtime pkgconfig +USES= gettext-runtime gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= jalv_select diff --git a/audio/jalv-select/distinfo b/audio/jalv-select/distinfo index a13d75c52f10..1c239e16d42d 100644 --- a/audio/jalv-select/distinfo +++ b/audio/jalv-select/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517169829 -SHA256 (brummer10-jalv_select-V1.0_GH0.tar.gz) = bb74992d0989d58a32b963a25a259dbca67d777c4f95b59ab1bd2dd1e5471449 -SIZE (brummer10-jalv_select-V1.0_GH0.tar.gz) = 43177 +TIMESTAMP = 1538116917 +SHA256 (brummer10-jalv_select-v1.2_GH0.tar.gz) = 6da137ad547895e7143a715ef2c427209b5e9ae5e7623ca361ca6a11a645c23c +SIZE (brummer10-jalv_select-v1.2_GH0.tar.gz) = 55370 diff --git a/audio/jalv-select/pkg-plist b/audio/jalv-select/pkg-plist index fc894c7bd831..5eb7b1511f6f 100644 --- a/audio/jalv-select/pkg-plist +++ b/audio/jalv-select/pkg-plist @@ -2,5 +2,7 @@ bin/jalv.select man/man1/jalv.select.1.gz man/man1/jalv.select.fr.1.gz share/applications/jalv.select.desktop +share/locale/de_DE/LC_MESSAGES/jalv.select.mo +share/locale/fr_FR/LC_MESSAGES/jalv.select.mo share/pixmaps/lv2.png share/pixmaps/lv2_16.png diff --git a/audio/libopusenc/Makefile b/audio/libopusenc/Makefile new file mode 100644 index 000000000000..bf9d842311ab --- /dev/null +++ b/audio/libopusenc/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= libopusenc +PORTVERSION= 0.2 +CATEGORIES= audio +MASTER_SITES= MOZILLA/opus + +MAINTAINER= naddy@FreeBSD.org +COMMENT= High-level API for encoding .opus files + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libopus.so:audio/opus + +USES= gmake libtool pathfix pkgconfig +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-maintainer-mode # avoid autotools cascade +CONFIGURE_ARGS+=--disable-doc # requires doxygen +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.mk> diff --git a/audio/libopusenc/distinfo b/audio/libopusenc/distinfo new file mode 100644 index 000000000000..94dc3c5d17a7 --- /dev/null +++ b/audio/libopusenc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1537972823 +SHA256 (libopusenc-0.2.tar.gz) = c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a +SIZE (libopusenc-0.2.tar.gz) = 388027 diff --git a/audio/libopusenc/pkg-descr b/audio/libopusenc/pkg-descr new file mode 100644 index 000000000000..ef8b82050cca --- /dev/null +++ b/audio/libopusenc/pkg-descr @@ -0,0 +1,4 @@ +The libopusenc libraries provide a high-level API for encoding .opus +files. + +WWW: https://opus-codec.org/ diff --git a/audio/libopusenc/pkg-plist b/audio/libopusenc/pkg-plist new file mode 100644 index 000000000000..b6e1a1fff940 --- /dev/null +++ b/audio/libopusenc/pkg-plist @@ -0,0 +1,9 @@ +include/opus/opusenc.h +lib/libopusenc.a +lib/libopusenc.so +lib/libopusenc.so.0 +lib/libopusenc.so.0.4.2 +libdata/pkgconfig/libopusenc.pc +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index ba0406ba5e19..8ac20fc16b8c 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= lmms -PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 +DISTVERSION= 1.2.0-rc7 PORTEPOCH= 2 CATEGORIES= audio @@ -12,6 +11,7 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= All-in-one sequencer, drum machine, sampler, and more LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libFLAC.so:audio/flac \ @@ -22,66 +22,50 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ - libsamplerate.so:audio/libsamplerate \ libfltk.so:x11-toolkits/fltk RUN_DEPENDS= ${LOCALBASE}/share/ladspa/rdf/caps.rdf:audio/caps-plugins \ ${LOCALBASE}/lib/ladspa/cmt.so:audio/cmt \ ${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \ ${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins -OPTIONS_DEFINE= OSS JACK PULSEAUDIO PORTAUDIO SDL -OPTIONS_DEFAULT=OSS - -USE_LDCONFIG= yes -USE_XORG= x11 xext xft ice sm -USE_QT= corelib gui xml moc_build uic_build rcc_build \ - qmake_build +USES= cmake:outsource desktop-file-utils localbase:ldflags pkgconfig \ + qt:4 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= LMMS -USES= cmake desktop-file-utils dos2unix pkgconfig qt:4 shared-mime-info -CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \ - -DWANT_CALF:BOOL=OFF \ - -DWANT_CAPS:BOOL=OFF \ - -DWANT_CMT:BOOL=OFF \ - -DWANT_SWH:BOOL=OFF \ - -DWANT_STK:BOOL=OFF \ - -DWANT_TAP:BOOL=OFF \ - -DWANT_VST:BOOL=OFF \ - -DHAVE_STRTOLL=ON - -DOS2UNIX_FILES= CMakeLists.txt +GH_TUPLE= rampantpixels:rpmalloc:1.3.1:rpmalloc/src/3rdparty/rpmalloc/rpmalloc +USE_LDCONFIG= yes +USE_QT= corelib gui linguisttools xml moc_build uic_build rcc_build qmake_build +USE_XORG= x11 xext xft ice sm + +CMAKE_OFF= WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_SWH WANT_STK \ + WANT_TAP WANT_VST +INSTALLS_ICONS= yes +OPTIONS_DEFINE= OSS JACK PULSEAUDIO PORTAUDIO SDL SNDIO +OPTIONS_DEFAULT= OSS + +JACK_CMAKE_BOOL= WANT_JACK JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CMAKE_OFF= -DWANT_JACK:BOOL=OFF +PULSEAUDIO_CMAKE_BOOL= WANT_PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CMAKE_OFF= -DWANT_PULSEAUDIO:BOOL=OFF +PORTAUDIO_CMAKE_BOOL= WANT_PORTAUDIO PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio -PORTAUDIO_CMAKE_OFF= -DWANT_PORTAUDIO:BOOL=OFF +SDL_CMAKE_OFF= WANT_SDL SDL_USE= SDL=sdl -SDL_CMAKE_OFF= -DWANT_SDL:BOOL=OFF + +SNDIO_CMAKE_BOOL= WANT_SNDIO +SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio post-patch: -.for file in data/lmms.desktop - @${REINPLACE_CMD} -e \ - '/^Icon/s|=.*$$|=lmms|g ; \ - /^Exec/s|=.*$$|=lmms|g ; \ - /^Categories/s|$$|;|g ; \ - /^MimeType/s|$$|;|g' ${WRKSRC}/${file} -.endfor -.for filename in data/lmms src/core/config_mgr.cpp - @${REINPLACE_CMD} -e \ - 's|/usr|${PREFIX}|g' ${WRKSRC}/${filename} -.endfor -.for filename in src/core/ladspa_manager.cpp - @${REINPLACE_CMD} -e \ - '/\/usr\/lib/d ; \ - s|/usr/local|${PREFIX}|g' ${WRKSRC}/${filename} -.endfor + @${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/core/ConfigManager.cpp + @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/src/core/LadspaManager.cpp @${REINPLACE_CMD} -e 's/lib64/lib/' \ ${WRKSRC}/cmake/modules/DetectMachine.cmake + @${REINPLACE_CMD} 's,share/man/,man/,g' ${WRKSRC}/src/CMakeLists.txt post-patch-OSS-off: @${REINPLACE_CMD} \ @@ -90,9 +74,7 @@ post-patch-OSS-off: ${WRKSRC}/CMakeLists.txt post-install: - @${LN} -sf ${DATADIR}/themes/default/icon.png \ + @${RLN} ${STAGEDIR}${DATADIR}/themes/default/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/lmms.png - # make it setuid-root to be able to set realtime priority - # (root privileges are dropped in the main routine) .include <bsd.port.mk> diff --git a/audio/lmms/distinfo b/audio/lmms/distinfo index 2192467b3061..4452ccf517fd 100644 --- a/audio/lmms/distinfo +++ b/audio/lmms/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1500880879 -SHA256 (LMMS-lmms-v1.1.3_GH0.tar.gz) = 59338e7b90e02fe18db73114aefe479c0e6d1e0e366185d71ea5c1a1e0f9e6bc -SIZE (LMMS-lmms-v1.1.3_GH0.tar.gz) = 16843533 +TIMESTAMP = 1537885096 +SHA256 (LMMS-lmms-v1.2.0-rc7_GH0.tar.gz) = 2efba2eda8ec3030ff6d446fd7bbe2245b38472f60c622b9e41053b1981fd592 +SIZE (LMMS-lmms-v1.2.0-rc7_GH0.tar.gz) = 16120037 +SHA256 (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 9bc0013a0bf8c01540821e84fef0cef067f1d857a01ceceac36f83bd6fedc106 +SIZE (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 63517 diff --git a/audio/lmms/files/patch-CMakeLists.txt b/audio/lmms/files/patch-CMakeLists.txt deleted file mode 100644 index 171163c1d05e..000000000000 --- a/audio/lmms/files/patch-CMakeLists.txt +++ /dev/null @@ -1,30 +0,0 @@ ---- CMakeLists.txt.orig 2016-07-26 15:14:45 UTC -+++ CMakeLists.txt -@@ -325,6 +325,7 @@ ENDIF(LMMS_BUILD_WIN32) - - # check for libsamplerate - PKG_CHECK_MODULES(SAMPLERATE REQUIRED samplerate>=0.1.8) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) - - - CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/lmmsconfig.h.in" "${CMAKE_BINARY_DIR}/lmmsconfig.h") -@@ -333,10 +334,7 @@ CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/lmms - 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=unused-function -Wno-sign-compare -Wno-strict-overflow") --IF(NOT LMMS_BUILD_APPLE) -- SET(WERROR_FLAGS "${WERROR_FLAGS} -Werror") --ENDIF() -+SET(WERROR_FLAGS "-Wall -Wno-sign-compare -Wno-strict-overflow") - - # Due to a regression in gcc-4.8.X, we need to disable array-bounds check - IF (CMAKE_COMPILER_IS_GNUCXX AND ((CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "4.8.0") OR (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.8.0"))) -@@ -639,6 +637,7 @@ MESSAGE( - "running cmake again!\n" - "-----------------------------------------------------------------\n" - "\n\n") -+message(STATUS "using link directories: ${FFTW3F_LIBRARY_DIRS} ${AUDIO_LIBRARY_DIRS} ${ZLIB_LIBRARY_DIRS} ${FFTW_LIBRARY_DIRS} ${MXML_LIBRARY_DIRS} ${FLTK_LIBRARY_DIRS}") - - INCLUDE(InstallRequiredSystemLibraries) - SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LMMS - easy music production for everyone!") diff --git a/audio/lmms/files/patch-include_debug.h b/audio/lmms/files/patch-include_debug.h deleted file mode 100644 index 1cdc7e6e7759..000000000000 --- a/audio/lmms/files/patch-include_debug.h +++ /dev/null @@ -1,14 +0,0 @@ ---- include/debug.h.orig 2015-03-08 02:47:14 UTC -+++ include/debug.h -@@ -30,10 +30,10 @@ - - // set whether debug-stuff (like messages on the console, asserts and other - // additional range-checkings) should be compiled -- - #ifdef LMMS_DEBUG - #include <assert.h> - #else -+ #undef assert - #define assert(x) ((void)(x)) - #endif - #include <cstdio> diff --git a/audio/lmms/files/patch-include_lmms__math.h b/audio/lmms/files/patch-include_lmms__math.h deleted file mode 100644 index 1e7b7dbbdf9d..000000000000 --- a/audio/lmms/files/patch-include_lmms__math.h +++ /dev/null @@ -1,27 +0,0 @@ ---- include/lmms_math.h.orig 2015-03-08 02:47:14 UTC -+++ include/lmms_math.h -@@ -26,15 +26,14 @@ - #ifndef LMMS_MATH_H - #define LMMS_MATH_H - -+#include <math.h> - #include <stdint.h> - #include "lmms_constants.h" - #include "lmmsconfig.h" - #include <QtCore/QtGlobal> - --#include <cmath> - using namespace std; - --#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE) - #ifndef isnanf - #define isnanf(x) isnan(x) - #endif -@@ -53,7 +52,6 @@ using namespace std; - #ifndef exp10f - #define exp10f(x) powf( 10, x ) - #endif --#endif - - #ifdef __INTEL_COMPILER - diff --git a/audio/lmms/files/patch-plugins_Amplifier_CMakeLists.txt b/audio/lmms/files/patch-plugins_Amplifier_CMakeLists.txt deleted file mode 100644 index 6b0d00c64c21..000000000000 --- a/audio/lmms/files/patch-plugins_Amplifier_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/Amplifier/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/Amplifier/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(amplifier Amplifier.cpp AmplifierControls.cpp AmplifierControlDialog.cpp MOCFILES AmplifierControls.h AmplifierControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_BassBooster_CMakeLists.txt b/audio/lmms/files/patch-plugins_BassBooster_CMakeLists.txt deleted file mode 100644 index 670ab4104b7d..000000000000 --- a/audio/lmms/files/patch-plugins_BassBooster_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/BassBooster/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/BassBooster/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(bassbooster BassBooster.cpp BassBoosterControls.cpp BassBoosterControlDialog.cpp MOCFILES BassBoosterControls.h BassBoosterControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_DualFilter_CMakeLists.txt b/audio/lmms/files/patch-plugins_DualFilter_CMakeLists.txt deleted file mode 100644 index 6518ce41c2b4..000000000000 --- a/audio/lmms/files/patch-plugins_DualFilter_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/DualFilter/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/DualFilter/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(dualfilter DualFilter.cpp DualFilterControls.cpp DualFilterControlDialog.cpp MOCFILES DualFilterControls.h DualFilterControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_HydrogenImport_CMakeLists.txt b/audio/lmms/files/patch-plugins_HydrogenImport_CMakeLists.txt deleted file mode 100644 index d7fbf910ee29..000000000000 --- a/audio/lmms/files/patch-plugins_HydrogenImport_CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- plugins/HydrogenImport/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/HydrogenImport/CMakeLists.txt -@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin) - - BUILD_PLUGIN(hydrogenimport HydrogenImport.cpp HydrogenImport.h local_file_mgr.cpp LocalFileMng.h) - -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_LadspaEffect_CMakeLists.txt b/audio/lmms/files/patch-plugins_LadspaEffect_CMakeLists.txt deleted file mode 100644 index 46836cb8c134..000000000000 --- a/audio/lmms/files/patch-plugins_LadspaEffect_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/LadspaEffect/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/LadspaEffect/CMakeLists.txt -@@ -24,3 +24,6 @@ INCLUDE(BuildPlugin) - BUILD_PLUGIN(ladspaeffect LadspaEffect.cpp LadspaControls.cpp LadspaControlDialog.cpp LadspaSubPluginFeatures.cpp LadspaEffect.h LadspaControls.h LadspaControlDialog.h LadspaSubPluginFeatures.h MOCFILES LadspaEffect.h LadspaControls.h LadspaControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") - - -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_MidiImport_CMakeLists.txt b/audio/lmms/files/patch-plugins_MidiImport_CMakeLists.txt deleted file mode 100644 index 64e6052f472b..000000000000 --- a/audio/lmms/files/patch-plugins_MidiImport_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/MidiImport/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/MidiImport/CMakeLists.txt -@@ -6,3 +6,6 @@ BUILD_PLUGIN(midiimport MidiImport.cpp M - portsmf/mfmidi.cpp portsmf/mfmidi.h portsmf/strparse.cpp - portsmf/strparse.h portsmf/algrd_internal.h portsmf/algsmfrd_internal.h - portsmf/trace.h MOCFILES MidiImport.h) -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_MidiImport_portsmf_allegro.h b/audio/lmms/files/patch-plugins_MidiImport_portsmf_allegro.h deleted file mode 100644 index c774a2143a05..000000000000 --- a/audio/lmms/files/patch-plugins_MidiImport_portsmf_allegro.h +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/MidiImport/portsmf/allegro.h.orig 2015-03-08 02:47:14 UTC -+++ plugins/MidiImport/portsmf/allegro.h -@@ -904,6 +904,7 @@ public: - void insert_silence(double t, double len); - Alg_track_ptr copy_track(int track_num, double t, double len, bool all); - Alg_seq *copy(double start, double len, bool all); -+ using Alg_track::paste; - void paste(double start, Alg_seq *seq); - virtual void clear(double t, double len, bool all); - virtual void merge(double t, Alg_event_list_ptr seq); diff --git a/audio/lmms/files/patch-plugins_audio__file__processor_CMakeLists.txt b/audio/lmms/files/patch-plugins_audio__file__processor_CMakeLists.txt deleted file mode 100644 index 8e2b4a810315..000000000000 --- a/audio/lmms/files/patch-plugins_audio__file__processor_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/audio_file_processor/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/audio_file_processor/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(audiofileprocessor audio_file_processor.cpp audio_file_processor.h MOCFILES audio_file_processor.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_bit__invader_CMakeLists.txt b/audio/lmms/files/patch-plugins_bit__invader_CMakeLists.txt deleted file mode 100644 index 1a0b892defee..000000000000 --- a/audio/lmms/files/patch-plugins_bit__invader_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/bit_invader/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/bit_invader/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(bitinvader bit_invader.cpp bit_invader.h MOCFILES bit_invader.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_delay_CMakeLists.txt b/audio/lmms/files/patch-plugins_delay_CMakeLists.txt deleted file mode 100644 index 3ad4bb6da47c..000000000000 --- a/audio/lmms/files/patch-plugins_delay_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/delay/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/delay/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(delay delayeffect.cpp delaycontrols.cpp delaycontrolsdialog.cpp lfo.cpp stereodelay.cpp MOCFILES delaycontrols.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_dynamics__processor_CMakeLists.txt b/audio/lmms/files/patch-plugins_dynamics__processor_CMakeLists.txt deleted file mode 100644 index 6d31b8c8e326..000000000000 --- a/audio/lmms/files/patch-plugins_dynamics__processor_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/dynamics_processor/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/dynamics_processor/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(dynamicsprocessor dynamics_processor.cpp dynamics_processor_controls.cpp dynamics_processor_control_dialog.cpp MOCFILES dynamics_processor_controls.h dynamics_processor_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_flp__import_CMakeLists.txt b/audio/lmms/files/patch-plugins_flp__import_CMakeLists.txt deleted file mode 100644 index 880d72af3ed6..000000000000 --- a/audio/lmms/files/patch-plugins_flp__import_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/flp_import/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/flp_import/CMakeLists.txt -@@ -3,3 +3,6 @@ INCLUDE(BuildPlugin) - INCLUDE_DIRECTORIES(unrtf) - - BUILD_PLUGIN(flpimport FlpImport.cpp unrtf.cpp FlpImport.h) -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_kicker_CMakeLists.txt b/audio/lmms/files/patch-plugins_kicker_CMakeLists.txt deleted file mode 100644 index 61e85e85284a..000000000000 --- a/audio/lmms/files/patch-plugins_kicker_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/kicker/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/kicker/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(kicker kicker.cpp kicker.h MOCFILES kicker.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_ladspa__browser_CMakeLists.txt b/audio/lmms/files/patch-plugins_ladspa__browser_CMakeLists.txt deleted file mode 100644 index ca2e0643112c..000000000000 --- a/audio/lmms/files/patch-plugins_ladspa__browser_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/ladspa_browser/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/ladspa_browser/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(ladspabrowser ladspa_browser.cpp ladspa_browser.h ladspa_description.cpp ladspa_description.h ladspa_port_dialog.cpp ladspa_port_dialog.h MOCFILES ladspa_browser.h ladspa_description.h ladspa_port_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_lb302_CMakeLists.txt b/audio/lmms/files/patch-plugins_lb302_CMakeLists.txt deleted file mode 100644 index a7333ecbc2fe..000000000000 --- a/audio/lmms/files/patch-plugins_lb302_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/lb302/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/lb302/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(lb302 lb302.cpp lb302.h MOCFILES lb302.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_monstro_CMakeLists.txt b/audio/lmms/files/patch-plugins_monstro_CMakeLists.txt deleted file mode 100644 index 0488a3dafde4..000000000000 --- a/audio/lmms/files/patch-plugins_monstro_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/monstro/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/monstro/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(monstro Monstro.cpp Monstro.h MOCFILES Monstro.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_nes_CMakeLists.txt b/audio/lmms/files/patch-plugins_nes_CMakeLists.txt deleted file mode 100644 index 5099c483de93..000000000000 --- a/audio/lmms/files/patch-plugins_nes_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/nes/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/nes/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(nes Nes.cpp Nes.h MOCFILES Nes.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_opl2_CMakeLists.txt b/audio/lmms/files/patch-plugins_opl2_CMakeLists.txt deleted file mode 100644 index 5d184ca10ed7..000000000000 --- a/audio/lmms/files/patch-plugins_opl2_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/opl2/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/opl2/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(OPL2 opl2instrument.cpp opl2instrument.h opl.h fmopl.c fmopl.h temuopl.cpp temuopl.h MOCFILES opl2instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_organic_CMakeLists.txt b/audio/lmms/files/patch-plugins_organic_CMakeLists.txt deleted file mode 100644 index 8cfd66d69282..000000000000 --- a/audio/lmms/files/patch-plugins_organic_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/organic/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/organic/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(organic organic.cpp organic.h MOCFILES organic.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_organic_organic.cpp b/audio/lmms/files/patch-plugins_organic_organic.cpp deleted file mode 100644 index 056c3bc16cab..000000000000 --- a/audio/lmms/files/patch-plugins_organic_organic.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/organic/organic.cpp.orig 2015-03-08 02:47:14 UTC -+++ plugins/organic/organic.cpp -@@ -41,6 +41,9 @@ - - #include "embed.cpp" - -+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) -+#define log2f(x) (logf(x) / logf(2)) -+#endif - - - diff --git a/audio/lmms/files/patch-plugins_papu_CMakeLists.txt b/audio/lmms/files/patch-plugins_papu_CMakeLists.txt deleted file mode 100644 index d622285d8e91..000000000000 --- a/audio/lmms/files/patch-plugins_papu_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/papu/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/papu/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(papu papu_instrument.cpp papu_instrument.h Basic_Gb_Apu.cpp Basic_Gb_Apu.h gb_apu/Gb_Oscs.cpp gb_apu/Gb_Apu.h gb_apu/Blip_Buffer.cpp gb_apu/Gb_Apu.cpp gb_apu/Gb_Oscs.h gb_apu/blargg_common.h gb_apu/Blip_Buffer.h gb_apu/Multi_Buffer.cpp gb_apu/blargg_source.h gb_apu/Blip_Synth.h gb_apu/Multi_Buffer.h MOCFILES papu_instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_patman_CMakeLists.txt b/audio/lmms/files/patch-plugins_patman_CMakeLists.txt deleted file mode 100644 index 7826663dd9cb..000000000000 --- a/audio/lmms/files/patch-plugins_patman_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/patman/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/patman/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(patman patman.cpp patman.h MOCFILES patman.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_peak__controller__effect_CMakeLists.txt b/audio/lmms/files/patch-plugins_peak__controller__effect_CMakeLists.txt deleted file mode 100644 index a1c413b376e6..000000000000 --- a/audio/lmms/files/patch-plugins_peak__controller__effect_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/peak_controller_effect/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/peak_controller_effect/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(peakcontrollereffect peak_controller_effect.cpp peak_controller_effect_controls.cpp peak_controller_effect_control_dialog.cpp peak_controller_effect.h peak_controller_effect_controls.h peak_controller_effect_control_dialog.h MOCFILES peak_controller_effect_controls.h peak_controller_effect_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_sf2__player_sf2__player.cpp b/audio/lmms/files/patch-plugins_sf2__player_sf2__player.cpp deleted file mode 100644 index 757cb2ddfeed..000000000000 --- a/audio/lmms/files/patch-plugins_sf2__player_sf2__player.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/sf2_player/sf2_player.cpp.orig 2015-03-08 02:47:14 UTC -+++ plugins/sf2_player/sf2_player.cpp -@@ -23,6 +23,10 @@ - * - */ - -+#include <math.h> -+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) -+ #define log2(x) ( log (x) * (1./M_LN2) ) -+#endif - #include <QtCore/QDebug> - #include <QtGui/QLayout> - #include <QtGui/QLabel> diff --git a/audio/lmms/files/patch-plugins_sfxr_CMakeLists.txt b/audio/lmms/files/patch-plugins_sfxr_CMakeLists.txt deleted file mode 100644 index b18b690c8dca..000000000000 --- a/audio/lmms/files/patch-plugins_sfxr_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/sfxr/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/sfxr/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(sfxr sfxr.cpp sfxr.h MOCFILES sfxr.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_sid_CMakeLists.txt b/audio/lmms/files/patch-plugins_sid_CMakeLists.txt deleted file mode 100644 index edadc94bf58d..000000000000 --- a/audio/lmms/files/patch-plugins_sid_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/sid/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/sid/CMakeLists.txt -@@ -2,4 +2,5 @@ INCLUDE(BuildPlugin) - - BUILD_PLUGIN(sid sid_instrument.cpp sid_instrument.h envelope.h extfilt.h filter.h pot.h siddefs.h sid.h spline.h voice.h wave.h envelope.cc extfilt.cc filter.cc pot.cc sid.cc version.cc voice.cc wave6581_PS_.cc wave6581_PST.cc wave6581_P_T.cc wave6581__ST.cc wave8580_PS_.cc wave8580_PST.cc wave8580_P_T.cc wave8580__ST.cc wave.cc MOCFILES sid_instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") - -- -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_stereo__enhancer_CMakeLists.txt b/audio/lmms/files/patch-plugins_stereo__enhancer_CMakeLists.txt deleted file mode 100644 index 369375a7a1f7..000000000000 --- a/audio/lmms/files/patch-plugins_stereo__enhancer_CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- plugins/stereo_enhancer/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/stereo_enhancer/CMakeLists.txt -@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin) - - BUILD_PLUGIN(stereoenhancer stereo_enhancer.cpp stereoenhancer_controls.cpp stereoenhancer_control_dialog.cpp stereo_enhancer.h stereoenhancer_controls.h stereoenhancer_control_dialog.h MOCFILES stereoenhancer_controls.h stereoenhancer_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") - -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_stereo__matrix_CMakeLists.txt b/audio/lmms/files/patch-plugins_stereo__matrix_CMakeLists.txt deleted file mode 100644 index b847bde235d0..000000000000 --- a/audio/lmms/files/patch-plugins_stereo__matrix_CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- plugins/stereo_matrix/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/stereo_matrix/CMakeLists.txt -@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin) - - BUILD_PLUGIN(stereomatrix stereo_matrix.cpp stereomatrix_controls.cpp stereomatrix_control_dialog.cpp stereo_matrix.h stereomatrix_controls.h stereomatrix_control_dialog.h MOCFILES stereomatrix_controls.h stereomatrix_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") - -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_triple__oscillator_CMakeLists.txt b/audio/lmms/files/patch-plugins_triple__oscillator_CMakeLists.txt deleted file mode 100644 index dfa276859a92..000000000000 --- a/audio/lmms/files/patch-plugins_triple__oscillator_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/triple_oscillator/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/triple_oscillator/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(tripleoscillator TripleOscillator.cpp TripleOscillator.h MOCFILES TripleOscillator.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png) -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_vibed_CMakeLists.txt b/audio/lmms/files/patch-plugins_vibed_CMakeLists.txt deleted file mode 100644 index 2265d5b0462e..000000000000 --- a/audio/lmms/files/patch-plugins_vibed_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/vibed/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/vibed/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(vibedstrings vibed.cpp nine_button_selector.cpp string_container.cpp vibrating_string.cpp vibed.h nine_button_selector.h string_container.h vibrating_string.h MOCFILES vibed.h nine_button_selector.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_watsyn_CMakeLists.txt b/audio/lmms/files/patch-plugins_watsyn_CMakeLists.txt deleted file mode 100644 index cfb5507c25e8..000000000000 --- a/audio/lmms/files/patch-plugins_watsyn_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/watsyn/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/watsyn/CMakeLists.txt -@@ -3,3 +3,6 @@ INCLUDE(BuildPlugin) - LINK_DIRECTORIES(${SAMPLERATE_LIBRARY_DIRS}) - LINK_LIBRARIES(${SAMPLERATE_LIBRARIES}) - BUILD_PLUGIN(watsyn Watsyn.cpp Watsyn.h MOCFILES Watsyn.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png) -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_waveshaper_CMakeLists.txt b/audio/lmms/files/patch-plugins_waveshaper_CMakeLists.txt deleted file mode 100644 index 0442853f535e..000000000000 --- a/audio/lmms/files/patch-plugins_waveshaper_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- plugins/waveshaper/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/waveshaper/CMakeLists.txt -@@ -1,3 +1,6 @@ - INCLUDE(BuildPlugin) - - BUILD_PLUGIN(waveshaper waveshaper.cpp waveshaper_controls.cpp waveshaper_control_dialog.cpp MOCFILES waveshaper_controls.h waveshaper_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") -+ -+include_directories(${SAMPLERATE_INCLUDE_DIRS}) -+link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeLists.txt b/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeLists.txt deleted file mode 100644 index ad8427bb025b..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- plugins/zynaddsubfx/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC -+++ plugins/zynaddsubfx/CMakeLists.txt -@@ -49,6 +49,7 @@ INCLUDE_DIRECTORIES("${FLTK_INCLUDE_DIR} - "${CMAKE_BINARY_DIR}") - - include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/zynaddsubfx/src/UI) -+link_directories(${FFTW3F_LIBRARY_DIRS}) - - ADD_DEFINITIONS(-DPLUGINVERSION) # removes exit confirmation dialogs etc. in MasterUI.fl - add_subdirectory(zynaddsubfx/src/Nio) -@@ -137,11 +138,6 @@ IF(LMMS_BUILD_WIN32) - TARGET_LINK_LIBRARIES(RemoteZynAddSubFx ${QT_LIBRARIES}) - ENDIF(LMMS_BUILD_WIN32) - --# FLTK needs X --IF(LMMS_BUILD_LINUX) -- TARGET_LINK_LIBRARIES(RemoteZynAddSubFx -ldl) --ENDIF(LMMS_BUILD_LINUX) -- - - IF(LMMS_BUILD_WIN32) - ADD_CUSTOM_COMMAND(TARGET ZynAddSubFxCore POST_BUILD COMMAND "${STRIP}" "\"${CMAKE_CURRENT_BINARY_DIR}/libZynAddSubFxCore.dll\"") diff --git a/audio/lmms/files/patch-src_3rdparty_rpmalloc_rpmalloc_rpmalloc_rpmalloc.c b/audio/lmms/files/patch-src_3rdparty_rpmalloc_rpmalloc_rpmalloc_rpmalloc.c new file mode 100644 index 000000000000..36e7570ec898 --- /dev/null +++ b/audio/lmms/files/patch-src_3rdparty_rpmalloc_rpmalloc_rpmalloc_rpmalloc.c @@ -0,0 +1,11 @@ +--- src/3rdparty/rpmalloc/rpmalloc/rpmalloc/rpmalloc.c.orig 2018-07-14 14:17:12 UTC ++++ src/3rdparty/rpmalloc/rpmalloc/rpmalloc/rpmalloc.c +@@ -1627,6 +1627,8 @@ _memory_map_os(size_t size, size_t* offset) { + #else + # if defined(__APPLE__) + void* ptr = mmap(0, size + padding, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_UNINITIALIZED, (_memory_huge_pages ? VM_FLAGS_SUPERPAGE_SIZE_2MB : -1), 0); ++# elif defined(__FreeBSD__) ++ void* ptr = mmap(0, size + padding, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_UNINITIALIZED, -1, 0); + # else + void* ptr = mmap(0, size + padding, PROT_READ | PROT_WRITE, (_memory_huge_pages ? MAP_HUGETLB : 0) | MAP_PRIVATE | MAP_ANONYMOUS | MAP_UNINITIALIZED, -1, 0); + # endif diff --git a/audio/lmms/files/patch-src_core_main.cpp b/audio/lmms/files/patch-src_core_main.cpp deleted file mode 100644 index eeb8f2d03891..000000000000 --- a/audio/lmms/files/patch-src_core_main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/core/main.cpp.orig 2018-07-02 13:15:50 UTC -+++ src/core/main.cpp -@@ -156,7 +156,7 @@ int main( int argc, char * * argv ) - "License as published by the Free Software Foundation; either\n" - "version 2 of the License, or (at your option) any later version.\n\n" - "Try \"%s --help\" for more information.\n\n", LMMS_VERSION, -- PLATFORM, MACHINE, QT_VERSION_STR, GCC_VERSION, -+ PLATFORM, MACHINE, QT_VERSION_STR, __VERSION__, - argv[0] ); - - return( EXIT_SUCCESS ); diff --git a/audio/lmms/files/patch-src_gui_about__dialog.cpp b/audio/lmms/files/patch-src_gui_about__dialog.cpp deleted file mode 100644 index c817395895f0..000000000000 --- a/audio/lmms/files/patch-src_gui_about__dialog.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gui/about_dialog.cpp.orig 2018-07-02 13:46:00 UTC -+++ src/gui/about_dialog.cpp -@@ -46,7 +46,7 @@ aboutDialog::aboutDialog() : - arg( PLATFORM ). - arg( MACHINE ). - arg( QT_VERSION_STR ). -- arg( GCC_VERSION ) ); -+ arg( __VERSION__ ) ); - - authorLabel->setPlainText( embed::getText( "AUTHORS" ) ); - diff --git a/audio/lmms/pkg-plist b/audio/lmms/pkg-plist index 34e8d90cbba2..8c582e47736b 100644 --- a/audio/lmms/pkg-plist +++ b/audio/lmms/pkg-plist @@ -1,8 +1,14 @@ bin/lmms +include/lmms/AboutDialog.h +include/lmms/ActionGroup.h +include/lmms/AtomicInt.h include/lmms/AudioAlsa.h +include/lmms/AudioAlsaSetupWidget.h include/lmms/AudioDevice.h +include/lmms/AudioDeviceSetupWidget.h include/lmms/AudioDummy.h include/lmms/AudioFileDevice.h +include/lmms/AudioFileMP3.h include/lmms/AudioFileOgg.h include/lmms/AudioFileWave.h include/lmms/AudioJack.h @@ -12,15 +18,29 @@ include/lmms/AudioPortAudio.h include/lmms/AudioPulseAudio.h include/lmms/AudioSampleRecorder.h include/lmms/AudioSdl.h +include/lmms/AudioSndio.h +include/lmms/AudioSoundIo.h +include/lmms/AudioWeakJack.h +include/lmms/AutomatableButton.h include/lmms/AutomatableModel.h include/lmms/AutomatableModelView.h +include/lmms/AutomatableSlider.h include/lmms/AutomationEditor.h include/lmms/AutomationPattern.h include/lmms/AutomationPatternView.h include/lmms/AutomationTrack.h +include/lmms/BBEditor.h +include/lmms/BBTrack.h +include/lmms/BBTrackContainer.h include/lmms/BandLimitedWave.h +include/lmms/BasicFilters.h +include/lmms/BufferManager.h +include/lmms/CPULoadWidget.h +include/lmms/CaptionMenu.h include/lmms/Clipboard.h +include/lmms/ComboBox.h include/lmms/ComboBoxModel.h +include/lmms/ConfigManager.h include/lmms/Controller.h include/lmms/ControllerConnection.h include/lmms/ControllerConnectionDialog.h @@ -28,11 +48,14 @@ include/lmms/ControllerDialog.h include/lmms/ControllerRackView.h include/lmms/ControllerView.h include/lmms/DataFile.h +include/lmms/Delay.h include/lmms/DetuningHelper.h +include/lmms/DrumSynth.h include/lmms/DspEffectLibrary.h include/lmms/DummyEffect.h include/lmms/DummyInstrument.h include/lmms/DummyPlugin.h +include/lmms/Editor.h include/lmms/Effect.h include/lmms/EffectChain.h include/lmms/EffectControlDialog.h @@ -40,13 +63,21 @@ include/lmms/EffectControls.h include/lmms/EffectRackView.h include/lmms/EffectSelectDialog.h include/lmms/EffectView.h +include/lmms/Engine.h include/lmms/EnvelopeAndLfoParameters.h include/lmms/EnvelopeAndLfoView.h +include/lmms/ExportFilter.h +include/lmms/ExportProjectDialog.h +include/lmms/FadeButton.h +include/lmms/Fader.h include/lmms/FileBrowser.h include/lmms/FileDialog.h include/lmms/FxLine.h include/lmms/FxMixer.h include/lmms/FxMixerView.h +include/lmms/Graph.h +include/lmms/GroupBox.h +include/lmms/GuiApplication.h include/lmms/ImportFilter.h include/lmms/InlineAutomation.h include/lmms/Instrument.h @@ -58,31 +89,46 @@ include/lmms/InstrumentSoundShaping.h include/lmms/InstrumentSoundShapingView.h include/lmms/InstrumentTrack.h include/lmms/InstrumentView.h +include/lmms/IoHelper.h include/lmms/JournallingObject.h +include/lmms/Knob.h +include/lmms/Ladspa2LMMS.h include/lmms/LadspaBase.h include/lmms/LadspaControl.h include/lmms/LadspaControlView.h +include/lmms/LadspaManager.h include/lmms/LcdSpinBox.h include/lmms/LcdWidget.h +include/lmms/LedCheckbox.h +include/lmms/LeftRightNav.h include/lmms/LfoController.h include/lmms/LmmsPalette.h include/lmms/LmmsStyle.h +include/lmms/LocaleHelper.h +include/lmms/LocklessAllocator.h +include/lmms/LocklessList.h +include/lmms/MainApplication.h include/lmms/MainWindow.h include/lmms/MemoryHelper.h +include/lmms/MemoryManager.h include/lmms/MeterDialog.h include/lmms/MeterModel.h include/lmms/MicroTimer.h include/lmms/Midi.h include/lmms/MidiAlsaRaw.h include/lmms/MidiAlsaSeq.h +include/lmms/MidiApple.h include/lmms/MidiClient.h include/lmms/MidiController.h include/lmms/MidiDummy.h include/lmms/MidiEvent.h include/lmms/MidiEventProcessor.h +include/lmms/MidiJack.h include/lmms/MidiOss.h include/lmms/MidiPort.h include/lmms/MidiPortMenu.h +include/lmms/MidiSetupWidget.h +include/lmms/MidiSndio.h include/lmms/MidiTime.h include/lmms/MidiWinMM.h include/lmms/MixHelpers.h @@ -91,112 +137,97 @@ include/lmms/MixerProfiler.h include/lmms/MixerWorkerThread.h include/lmms/Model.h include/lmms/ModelView.h +include/lmms/NStateButton.h +include/lmms/Note.h include/lmms/NotePlayHandle.h include/lmms/Oscillator.h +include/lmms/OutputSettings.h include/lmms/Pattern.h include/lmms/PeakController.h include/lmms/Piano.h include/lmms/PianoRoll.h include/lmms/PianoView.h include/lmms/Pitch.h +include/lmms/PixmapButton.h include/lmms/PlayHandle.h include/lmms/Plugin.h +include/lmms/PluginBrowser.h +include/lmms/PluginFactory.h include/lmms/PluginView.h include/lmms/PresetPreviewPlayHandle.h include/lmms/ProjectJournal.h +include/lmms/ProjectNotes.h include/lmms/ProjectRenderer.h +include/lmms/ProjectVersion.h include/lmms/RemotePlugin.h +include/lmms/RenameDialog.h +include/lmms/RenderManager.h +include/lmms/RingBuffer.h include/lmms/RmsHelper.h +include/lmms/RowTableView.h +include/lmms/Rubberband.h include/lmms/SampleBuffer.h include/lmms/SamplePlayHandle.h include/lmms/SampleRecordHandle.h include/lmms/SampleTrack.h include/lmms/SendButtonIndicator.h include/lmms/SerializingObject.h +include/lmms/SetupDialog.h include/lmms/SideBar.h include/lmms/SideBarWidget.h +include/lmms/Song.h include/lmms/SongEditor.h +include/lmms/StringPairDrag.h +include/lmms/SubWindow.h include/lmms/SweepOscillator.h +include/lmms/TabBar.h +include/lmms/TabButton.h +include/lmms/TabWidget.h include/lmms/TempoSyncKnob.h include/lmms/TempoSyncKnobModel.h +include/lmms/TextFloat.h include/lmms/ThreadableJob.h include/lmms/TimeDisplayWidget.h +include/lmms/TimeLineWidget.h +include/lmms/ToolButton.h include/lmms/ToolPlugin.h include/lmms/ToolPluginView.h +include/lmms/ToolTip.h +include/lmms/Track.h include/lmms/TrackContainer.h include/lmms/TrackContainerView.h +include/lmms/TrackLabelButton.h +include/lmms/TrackRenameLineEdit.h +include/lmms/ValueBuffer.h include/lmms/VersionedSaveDialog.h +include/lmms/VisualizationWidget.h include/lmms/VstSyncController.h include/lmms/VstSyncData.h -include/lmms/about_dialog.h include/lmms/aeffectx.h -include/lmms/atomic_int.h -include/lmms/automatable_button.h -include/lmms/automatable_slider.h include/lmms/base64.h -include/lmms/basic_filters.h -include/lmms/bb_editor.h -include/lmms/bb_track.h -include/lmms/bb_track_container.h -include/lmms/caption_menu.h -include/lmms/combobox.h -include/lmms/config_mgr.h -include/lmms/cpuload_widget.h include/lmms/custom_events.h include/lmms/debug.h -include/lmms/drumsynth.h +include/lmms/denormals.h include/lmms/embed.cpp include/lmms/embed.h include/lmms/endian_handling.h -include/lmms/engine.h include/lmms/export.h -include/lmms/export_project_dialog.h -include/lmms/fade_button.h -include/lmms/fader.h include/lmms/fft_helpers.h include/lmms/fifo_buffer.h -include/lmms/graph.h -include/lmms/group_box.h include/lmms/gui_templates.h include/lmms/interpolation.h -include/lmms/knob.h include/lmms/ladspa.h -include/lmms/ladspa_2_lmms.h -include/lmms/ladspa_manager.h -include/lmms/led_checkbox.h include/lmms/lmms_basics.h include/lmms/lmms_constants.h include/lmms/lmms_math.h include/lmms/lmmsconfig.h include/lmms/lmmsversion.h -include/lmms/note.h -include/lmms/nstate_button.h include/lmms/panning.h include/lmms/panning_constants.h -include/lmms/pixmap_button.h -include/lmms/plugin_browser.h -include/lmms/project_notes.h -include/lmms/project_version.h -include/lmms/rename_dialog.h -include/lmms/rubberband.h -include/lmms/setup_dialog.h include/lmms/shared_object.h -include/lmms/song.h -include/lmms/string_pair_drag.h -include/lmms/tab_bar.h -include/lmms/tab_button.h -include/lmms/tab_widget.h include/lmms/templates.h -include/lmms/text_float.h -include/lmms/timeline.h -include/lmms/tool_button.h -include/lmms/tooltip.h -include/lmms/track.h -include/lmms/track_label_button.h -include/lmms/transformable_auto_model.h include/lmms/update_event.h include/lmms/versioninfo.h -include/lmms/visualization_widget.h include/lmms/volume.h lib/lmms/RemoteZynAddSubFx lib/lmms/libOPL2.so @@ -204,23 +235,29 @@ lib/lmms/libZynAddSubFxCore.so lib/lmms/libamplifier.so lib/lmms/libaudiofileprocessor.so lib/lmms/libbassbooster.so +lib/lmms/libbitcrush.so lib/lmms/libbitinvader.so +lib/lmms/libcrossovereq.so lib/lmms/libdelay.so lib/lmms/libdualfilter.so lib/lmms/libdynamicsprocessor.so -lib/lmms/libflpimport.so +lib/lmms/libeq.so +lib/lmms/libflanger.so lib/lmms/libhydrogenimport.so lib/lmms/libkicker.so lib/lmms/libladspabrowser.so lib/lmms/libladspaeffect.so lib/lmms/liblb302.so +lib/lmms/libmidiexport.so lib/lmms/libmidiimport.so lib/lmms/libmonstro.so +lib/lmms/libmultitapecho.so lib/lmms/libnes.so lib/lmms/liborganic.so lib/lmms/libpapu.so lib/lmms/libpatman.so lib/lmms/libpeakcontrollereffect.so +lib/lmms/libreverbsc.so lib/lmms/libsf2player.so lib/lmms/libsfxr.so lib/lmms/libsid.so @@ -232,10 +269,39 @@ lib/lmms/libvibedstrings.so lib/lmms/libwatsyn.so lib/lmms/libwaveshaper.so lib/lmms/libzynaddsubfx.so +man/man1/lmms.1.gz share/applications/lmms.desktop +share/icons/hicolor/128x128/apps/lmms.png +share/icons/hicolor/128x128/mimetypes/application-x-lmms-project.png +share/icons/hicolor/128x128@2/apps/lmms.png +share/icons/hicolor/128x128@2/mimetypes/application-x-lmms-project.png +share/icons/hicolor/16x16/apps/lmms.png +share/icons/hicolor/16x16/mimetypes/application-x-lmms-project.png +share/icons/hicolor/16x16@2/apps/lmms.png +share/icons/hicolor/16x16@2/mimetypes/application-x-lmms-project.png +share/icons/hicolor/24x24/apps/lmms.png +share/icons/hicolor/24x24/mimetypes/application-x-lmms-project.png +share/icons/hicolor/24x24@2/apps/lmms.png +share/icons/hicolor/24x24@2/mimetypes/application-x-lmms-project.png +share/icons/hicolor/32x32/apps/lmms.png +share/icons/hicolor/32x32/mimetypes/application-x-lmms-project.png +share/icons/hicolor/32x32@2/apps/lmms.png +share/icons/hicolor/32x32@2/mimetypes/application-x-lmms-project.png +share/icons/hicolor/48x48/apps/lmms.png +share/icons/hicolor/48x48/mimetypes/application-x-lmms-project.png +share/icons/hicolor/48x48@2/apps/lmms.png +share/icons/hicolor/48x48@2/mimetypes/application-x-lmms-project.png +share/icons/hicolor/64x64/apps/lmms.png +share/icons/hicolor/64x64/mimetypes/application-x-lmms-project.png +share/icons/hicolor/64x64@2/apps/lmms.png +share/icons/hicolor/64x64@2/mimetypes/application-x-lmms-project.png +share/icons/hicolor/scalable/apps/lmms.svg +share/icons/hicolor/scalable/mimetypes/application-x-lmms-project.svg %%DATADIR%%/backgrounds/lmms_tile.png %%DATADIR%%/backgrounds/newbg.png %%DATADIR%%/backgrounds/vinnie.png +%%DATADIR%%/locale/ar.qm +%%DATADIR%%/locale/bs.qm %%DATADIR%%/locale/ca.qm %%DATADIR%%/locale/cs.qm %%DATADIR%%/locale/de.qm @@ -244,6 +310,7 @@ share/applications/lmms.desktop %%DATADIR%%/locale/fa.qm %%DATADIR%%/locale/fr.qm %%DATADIR%%/locale/gl.qm +%%DATADIR%%/locale/hu_HU.qm %%DATADIR%%/locale/it.qm %%DATADIR%%/locale/ja.qm %%DATADIR%%/locale/ko.qm @@ -251,8 +318,12 @@ share/applications/lmms.desktop %%DATADIR%%/locale/pl.qm %%DATADIR%%/locale/pt.qm %%DATADIR%%/locale/ru.qm +%%DATADIR%%/locale/sl.qm +%%DATADIR%%/locale/sr.qm %%DATADIR%%/locale/sv.qm -%%DATADIR%%/locale/zh.qm +%%DATADIR%%/locale/uk.qm +%%DATADIR%%/locale/zh_CN.qm +%%DATADIR%%/locale/zh_TW.qm %%DATADIR%%/presets/AudioFileProcessor/Bass-Mania.xpf %%DATADIR%%/presets/AudioFileProcessor/Erazor.xpf %%DATADIR%%/presets/AudioFileProcessor/Fat-Reversed-Kick.xpf @@ -1043,10 +1114,6 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0065-Steel Rhodes.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0067-RhodesPad1.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0068-RhodesPad2.xiz -%%DATADIR%%/presets/ZynAddSubFX/Splited/0001-Strings and Reed1.xiz -%%DATADIR%%/presets/ZynAddSubFX/Splited/0002-Strings and Reed2.xiz -%%DATADIR%%/presets/ZynAddSubFX/Splited/0003-Strings and Flute.xiz -%%DATADIR%%/presets/ZynAddSubFX/Splited/0033-Choir and Reed.xiz %%DATADIR%%/presets/ZynAddSubFX/Splitted/0001-Strings and Reed1.xiz %%DATADIR%%/presets/ZynAddSubFX/Splitted/0002-Strings and Reed2.xiz %%DATADIR%%/presets/ZynAddSubFX/Splitted/0003-Strings and Flute.xiz @@ -1364,52 +1431,53 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0036-organ_not_distorted.xiz %%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0037-old_organ.xiz %%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0039-jazz_guitar.xiz -%%DATADIR%%/projects/CoolSongs/Alf42red-Mauiwowi.mmpz -%%DATADIR%%/projects/CoolSongs/CapDan/CapDan-TwilightArea-OriginalByAlf42red.mmpz -%%DATADIR%%/projects/CoolSongs/CapDan/CapDan-ZeroSumGame-OriginalByZakarra.mmpz -%%DATADIR%%/projects/CoolSongs/Farbro-Tectonic.mmpz -%%DATADIR%%/projects/CoolSongs/Greippi-ardudar.mmpz -%%DATADIR%%/projects/CoolSongs/Impulslogik-Zen.mmpz -%%DATADIR%%/projects/CoolSongs/Momo64-esp.mmpz -%%DATADIR%%/projects/CoolSongs/Namitryus-K-Project.mmpz -%%DATADIR%%/projects/CoolSongs/Oglsdl-Dr8v2.mmpz -%%DATADIR%%/projects/CoolSongs/Popsip-Electric Dancer.mmpz -%%DATADIR%%/projects/CoolSongs/Root84-Initialize.mmpz -%%DATADIR%%/projects/CoolSongs/Saber-FinalStep.mmpz -%%DATADIR%%/projects/CoolSongs/Settel-InnerRecreation.mmpz -%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-Onion.mmpz -%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-RandomProjectNumber14253.mmpz -%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-TurningPoint.mmpz -%%DATADIR%%/projects/CoolSongs/Socceroos-Progress.mmpz -%%DATADIR%%/projects/CoolSongs/StrictProduction-DearJonDoe.mmp -%%DATADIR%%/projects/CoolSongs/TameAnderson-MakeMe.mmpz -%%DATADIR%%/projects/CoolSongs/Thaledric-Armageddon.mmpz -%%DATADIR%%/projects/CoolSongs/TobyDox-Psycho.mmpz -%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-59_Degrees.mmpz -%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-MainstreamMemory.mmpz -%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-OneDay.mmpz -%%DATADIR%%/projects/CoolSongs/unfa-Spoken.mmpz -%%DATADIR%%/projects/Demos/AngryLlama-NewFangled.mmpz -%%DATADIR%%/projects/Demos/Ashore.mmpz -%%DATADIR%%/projects/Demos/CapDan-ReggaeTry.mmpz -%%DATADIR%%/projects/Demos/CapDan-ReggaetonTry.mmpz -%%DATADIR%%/projects/Demos/DnB.mmpz -%%DATADIR%%/projects/Demos/EsoXLB-CPU.mmpz -%%DATADIR%%/projects/Demos/Oglsdl-PpTrip.mmpz -%%DATADIR%%/projects/Demos/Shovon-ProgressiveHousePluckDemo.mmpz -%%DATADIR%%/projects/Demos/Skiessi-C64.mmpz -%%DATADIR%%/projects/Demos/Thomasso-AxeFromThe80s.mmpz -%%DATADIR%%/projects/Shorties/Crunk(Demo).mmp -%%DATADIR%%/projects/Shorties/Greshz-CoolSnip.mmpz -%%DATADIR%%/projects/Shorties/Root84-TrancyLoop.mmpz -%%DATADIR%%/projects/Shorties/Skiessi-222.mmpz -%%DATADIR%%/projects/Shorties/Surrender-Main.mmpz -%%DATADIR%%/projects/Shorties/sv-DnB-Startup.mmpz -%%DATADIR%%/projects/Shorties/sv-Trance-Startup.mmpz +%%DATADIR%%/projects/demos/Alf42red-Mauiwowi.mmpz +%%DATADIR%%/projects/demos/AngryLlama-NewFangled.mmpz +%%DATADIR%%/projects/demos/Ashore.mmpz +%%DATADIR%%/projects/demos/CapDan/CapDan-ReggaeTry.mmpz +%%DATADIR%%/projects/demos/CapDan/CapDan-ReggaetonTry.mmpz +%%DATADIR%%/projects/demos/CapDan/CapDan-TwilightArea-OriginalByAlf42red.mmpz +%%DATADIR%%/projects/demos/CapDan/CapDan-ZeroSumGame-OriginalByZakarra.mmpz +%%DATADIR%%/projects/demos/DnB.mmpz +%%DATADIR%%/projects/demos/EsoXLB-CPU.mmpz +%%DATADIR%%/projects/demos/Farbro-Tectonic.mmpz +%%DATADIR%%/projects/demos/Greippi - Krem Kaakkuja (Second Flight Remix).mmpz +%%DATADIR%%/projects/demos/Impulslogik-Zen.mmpz +%%DATADIR%%/projects/demos/Jousboxx-BuzzerBeater.mmpz +%%DATADIR%%/projects/demos/Momo64-esp.mmpz +%%DATADIR%%/projects/demos/Namitryus-K-Project.mmpz +%%DATADIR%%/projects/demos/Oglsdl-Dr8v2.mmpz +%%DATADIR%%/projects/demos/Oglsdl-PpTrip.mmpz +%%DATADIR%%/projects/demos/Popsip-Electric Dancer.mmpz +%%DATADIR%%/projects/demos/Root84-Initialize.mmpz +%%DATADIR%%/projects/demos/Saber-FinalStep.mmpz +%%DATADIR%%/projects/demos/Settel-InnerRecreation.mmpz +%%DATADIR%%/projects/demos/Shovon-ProgressiveHousePluckDemo.mmpz +%%DATADIR%%/projects/demos/Skiessi/Skiessi-C64.mmpz +%%DATADIR%%/projects/demos/Skiessi/Skiessi-Onion.mmpz +%%DATADIR%%/projects/demos/Skiessi/Skiessi-RandomProjectNumber14253.mmpz +%%DATADIR%%/projects/demos/Skiessi/Skiessi-TurningPoint.mmpz +%%DATADIR%%/projects/demos/Socceroos-Progress.mmpz +%%DATADIR%%/projects/demos/StrictProduction-DearJonDoe.mmp +%%DATADIR%%/projects/demos/TameAnderson-MakeMe.mmpz +%%DATADIR%%/projects/demos/Thaledric-Armageddon.mmpz +%%DATADIR%%/projects/demos/Thomasso-AxeFromThe80s.mmpz +%%DATADIR%%/projects/demos/TobyDox-Psycho.mmpz +%%DATADIR%%/projects/demos/unfa-Spoken.mmpz +%%DATADIR%%/projects/shorties/Crunk(Demo).mmp +%%DATADIR%%/projects/shorties/DirtyLove.mmpz +%%DATADIR%%/projects/shorties/Greshz-CoolSnip.mmpz +%%DATADIR%%/projects/shorties/Root84-TrancyLoop.mmpz +%%DATADIR%%/projects/shorties/Skiessi-222.mmpz +%%DATADIR%%/projects/shorties/Surrender-Main.mmpz +%%DATADIR%%/projects/shorties/sv-DnB-Startup.mmpz +%%DATADIR%%/projects/shorties/sv-Trance-Startup.mmpz %%DATADIR%%/projects/templates/AcousticDrumset.mpt %%DATADIR%%/projects/templates/CR8000.mpt %%DATADIR%%/projects/templates/ClubMix.mpt +%%DATADIR%%/projects/templates/Empty.mpt %%DATADIR%%/projects/templates/TR808.mpt +%%DATADIR%%/projects/templates/default.mpt %%DATADIR%%/projects/tutorials/editing_note_volumes.mmp %%DATADIR%%/samples/basses/bass01.ogg %%DATADIR%%/samples/basses/bass_acid01.ogg @@ -1426,16 +1494,16 @@ share/applications/lmms.desktop %%DATADIR%%/samples/basses/synth_acid01.ogg %%DATADIR%%/samples/basses/synth_acid02.ogg %%DATADIR%%/samples/basses/techno_synth01.ogg -%%DATADIR%%/samples/bassloopes/briff01.ogg -%%DATADIR%%/samples/bassloopes/rave_bass01.ogg -%%DATADIR%%/samples/bassloopes/rave_bass02.ogg -%%DATADIR%%/samples/bassloopes/tb303_01.ogg -%%DATADIR%%/samples/bassloopes/techno_bass01.ogg -%%DATADIR%%/samples/bassloopes/techno_bass02.ogg -%%DATADIR%%/samples/bassloopes/techno_synth01.ogg -%%DATADIR%%/samples/bassloopes/techno_synth02.ogg -%%DATADIR%%/samples/bassloopes/techno_synth03.ogg -%%DATADIR%%/samples/bassloopes/techno_synth04.ogg +%%DATADIR%%/samples/bassloops/briff01.ogg +%%DATADIR%%/samples/bassloops/rave_bass01.ogg +%%DATADIR%%/samples/bassloops/rave_bass02.ogg +%%DATADIR%%/samples/bassloops/tb303_01.ogg +%%DATADIR%%/samples/bassloops/techno_bass01.ogg +%%DATADIR%%/samples/bassloops/techno_bass02.ogg +%%DATADIR%%/samples/bassloops/techno_synth01.ogg +%%DATADIR%%/samples/bassloops/techno_synth02.ogg +%%DATADIR%%/samples/bassloops/techno_synth03.ogg +%%DATADIR%%/samples/bassloops/techno_synth04.ogg %%DATADIR%%/samples/beats/909beat01.ogg %%DATADIR%%/samples/beats/break01.ogg %%DATADIR%%/samples/beats/break02.ogg @@ -2333,6 +2401,7 @@ share/applications/lmms.desktop %%DATADIR%%/samples/misc/hit02.ogg %%DATADIR%%/samples/misc/metalish_dong01.ogg %%DATADIR%%/samples/misc/metronome01.ogg +%%DATADIR%%/samples/misc/metronome02.ogg %%DATADIR%%/samples/misc/raving_crowd01.ogg %%DATADIR%%/samples/misc/snaph01.ogg %%DATADIR%%/samples/misc/undefined01.ogg @@ -2414,9 +2483,251 @@ share/applications/lmms.desktop %%DATADIR%%/samples/waveforms/w2_sawsine.flac %%DATADIR%%/samples/waveforms/w2_sharp.flac %%DATADIR%%/samples/waveforms/w2_w-wave.flac +%%DATADIR%%/themes/classic/add.png +%%DATADIR%%/themes/classic/add_automation.png +%%DATADIR%%/themes/classic/add_bb_track.png +%%DATADIR%%/themes/classic/add_folder.png +%%DATADIR%%/themes/classic/add_sample_track.png +%%DATADIR%%/themes/classic/analysis.png +%%DATADIR%%/themes/classic/apply-selected.png +%%DATADIR%%/themes/classic/apply.png +%%DATADIR%%/themes/classic/arp_down.png +%%DATADIR%%/themes/classic/arp_free.png +%%DATADIR%%/themes/classic/arp_random.png +%%DATADIR%%/themes/classic/arp_sort.png +%%DATADIR%%/themes/classic/arp_sync.png +%%DATADIR%%/themes/classic/arp_up.png +%%DATADIR%%/themes/classic/arp_up_and_down.png +%%DATADIR%%/themes/classic/automation.png +%%DATADIR%%/themes/classic/automation_track.png +%%DATADIR%%/themes/classic/autoscroll_off.png +%%DATADIR%%/themes/classic/autoscroll_on.png +%%DATADIR%%/themes/classic/back_to_start.png +%%DATADIR%%/themes/classic/back_to_zero.png +%%DATADIR%%/themes/classic/background_artwork.png +%%DATADIR%%/themes/classic/bb_track.png +%%DATADIR%%/themes/classic/bb_track_btn.png +%%DATADIR%%/themes/classic/black_key.png +%%DATADIR%%/themes/classic/black_key_pressed.png +%%DATADIR%%/themes/classic/cancel.png +%%DATADIR%%/themes/classic/chord.png +%%DATADIR%%/themes/classic/clock.png +%%DATADIR%%/themes/classic/close.png +%%DATADIR%%/themes/classic/colorize.png +%%DATADIR%%/themes/classic/combobox_arrow.png +%%DATADIR%%/themes/classic/combobox_arrow_selected.png +%%DATADIR%%/themes/classic/combobox_bg.png +%%DATADIR%%/themes/classic/computer.png +%%DATADIR%%/themes/classic/controller.png +%%DATADIR%%/themes/classic/cpuload_bg.png +%%DATADIR%%/themes/classic/cpuload_leds.png +%%DATADIR%%/themes/classic/dont_know.png +%%DATADIR%%/themes/classic/drum.png +%%DATADIR%%/themes/classic/edit_copy.png +%%DATADIR%%/themes/classic/edit_cut.png +%%DATADIR%%/themes/classic/edit_draw.png +%%DATADIR%%/themes/classic/edit_erase.png +%%DATADIR%%/themes/classic/edit_move.png +%%DATADIR%%/themes/classic/edit_paste.png +%%DATADIR%%/themes/classic/edit_redo.png +%%DATADIR%%/themes/classic/edit_rename.png +%%DATADIR%%/themes/classic/edit_select.png +%%DATADIR%%/themes/classic/edit_undo.png +%%DATADIR%%/themes/classic/effect_plugin.png +%%DATADIR%%/themes/classic/envelope_graph.png +%%DATADIR%%/themes/classic/error.png +%%DATADIR%%/themes/classic/exit.png +%%DATADIR%%/themes/classic/exp_wave_active.png +%%DATADIR%%/themes/classic/exp_wave_inactive.png +%%DATADIR%%/themes/classic/factory_files.png +%%DATADIR%%/themes/classic/fader_background.png +%%DATADIR%%/themes/classic/fader_knob.png +%%DATADIR%%/themes/classic/fader_leds.png +%%DATADIR%%/themes/classic/filter_2lp.png +%%DATADIR%%/themes/classic/filter_ap.png +%%DATADIR%%/themes/classic/filter_bp.png +%%DATADIR%%/themes/classic/filter_hp.png +%%DATADIR%%/themes/classic/filter_lp.png +%%DATADIR%%/themes/classic/filter_notch.png +%%DATADIR%%/themes/classic/flip_x.png +%%DATADIR%%/themes/classic/flip_y.png +%%DATADIR%%/themes/classic/folder.png +%%DATADIR%%/themes/classic/folder_locked.png +%%DATADIR%%/themes/classic/folder_opened.png +%%DATADIR%%/themes/classic/freeze.png +%%DATADIR%%/themes/classic/frozen.png +%%DATADIR%%/themes/classic/fx_mixer.png +%%DATADIR%%/themes/classic/hand.png +%%DATADIR%%/themes/classic/help.png +%%DATADIR%%/themes/classic/hint.png +%%DATADIR%%/themes/classic/home.png +%%DATADIR%%/themes/classic/hq_mode.png +%%DATADIR%%/themes/classic/icon.png +%%DATADIR%%/themes/classic/icon_small.png +%%DATADIR%%/themes/classic/instrument_track.png +%%DATADIR%%/themes/classic/keep_stop_position.png +%%DATADIR%%/themes/classic/knob01.png +%%DATADIR%%/themes/classic/knob02.png +%%DATADIR%%/themes/classic/knob03.png +%%DATADIR%%/themes/classic/knob05.png +%%DATADIR%%/themes/classic/lcd_19green.png +%%DATADIR%%/themes/classic/lcd_19red.png +%%DATADIR%%/themes/classic/lcd_21pink.png +%%DATADIR%%/themes/classic/led_green.png +%%DATADIR%%/themes/classic/led_off.png +%%DATADIR%%/themes/classic/led_red.png +%%DATADIR%%/themes/classic/led_yellow.png +%%DATADIR%%/themes/classic/lfo_controller_artwork.png +%%DATADIR%%/themes/classic/lfo_d100_active.png +%%DATADIR%%/themes/classic/lfo_d100_inactive.png +%%DATADIR%%/themes/classic/lfo_graph.png +%%DATADIR%%/themes/classic/lfo_x100_active.png +%%DATADIR%%/themes/classic/lfo_x100_inactive.png +%%DATADIR%%/themes/classic/lfo_x1_active.png +%%DATADIR%%/themes/classic/lfo_x1_inactive.png +%%DATADIR%%/themes/classic/loop_points_off.png +%%DATADIR%%/themes/classic/loop_points_on.png +%%DATADIR%%/themes/classic/main_slider.png +%%DATADIR%%/themes/classic/master_pitch.png +%%DATADIR%%/themes/classic/master_volume.png +%%DATADIR%%/themes/classic/maximize.png +%%DATADIR%%/themes/classic/metronome.png +%%DATADIR%%/themes/classic/midi_file.png +%%DATADIR%%/themes/classic/mixer_send_off.png +%%DATADIR%%/themes/classic/mixer_send_on.png +%%DATADIR%%/themes/classic/moog_saw_wave_active.png +%%DATADIR%%/themes/classic/moog_saw_wave_inactive.png +%%DATADIR%%/themes/classic/muted.png +%%DATADIR%%/themes/classic/new_channel.png +%%DATADIR%%/themes/classic/note.png +%%DATADIR%%/themes/classic/note_double_whole.png +%%DATADIR%%/themes/classic/note_eighth.png +%%DATADIR%%/themes/classic/note_half.png +%%DATADIR%%/themes/classic/note_none.png +%%DATADIR%%/themes/classic/note_quarter.png +%%DATADIR%%/themes/classic/note_sixteenth.png +%%DATADIR%%/themes/classic/note_thirtysecond.png +%%DATADIR%%/themes/classic/note_tripleteighth.png +%%DATADIR%%/themes/classic/note_triplethalf.png +%%DATADIR%%/themes/classic/note_tripletquarter.png +%%DATADIR%%/themes/classic/note_tripletsixteenth.png +%%DATADIR%%/themes/classic/note_tripletthirtysecond.png +%%DATADIR%%/themes/classic/note_whole.png +%%DATADIR%%/themes/classic/output_graph.png +%%DATADIR%%/themes/classic/pat_rec.png +%%DATADIR%%/themes/classic/pause.png +%%DATADIR%%/themes/classic/piano.png +%%DATADIR%%/themes/classic/play.png +%%DATADIR%%/themes/classic/playpos_marker.png +%%DATADIR%%/themes/classic/plugins.png +%%DATADIR%%/themes/classic/ports.png +%%DATADIR%%/themes/classic/pr_black_key.png +%%DATADIR%%/themes/classic/pr_black_key_pressed.png +%%DATADIR%%/themes/classic/pr_white_key_big.png +%%DATADIR%%/themes/classic/pr_white_key_big_pressed.png +%%DATADIR%%/themes/classic/pr_white_key_small.png +%%DATADIR%%/themes/classic/pr_white_key_small_pressed.png +%%DATADIR%%/themes/classic/preset_file.png +%%DATADIR%%/themes/classic/progression_cubic_hermite.png +%%DATADIR%%/themes/classic/progression_discrete.png +%%DATADIR%%/themes/classic/progression_linear.png +%%DATADIR%%/themes/classic/project_export.png +%%DATADIR%%/themes/classic/project_file.png +%%DATADIR%%/themes/classic/project_import.png +%%DATADIR%%/themes/classic/project_new.png +%%DATADIR%%/themes/classic/project_new_from_template.png +%%DATADIR%%/themes/classic/project_notes.png +%%DATADIR%%/themes/classic/project_open.png +%%DATADIR%%/themes/classic/project_open_down.png +%%DATADIR%%/themes/classic/project_open_recent.png +%%DATADIR%%/themes/classic/project_save.png +%%DATADIR%%/themes/classic/project_saveas.png +%%DATADIR%%/themes/classic/quantize.png +%%DATADIR%%/themes/classic/random_wave_active.png +%%DATADIR%%/themes/classic/random_wave_inactive.png +%%DATADIR%%/themes/classic/receive_bg_arrow.png +%%DATADIR%%/themes/classic/record.png +%%DATADIR%%/themes/classic/record_accompany.png +%%DATADIR%%/themes/classic/reload.png +%%DATADIR%%/themes/classic/restore.png +%%DATADIR%%/themes/classic/round_square_wave_active.png +%%DATADIR%%/themes/classic/round_square_wave_inactive.png +%%DATADIR%%/themes/classic/sample_file.png +%%DATADIR%%/themes/classic/sample_track.png +%%DATADIR%%/themes/classic/saw_wave_active.png +%%DATADIR%%/themes/classic/saw_wave_inactive.png +%%DATADIR%%/themes/classic/sbarrow_down.png +%%DATADIR%%/themes/classic/sbarrow_down_d.png +%%DATADIR%%/themes/classic/sbarrow_left.png +%%DATADIR%%/themes/classic/sbarrow_left_d.png +%%DATADIR%%/themes/classic/sbarrow_right.png +%%DATADIR%%/themes/classic/sbarrow_right_d.png +%%DATADIR%%/themes/classic/sbarrow_up.png +%%DATADIR%%/themes/classic/sbarrow_up_d.png +%%DATADIR%%/themes/classic/scale.png +%%DATADIR%%/themes/classic/send_bg_arrow.png +%%DATADIR%%/themes/classic/setup_audio.png +%%DATADIR%%/themes/classic/setup_directories.png +%%DATADIR%%/themes/classic/setup_general.png +%%DATADIR%%/themes/classic/setup_midi.png +%%DATADIR%%/themes/classic/setup_performance.png +%%DATADIR%%/themes/classic/sin_wave_active.png +%%DATADIR%%/themes/classic/sin_wave_inactive.png +%%DATADIR%%/themes/classic/songeditor.png +%%DATADIR%%/themes/classic/soundfont_file.png +%%DATADIR%%/themes/classic/splash.png +%%DATADIR%%/themes/classic/square_wave_active.png +%%DATADIR%%/themes/classic/square_wave_inactive.png +%%DATADIR%%/themes/classic/step_btn_add.png +%%DATADIR%%/themes/classic/step_btn_duplicate.png +%%DATADIR%%/themes/classic/step_btn_off.png +%%DATADIR%%/themes/classic/step_btn_off_light.png +%%DATADIR%%/themes/classic/step_btn_on_0.png +%%DATADIR%%/themes/classic/step_btn_on_200.png +%%DATADIR%%/themes/classic/step_btn_remove.png +%%DATADIR%%/themes/classic/stepper-down-press.png +%%DATADIR%%/themes/classic/stepper-down.png +%%DATADIR%%/themes/classic/stepper-left-press.png +%%DATADIR%%/themes/classic/stepper-left.png +%%DATADIR%%/themes/classic/stepper-right-press.png +%%DATADIR%%/themes/classic/stepper-right.png +%%DATADIR%%/themes/classic/stepper-up-press.png +%%DATADIR%%/themes/classic/stepper-up.png +%%DATADIR%%/themes/classic/stop.png +%%DATADIR%%/themes/classic/style.css +%%DATADIR%%/themes/classic/tempo_sync.png +%%DATADIR%%/themes/classic/text_block.png +%%DATADIR%%/themes/classic/text_bold.png +%%DATADIR%%/themes/classic/text_center.png +%%DATADIR%%/themes/classic/text_italic.png +%%DATADIR%%/themes/classic/text_left.png +%%DATADIR%%/themes/classic/text_right.png +%%DATADIR%%/themes/classic/text_under.png +%%DATADIR%%/themes/classic/track_op_grip.png +%%DATADIR%%/themes/classic/trackop.png +%%DATADIR%%/themes/classic/trackop_c.png +%%DATADIR%%/themes/classic/trackop_h.png +%%DATADIR%%/themes/classic/triangle_wave_active.png +%%DATADIR%%/themes/classic/triangle_wave_inactive.png +%%DATADIR%%/themes/classic/uhoh.png +%%DATADIR%%/themes/classic/unavailable_sound.png +%%DATADIR%%/themes/classic/unfreeze.png +%%DATADIR%%/themes/classic/unknown_file.png +%%DATADIR%%/themes/classic/usr_wave_active.png +%%DATADIR%%/themes/classic/usr_wave_inactive.png +%%DATADIR%%/themes/classic/vst_plugin_file.png +%%DATADIR%%/themes/classic/whatsthis.png +%%DATADIR%%/themes/classic/white_key.png +%%DATADIR%%/themes/classic/white_key_pressed.png +%%DATADIR%%/themes/classic/white_noise_wave_active.png +%%DATADIR%%/themes/classic/white_noise_wave_inactive.png +%%DATADIR%%/themes/classic/zoom.png +%%DATADIR%%/themes/classic/zoom_x.png +%%DATADIR%%/themes/classic/zoom_y.png %%DATADIR%%/themes/default/add.png %%DATADIR%%/themes/default/add_automation.png %%DATADIR%%/themes/default/add_bb_track.png +%%DATADIR%%/themes/default/add_folder.png %%DATADIR%%/themes/default/add_sample_track.png %%DATADIR%%/themes/default/analysis.png %%DATADIR%%/themes/default/apply-selected.png @@ -2434,7 +2745,6 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/autoscroll_on.png %%DATADIR%%/themes/default/back_to_start.png %%DATADIR%%/themes/default/back_to_zero.png -%%DATADIR%%/themes/default/background_artwork.png %%DATADIR%%/themes/default/bb_track.png %%DATADIR%%/themes/default/bb_track_btn.png %%DATADIR%%/themes/default/black_key.png @@ -2442,17 +2752,18 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/cancel.png %%DATADIR%%/themes/default/chord.png %%DATADIR%%/themes/default/clock.png +%%DATADIR%%/themes/default/close.png +%%DATADIR%%/themes/default/closed_branch.png %%DATADIR%%/themes/default/colorize.png %%DATADIR%%/themes/default/combobox_arrow.png %%DATADIR%%/themes/default/combobox_arrow_selected.png %%DATADIR%%/themes/default/combobox_bg.png %%DATADIR%%/themes/default/computer.png %%DATADIR%%/themes/default/controller.png -%%DATADIR%%/themes/default/controller_bg.png %%DATADIR%%/themes/default/cpuload_bg.png %%DATADIR%%/themes/default/cpuload_leds.png +%%DATADIR%%/themes/default/discard.png %%DATADIR%%/themes/default/dont_know.png -%%DATADIR%%/themes/default/drum.png %%DATADIR%%/themes/default/edit_copy.png %%DATADIR%%/themes/default/edit_cut.png %%DATADIR%%/themes/default/edit_draw.png @@ -2464,6 +2775,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/edit_select.png %%DATADIR%%/themes/default/edit_undo.png %%DATADIR%%/themes/default/effect_plugin.png +%%DATADIR%%/themes/default/env_lfo_tab.png %%DATADIR%%/themes/default/envelope_graph.png %%DATADIR%%/themes/default/error.png %%DATADIR%%/themes/default/exit.png @@ -2473,34 +2785,39 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/fader_background.png %%DATADIR%%/themes/default/fader_knob.png %%DATADIR%%/themes/default/fader_leds.png +%%DATADIR%%/themes/default/file.png %%DATADIR%%/themes/default/filter_2lp.png %%DATADIR%%/themes/default/filter_ap.png %%DATADIR%%/themes/default/filter_bp.png %%DATADIR%%/themes/default/filter_hp.png %%DATADIR%%/themes/default/filter_lp.png %%DATADIR%%/themes/default/filter_notch.png +%%DATADIR%%/themes/default/flip_x.png +%%DATADIR%%/themes/default/flip_y.png %%DATADIR%%/themes/default/folder.png %%DATADIR%%/themes/default/folder_locked.png %%DATADIR%%/themes/default/folder_opened.png -%%DATADIR%%/themes/default/freeze.png -%%DATADIR%%/themes/default/frozen.png +%%DATADIR%%/themes/default/func_tab.png %%DATADIR%%/themes/default/fx_mixer.png +%%DATADIR%%/themes/default/fx_tab.png %%DATADIR%%/themes/default/hand.png %%DATADIR%%/themes/default/help.png %%DATADIR%%/themes/default/hint.png %%DATADIR%%/themes/default/home.png %%DATADIR%%/themes/default/hq_mode.png %%DATADIR%%/themes/default/icon.png +%%DATADIR%%/themes/default/icon_small.png +%%DATADIR%%/themes/default/ignore.png %%DATADIR%%/themes/default/instrument_track.png %%DATADIR%%/themes/default/keep_stop_position.png %%DATADIR%%/themes/default/knob01.png %%DATADIR%%/themes/default/knob02.png %%DATADIR%%/themes/default/knob03.png -%%DATADIR%%/themes/default/knob04.png %%DATADIR%%/themes/default/knob05.png %%DATADIR%%/themes/default/lcd_19green.png %%DATADIR%%/themes/default/lcd_19red.png %%DATADIR%%/themes/default/lcd_21pink.png +%%DATADIR%%/themes/default/led_blue.png %%DATADIR%%/themes/default/led_green.png %%DATADIR%%/themes/default/led_off.png %%DATADIR%%/themes/default/led_red.png @@ -2513,15 +2830,17 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/lfo_x100_inactive.png %%DATADIR%%/themes/default/lfo_x1_active.png %%DATADIR%%/themes/default/lfo_x1_inactive.png -%%DATADIR%%/themes/default/loop_point_b.png -%%DATADIR%%/themes/default/loop_point_e.png +%%DATADIR%%/themes/default/loop_point.png %%DATADIR%%/themes/default/loop_points_off.png %%DATADIR%%/themes/default/loop_points_on.png %%DATADIR%%/themes/default/main_slider.png -%%DATADIR%%/themes/default/main_toolbar_bg.png %%DATADIR%%/themes/default/master_pitch.png %%DATADIR%%/themes/default/master_volume.png +%%DATADIR%%/themes/default/maximize.png +%%DATADIR%%/themes/default/metronome.png %%DATADIR%%/themes/default/midi_file.png +%%DATADIR%%/themes/default/midi_tab.png +%%DATADIR%%/themes/default/misc_tab.png %%DATADIR%%/themes/default/mixer_send_off.png %%DATADIR%%/themes/default/mixer_send_on.png %%DATADIR%%/themes/default/moog_saw_wave_active.png @@ -2530,6 +2849,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/new_channel.png %%DATADIR%%/themes/default/note.png %%DATADIR%%/themes/default/note_double_whole.png +%%DATADIR%%/themes/default/note_eight.png %%DATADIR%%/themes/default/note_eighth.png %%DATADIR%%/themes/default/note_half.png %%DATADIR%%/themes/default/note_none.png @@ -2542,12 +2862,14 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/note_tripletsixteenth.png %%DATADIR%%/themes/default/note_tripletthirtysecond.png %%DATADIR%%/themes/default/note_whole.png +%%DATADIR%%/themes/default/open_branch.png %%DATADIR%%/themes/default/output_graph.png %%DATADIR%%/themes/default/pat_rec.png %%DATADIR%%/themes/default/pause.png %%DATADIR%%/themes/default/piano.png %%DATADIR%%/themes/default/play.png %%DATADIR%%/themes/default/playpos_marker.png +%%DATADIR%%/themes/default/plugin_tab.png %%DATADIR%%/themes/default/plugins.png %%DATADIR%%/themes/default/ports.png %%DATADIR%%/themes/default/pr_black_key.png @@ -2567,7 +2889,6 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/project_new_from_template.png %%DATADIR%%/themes/default/project_notes.png %%DATADIR%%/themes/default/project_open.png -%%DATADIR%%/themes/default/project_open_down.png %%DATADIR%%/themes/default/project_open_recent.png %%DATADIR%%/themes/default/project_save.png %%DATADIR%%/themes/default/project_saveas.png @@ -2577,7 +2898,9 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/receive_bg_arrow.png %%DATADIR%%/themes/default/record.png %%DATADIR%%/themes/default/record_accompany.png +%%DATADIR%%/themes/default/recover.png %%DATADIR%%/themes/default/reload.png +%%DATADIR%%/themes/default/restore.png %%DATADIR%%/themes/default/round_square_wave_active.png %%DATADIR%%/themes/default/round_square_wave_inactive.png %%DATADIR%%/themes/default/sample_file.png @@ -2599,6 +2922,8 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/setup_general.png %%DATADIR%%/themes/default/setup_midi.png %%DATADIR%%/themes/default/setup_performance.png +%%DATADIR%%/themes/default/shadow_c.png +%%DATADIR%%/themes/default/shadow_p.png %%DATADIR%%/themes/default/sin_wave_active.png %%DATADIR%%/themes/default/sin_wave_inactive.png %%DATADIR%%/themes/default/songeditor.png @@ -2607,11 +2932,11 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/square_wave_active.png %%DATADIR%%/themes/default/square_wave_inactive.png %%DATADIR%%/themes/default/step_btn_add.png +%%DATADIR%%/themes/default/step_btn_duplicate.png %%DATADIR%%/themes/default/step_btn_off.png %%DATADIR%%/themes/default/step_btn_off_light.png -%%DATADIR%%/themes/default/step_btn_on.png -%%DATADIR%%/themes/default/step_btn_on_100.png -%%DATADIR%%/themes/default/step_btn_on_yellow.png +%%DATADIR%%/themes/default/step_btn_on_0.png +%%DATADIR%%/themes/default/step_btn_on_200.png %%DATADIR%%/themes/default/step_btn_remove.png %%DATADIR%%/themes/default/stepper-down-press.png %%DATADIR%%/themes/default/stepper-down.png @@ -2631,11 +2956,10 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/text_left.png %%DATADIR%%/themes/default/text_right.png %%DATADIR%%/themes/default/text_under.png -%%DATADIR%%/themes/default/timeline.png %%DATADIR%%/themes/default/toolbar_bg.png %%DATADIR%%/themes/default/track_op_grip.png -%%DATADIR%%/themes/default/track_op_menu.png -%%DATADIR%%/themes/default/track_op_menu_active.png +%%DATADIR%%/themes/default/track_shadow_c.png +%%DATADIR%%/themes/default/track_shadow_p.png %%DATADIR%%/themes/default/trackop.png %%DATADIR%%/themes/default/trackop_c.png %%DATADIR%%/themes/default/trackop_h.png @@ -2643,7 +2967,6 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/triangle_wave_inactive.png %%DATADIR%%/themes/default/uhoh.png %%DATADIR%%/themes/default/unavailable_sound.png -%%DATADIR%%/themes/default/unfreeze.png %%DATADIR%%/themes/default/unknown_file.png %%DATADIR%%/themes/default/usr_wave_active.png %%DATADIR%%/themes/default/usr_wave_inactive.png @@ -2660,7 +2983,5 @@ share/applications/lmms.desktop %%DATADIR%%/wavetables/saw.bin %%DATADIR%%/wavetables/sqr.bin %%DATADIR%%/wavetables/tri.bin -share/man/man1/lmms.1.gz -share/menu/lmms share/mime/packages/lmms.xml share/pixmaps/lmms.png diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile index 26c39d6c27d1..f0bc0c9e53d0 100644 --- a/audio/mpdcon/Makefile +++ b/audio/mpdcon/Makefile @@ -2,7 +2,7 @@ PORTNAME= mpdcon PORTVERSION= 1.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= MPDCon-${PORTVERSION} diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index f74d1deb5f95..496ab7eba2b2 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus-tools -PORTVERSION= 0.1.10 +PORTVERSION= 0.2 CATEGORIES= audio MASTER_SITES= MOZILLA/opus @@ -14,9 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ - libopus.so:audio/opus + libopusenc.so:audio/libopusenc \ + libopus.so:audio/opus \ + libopusfile.so:audio/opusfile USES= pkgconfig + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode diff --git a/audio/opus-tools/distinfo b/audio/opus-tools/distinfo index 0c8fdb3fd9c3..db34eb20f799 100644 --- a/audio/opus-tools/distinfo +++ b/audio/opus-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491508200 -SHA256 (opus-tools-0.1.10.tar.gz) = a2357532d19471b70666e0e0ec17d514246d8b3cb2eb168f68bb0f6fd372b28c -SIZE (opus-tools-0.1.10.tar.gz) = 312093 +TIMESTAMP = 1538240971 +SHA256 (opus-tools-0.2.tar.gz) = b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86 +SIZE (opus-tools-0.2.tar.gz) = 457680 diff --git a/audio/picard-plugins/Makefile b/audio/picard-plugins/Makefile index fe3becd21d7a..c1dd8213fd7e 100644 --- a/audio/picard-plugins/Makefile +++ b/audio/picard-plugins/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= picard-plugins -PORTVERSION= 2.0.20180816 +PORTVERSION= 2.0.20180917 CATEGORIES= audio python MAINTAINER= jhale@FreeBSD.org @@ -15,7 +15,7 @@ USE_PYTHON= noflavors USE_GITHUB= yes GH_ACCOUNT= metabrainz -GH_TAGNAME= a0a367f +GH_TAGNAME= 8968e91 PORTSCOUT= limit:^2\. @@ -42,11 +42,6 @@ MP3_RUN_DEPENDS= mp3gain:audio/mp3gain VORBIS_RUN_DEPENDS= vorbisgain:audio/vorbisgain WAVPACK_RUN_DEPENDS= wvgain:audio/wavpack -post-patch: -# The plugins lastfm, lastfmplus, and no_release have not been ported -# upstream to the 2.x version of Picard and do no load - @(cd ${WRKSRC}/plugins; ${RM} -r lastfm lastfmplus no_release) - do-build: # Plugins that include a separate UI (those with an __init__.py) must # be installed into their own subdirectories under PLUGINSDIR. Plugins diff --git a/audio/picard-plugins/distinfo b/audio/picard-plugins/distinfo index a5aa4821df3b..d9ecb1e12e0f 100644 --- a/audio/picard-plugins/distinfo +++ b/audio/picard-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535503693 -SHA256 (metabrainz-picard-plugins-2.0.20180816-a0a367f_GH0.tar.gz) = 3611c421d36b2adc8f68e218f7846315992afe84c2a1a3a46b542838dc86d65f -SIZE (metabrainz-picard-plugins-2.0.20180816-a0a367f_GH0.tar.gz) = 135533 +TIMESTAMP = 1538100672 +SHA256 (metabrainz-picard-plugins-2.0.20180917-8968e91_GH0.tar.gz) = 6c72df4cd8b9cceef9f6e5688b059267917cafb20d121c2a18c81fb770c338f1 +SIZE (metabrainz-picard-plugins-2.0.20180917-8968e91_GH0.tar.gz) = 113141 diff --git a/audio/picard-plugins/pkg-plist b/audio/picard-plugins/pkg-plist index 141e176a7cb5..3cab0881f5c4 100644 --- a/audio/picard-plugins/pkg-plist +++ b/audio/picard-plugins/pkg-plist @@ -28,6 +28,8 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/keep.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/loadasnat.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/loadasnat.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/no_release.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/no_release.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/non_ascii_equivalents.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/non_ascii_equivalents.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/padded.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% @@ -44,6 +46,8 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/reorder_sides.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/save_and_rewrite_header.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/save_and_rewrite_header.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/smart_title_case.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/smart_title_case.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/sort_multivalue_tags.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/sort_multivalue_tags.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/soundtrack.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% @@ -88,6 +92,13 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/featartistsintitles.py %%PYTHON_SITELIBDIR%%/picard/plugins/fix_tracknums.py %%PYTHON_SITELIBDIR%%/picard/plugins/keep.py +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__init__.py +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__pycache__/ui_options_lastfm.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__pycache__/ui_options_lastfm.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/options_lastfm.ui +%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/ui_options_lastfm.py %%PYTHON_SITELIBDIR%%/picard/plugins/loadasnat.py %%PYTHON_SITELIBDIR%%/picard/plugins/moodbars/__init__.py %%PYTHON_SITELIBDIR%%/picard/plugins/moodbars/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% @@ -112,6 +123,7 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/track.py %%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/util.py %%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/ui_options_musixmatch.py +%%PYTHON_SITELIBDIR%%/picard/plugins/no_release.py %%PYTHON_SITELIBDIR%%/picard/plugins/non_ascii_equivalents.py %%PYTHON_SITELIBDIR%%/picard/plugins/padded.py %%PYTHON_SITELIBDIR%%/picard/plugins/papercdcase.py @@ -127,6 +139,7 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/replaygain/options_replaygain.ui %%PYTHON_SITELIBDIR%%/picard/plugins/replaygain/ui_options_replaygain.py %%PYTHON_SITELIBDIR%%/picard/plugins/save_and_rewrite_header.py +%%PYTHON_SITELIBDIR%%/picard/plugins/smart_title_case.py %%PYTHON_SITELIBDIR%%/picard/plugins/sort_multivalue_tags.py %%PYTHON_SITELIBDIR%%/picard/plugins/soundtrack.py %%PYTHON_SITELIBDIR%%/picard/plugins/standardise_feat.py diff --git a/audio/pulseaudio-module-xrdp/Makefile b/audio/pulseaudio-module-xrdp/Makefile index cfc9fa0a1275..5e313602d67f 100644 --- a/audio/pulseaudio-module-xrdp/Makefile +++ b/audio/pulseaudio-module-xrdp/Makefile @@ -2,7 +2,7 @@ PORTNAME= pulseaudio-module-xrdp DISTVERSIONPREFIX= v -DISTVERSION= 0.1 +DISTVERSION= 0.2 CATEGORIES= audio MAINTAINER= meta@FreeBSD.org @@ -10,13 +10,13 @@ COMMENT= PulseAudio module which enables xrdp to use audio redirection LICENSE= APACHE20 -BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ - ${LOCALBASE}/include/xrdp_constants.h:net/xrdp +BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= autoreconf:build libtool pkgconfig -GNU_CONFIGURE= yes +USES= autoreconf:build libtool localbase pkgconfig USE_GITHUB= yes + +GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= pulseaudio-module-xrdp diff --git a/audio/pulseaudio-module-xrdp/distinfo b/audio/pulseaudio-module-xrdp/distinfo index e479ab16c2bf..9e9830f79646 100644 --- a/audio/pulseaudio-module-xrdp/distinfo +++ b/audio/pulseaudio-module-xrdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535076040 -SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.1_GH0.tar.gz) = 4fb1a946796bc4f8e82f0849a2c181674ae13b16ec96555ff1f9478006b8d918 -SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.1_GH0.tar.gz) = 10957 +TIMESTAMP = 1537858795 +SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.2_GH0.tar.gz) = 6894af7bb79d76cdd2206a2048a49c99fd0aa73e4142c1c48ac1b4d526d6754a +SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.2_GH0.tar.gz) = 11476 diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile index 1a2964c8de32..fbd92a25ca74 100644 --- a/audio/qjackctl/Makefile +++ b/audio/qjackctl/Makefile @@ -3,8 +3,8 @@ PORTNAME= qjackctl DISTVERSIONPREFIX= qjackctl_ -DISTVERSION= 0_5_3 -PORTREVISION= 1 +DISTVERSION= 0_5_4-1 +DISTVERSIONSUFFIX= -g75af70c # include the regression fix CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:audio/jack -USES= autoreconf compiler:c++11-lib gmake localbase pkgconfig qt:5 +USES= autoreconf compiler:c++11-lib gl gmake localbase pkgconfig qt:5 GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= rncbc diff --git a/audio/qjackctl/distinfo b/audio/qjackctl/distinfo index 52aa7d8910d0..f7cbdb23fdea 100644 --- a/audio/qjackctl/distinfo +++ b/audio/qjackctl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532278889 -SHA256 (rncbc-qjackctl-qjackctl_0_5_3_GH0.tar.gz) = c388f4ebeee2928982b87d417785dbbe2e2b7d382fd55e5738ab15f11aea522f -SIZE (rncbc-qjackctl-qjackctl_0_5_3_GH0.tar.gz) = 840259 +TIMESTAMP = 1537812911 +SHA256 (rncbc-qjackctl-qjackctl_0_5_4-1-g75af70c_GH0.tar.gz) = 340bb01043f2e5d4b30228c04f9010732ca531fbd48e93a9c130726c4e89819b +SIZE (rncbc-qjackctl-qjackctl_0_5_4-1-g75af70c_GH0.tar.gz) = 845389 diff --git a/audio/qjackctl/pkg-descr b/audio/qjackctl/pkg-descr index 1c92556fbb25..0af9a61d26f8 100644 --- a/audio/qjackctl/pkg-descr +++ b/audio/qjackctl/pkg-descr @@ -5,4 +5,4 @@ to control of the status of the audio server daemon. With time, this primordial interface has become richer by including a enhanced patchbay and connection control features. -WWW: http://qjackctl.sourceforge.net/ +WWW: https://qjackctl.sourceforge.io/ diff --git a/audio/rhvoice/Makefile b/audio/rhvoice/Makefile index c0aa2aa2b316..732016cc3930 100644 --- a/audio/rhvoice/Makefile +++ b/audio/rhvoice/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= multi LICENSE_FILE_LGPL21+ = ${WRKSRC}/licenses/lgpl-2.1.txt LICENSE_FILE_GPLv3+ = ${WRKSRC}/licenses/gpl-3.0.txt -USES= pkgconfig scons +USES= compiler:c++0x pkgconfig scons USE_GITHUB= yes GH_ACCOUNT= Olga-Yakovleva USE_LDCONFIG= yes @@ -28,13 +28,13 @@ AO_LIB_DEPENDS= libao.so:audio/libao PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio post-patch-PULSEAUDIO-off: - ${REINPLACE_CMD} 's|conf.CheckPKG("libpulse-simple")|False and &|' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's|conf.CheckPKG("libpulse-simple")|False and &|' ${WRKSRC}/SConstruct post-patch-AO-off: - ${REINPLACE_CMD} 's|conf.CheckPKG("ao")|False and &|' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's|conf.CheckPKG("ao")|False and &|' ${WRKSRC}/SConstruct post-patch-PORTAUDIO-off: - ${REINPLACE_CMD} 's|conf.CheckPKG("portaudio-2.0")|False and &|' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's|conf.CheckPKG("portaudio-2.0")|False and &|' ${WRKSRC}/SConstruct post-install: ${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index f5cd3929c692..91c0cf018ff1 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index 0d504f6af202..7bb5e50d14b1 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -4,12 +4,11 @@ PORTNAME= shorten PORTVERSION= 3.6.1 CATEGORIES= audio archivers -MASTER_SITES= http://www.etree.org/shnutils/shorten/dist/src/ +MASTER_SITES= http://shnutils.freeshell.org/shorten/dist/src/ MAINTAINER= sec@42.org COMMENT= Fast and optionally lossless compression for waveform files -BROKEN= unfetchable RESTRICTED= May not be sold. May not be distributed if modified GNU_CONFIGURE= yes diff --git a/audio/shorten/pkg-descr b/audio/shorten/pkg-descr index 7b9e43398877..af70d0f64e5e 100644 --- a/audio/shorten/pkg-descr +++ b/audio/shorten/pkg-descr @@ -14,4 +14,4 @@ non-commercial encoding (e.g. private or research use). If you intend to use shorten, be sure to check the full license, which can be displayed by "shorten -l". -WWW: http://www.etree.org/shnutils/shorten/ +WWW: http://shnutils.freeshell.org/shorten/ diff --git a/audio/sratom/Makefile b/audio/sratom/Makefile index fc5968c0d8f3..99fff86039f4 100644 --- a/audio/sratom/Makefile +++ b/audio/sratom/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 USES= pkgconfig python:build tar:bzip2 waf - +USE_CSTD= c99 USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} diff --git a/audio/triceratops-lv2/Makefile b/audio/triceratops-lv2/Makefile index d23421dbd139..6de2365e1d4f 100644 --- a/audio/triceratops-lv2/Makefile +++ b/audio/triceratops-lv2/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= compiler:c++11-lang pkgconfig waf USE_GNOME= cairo cairomm gdkpixbuf2 gtk20 gtkmm24 NO_WRKSUBDIR= yes +LDFLAGS_i386= -Wl,-znotext post-install: @${STRIP_CMD} \ diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index 9b814ed21d09..dbfd62353e99 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmms-sapplug DISTVERSION= 0.3f -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= LOCAL/ehaupt DISTNAME= sapplug-xmms-${DISTVERSION} @@ -13,8 +13,6 @@ COMMENT= XMMS input plugin for playing 8bit Atari(TM) .sap audio files LICENSE= GPLv2 -BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: gtk_widget_destroyed in readonly segment - BUILD_DEPENDS= xmms:multimedia/xmms RUN_DEPENDS= xmms:multimedia/xmms @@ -29,7 +27,9 @@ PLIST_FILES= lib/xmms/Input/libsap.so OPTIONS_DEFINE= OPTIMIZED_CFLAGS +CFLAGS_aarch64= -fpic -DPIC CFLAGS_amd64= -fpic -DPIC +CFLAGS_i386= -fpic -DPIC .include <bsd.port.pre.mk> diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index a53ccdacfe5b..5dad8c582556 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --enable-ipv6 \ CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -D_WANT_SEMUN LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS_i386= -Wl,-znotext OPTIONS_DEFINE= ESOUND VORBIS OPTIONS_DEFAULT=VORBIS diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index 7af816d17667..626aaace82df 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -82,13 +82,14 @@ CMAKE_ARGS+= -DZYN_DATADIR:STRING=${DATADIR} CMAKE_ARGS+= -DZYN_EXAMPLESDIR:STRING=${EXAMPLESDIR} .include <bsd.port.options.mk> +.include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 # Build fix for ZynAddSubFx -BUILD_DEPENDS+= clang40:devel/llvm40 -CC= clang40 -CXX= clang++40 - -.include <bsd.port.pre.mk> +BUILD_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 +.endif .if ${ARCH} == "i386" || ${ARCH} == "amd64" CFLAGS+= -DASM_F2I_YES |