Received: by mail.netbsd.org (Postfix, from userid 605) id 540BC84D95; Tue, 7 Jul 2020 12:41:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF20384D91 for ; Tue, 7 Jul 2020 12:40:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 65VtT4POJesc for ; Tue, 7 Jul 2020 12:40:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B8B984D8D for ; Tue, 7 Jul 2020 12:40:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EE43FB28; Tue, 7 Jul 2020 12:40:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594125659205030" MIME-Version: 1.0 Date: Tue, 7 Jul 2020 12:40:59 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/lmms To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200707124059.0EE43FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594125659205030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jul 7 12:40:58 UTC 2020 Modified Files: pkgsrc/audio/lmms: Makefile PLIST distinfo Removed Files: pkgsrc/audio/lmms/patches: patch-plugins_Eq_EqSpectrumView.h patch-src_gui_AutomationPatternView.cpp patch-src_gui_LmmsStyle.cpp patch-src_gui_editors_AutomationEditor.cpp Log Message: lmms: Update to 1.2.2 New changes in 1.2.2: (2020-06-25) * General improvements * Stop filtering out valid characters from file name while exporting tracks (#5282) * Fix Invalid warning about "dummy-MIDI-client" (#5509) * UI improvements * Note selection: Editing values works in dialog (#5438) * Bug Fixes * Piano Roll - Fix retrigger with vol/pan sliders (#5271) * Fix a rare crash on export (#5293) * Fix LMMS not launching when AppImage has spaces in name (#5297) * Fix vertical piano being unresponsive when clicked too fast (#5262) * Fix crash with Grooove VST (#5300) * Fix crash on deleting instrument with controller connections on knobs (#5306) * Fix notes being placed at negative positions on MIDI import (#5343) * Fix scrolling direction in the song editor due to stuck Ctrl/Shift (#5286) * Fix stuck notes with Helm VST on tempo automation (#5365) * Fix file factory delimeter position (#5378) * Fix a muted demo project "Greippi - Krem Kaakkuja (Second Flight Remix)" (aeac24c) * Fix controls linking misbehaviors (#5336) * Fix loading and saving of .fxb/.fxp files on Windows (#5411) * Fix crashes and hangs on importing some Hydrogen drum kit songs (#5420) * Fix freeze when replacing Mallets with another instrument (#5428) * DrumSynth: ensure correct envelope length in any sample rate (#5467) * AFP: fix loading start and loop points if the loop point is automated (#5472) * Select the correct piano key for marking semitones (#5478) * Ensure consistent use of effect gate (#5475) * Fix Piano roll crashing when window is vertically scaled too large (#5449) * Fix some memory errors with JACK audio/MIDI (#5452) * JackMidi: Remove confusing warnings at shutdown (737fcd3) * Fix SF2 player crashing when file is not a soundfont, with FluidSynth 2 (#5487) * BB editor: fix mouse event affecting wrong beats due to the cursor shape (#5489) * Fix knobs moving too fast on some platforms (#5360) * Fix notes created in BB editor resizing incorrectly when resizing a selection (#5515) * Fix some patterns not being saved in project (#5537) To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/audio/lmms/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/lmms/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/lmms/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/lmms/patches/patch-plugins_Eq_EqSpectrumView.h \ pkgsrc/audio/lmms/patches/patch-src_gui_AutomationPatternView.cpp \ pkgsrc/audio/lmms/patches/patch-src_gui_LmmsStyle.cpp \ pkgsrc/audio/lmms/patches/patch-src_gui_editors_AutomationEditor.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594125659205030 Content-Disposition: inline Content-Length: 3734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/lmms/Makefile diff -u pkgsrc/audio/lmms/Makefile:1.62 pkgsrc/audio/lmms/Makefile:1.63 --- pkgsrc/audio/lmms/Makefile:1.62 Tue Jun 2 08:23:13 2020 +++ pkgsrc/audio/lmms/Makefile Tue Jul 7 12:40:58 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2020/06/02 08:23:13 adam Exp $ +# $NetBSD: Makefile,v 1.63 2020/07/07 12:40:58 nia Exp $ -DISTNAME= lmms_1.2.1 +DISTNAME= lmms_1.2.2 PKGNAME= ${DISTNAME:S/_/-/1} -PKGREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=LMMS/} GITHUB_PROJECT= lmms @@ -16,10 +15,10 @@ LICENSE= gnu-gpl-v2 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/lmms USE_CMAKE= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++03 +USE_LANGUAGES= c c++ .include "../../mk/oss.buildlink3.mk" @@ -54,7 +53,9 @@ CHECK_PORTABILITY_SKIP+= cmake/linux/pac .include "../../multimedia/libogg/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" -.include "../../x11/qt5-qtx11extras/buildlink3.mk" +.if ${OPSYS} != "Darwin" +. include "../../x11/qt5-qtx11extras/buildlink3.mk" +.endif .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} Index: pkgsrc/audio/lmms/PLIST diff -u pkgsrc/audio/lmms/PLIST:1.5 pkgsrc/audio/lmms/PLIST:1.6 --- pkgsrc/audio/lmms/PLIST:1.5 Mon Jun 10 19:08:42 2019 +++ pkgsrc/audio/lmms/PLIST Tue Jul 7 12:40:58 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/06/10 19:08:42 nia Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/07/07 12:40:58 nia Exp $ bin/lmms include/lmms/AboutDialog.h include/lmms/ActionGroup.h @@ -283,7 +283,6 @@ lib/lmms/ladspa/imp_1199.so lib/lmms/ladspa/impulse_1885.so lib/lmms/ladspa/inv_1429.so lib/lmms/ladspa/karaoke_1409.so -lib/lmms/ladspa/ladspa-util.so lib/lmms/ladspa/latency_1914.so lib/lmms/ladspa/lcr_delay_1436.so lib/lmms/ladspa/lowpass_iir_1891.so Index: pkgsrc/audio/lmms/distinfo diff -u pkgsrc/audio/lmms/distinfo:1.12 pkgsrc/audio/lmms/distinfo:1.13 --- pkgsrc/audio/lmms/distinfo:1.12 Tue Jun 9 16:03:00 2020 +++ pkgsrc/audio/lmms/distinfo Tue Jul 7 12:40:58 2020 @@ -1,14 +1,10 @@ -$NetBSD: distinfo,v 1.12 2020/06/09 16:03:00 nia Exp $ +$NetBSD: distinfo,v 1.13 2020/07/07 12:40:58 nia Exp $ -SHA1 (lmms_1.2.1.tar.xz) = 47d139272ba938de89fbd432fbd7438ea919e58c -RMD160 (lmms_1.2.1.tar.xz) = 8a0361b2771eb49e979047e03600265c127dc220 -SHA512 (lmms_1.2.1.tar.xz) = 7054d1592fdea60d76423a0260e941c217f50d2db9c4fcc35df20c8b58067c431ed9b264ef05e9f3f2cba84ca66870d1bf23da92b294a00ac6d567e3d3e771d6 -Size (lmms_1.2.1.tar.xz) = 14543092 bytes +SHA1 (lmms_1.2.2.tar.xz) = 9b0681490e0f8a06347b6a0d4470be138bba6338 +RMD160 (lmms_1.2.2.tar.xz) = cb4a07dc27dfa31a70b5154a5386b2a8873774c8 +SHA512 (lmms_1.2.2.tar.xz) = df74d9e938f1c3807e9941b11db4ccfe9450e23b723c82774de15b7666ac39f1bfdd8519231e28849f994628190ecc92fa05d55bbc0b50a4421f2d183e729028 +Size (lmms_1.2.2.tar.xz) = 22733960 bytes SHA1 (patch-CMakeLists.txt) = e30599b486c83b734fd8f9afa4cf2bd488eab338 -SHA1 (patch-plugins_Eq_EqSpectrumView.h) = 76a2efb341ca724be552cdb9f04fb7d835eeee4b SHA1 (patch-src_CMakeLists.txt) = 92acfc9bc236c1b211bbe9686de818641c01b257 SHA1 (patch-src_core_audio_AudioOss.cpp) = 6bc591b929f26cbfb5f160c3d9b49316bf165e58 SHA1 (patch-src_core_midi_MidiOss.cpp) = d1bf1a7bf9aaec549f3ac97d300c7bee4d81ff29 -SHA1 (patch-src_gui_AutomationPatternView.cpp) = 50d1b5130ce98ce2fe0e40c4eada0197ab9af706 -SHA1 (patch-src_gui_LmmsStyle.cpp) = 4d965590a8dfd6facb40a156f93de303da26cfaf -SHA1 (patch-src_gui_editors_AutomationEditor.cpp) = 6f0b7e5d2609059586df323ef7779c4af8465cf2 --_----------=_1594125659205030--