diff -u lmms-0.4.7/debian/changelog lmms-0.4.7/debian/changelog --- lmms-0.4.7/debian/changelog +++ lmms-0.4.7/debian/changelog @@ -1,3 +1,11 @@ +lmms (0.4.7-2ubuntu1) maverick; urgency=low + + * Merge from debian sid (LP: #606533, #561562, #578127). Remaining changes + - Change libwine-dev build-dep to wine1.2-dev. wine-bin lmms dep to + wine1.2 + + -- SevenMachines Wed, 08 Sep 2010 12:57:01 +0100 + lmms (0.4.7-2) unstable; urgency=low [ Reinhard Tartler ] @@ -34,6 +42,46 @@ -- Patrick Winnertz Fri, 11 Sep 2009 09:56:45 +0200 +lmms (0.4.5-0ubuntu4) maverick; urgency=low + + * plugins/stk/mallets/mallets.h: added "using namespace stk;" after + the includes, fixes FTBFS + + -- Lorenzo De Liso Thu, 22 Jul 2010 00:11:45 +0200 + +lmms (0.4.5-0ubuntu3) maverick; urgency=low + + * No-change rebuild for jack transition + + -- Lorenzo De Liso Wed, 21 Jul 2010 12:34:08 +0200 + +lmms (0.4.5-0ubuntu2) lucid; urgency=low + + * Changed lmms-vst to a suggests (LP: #507316) + * Changed maintainer address to ubuntu-devel-discuss@lists.ubuntu.com + + -- Eric Hedekar Wed, 13 Jan 2010 19:45:51 -0800 + +lmms (0.4.5-0ubuntu1) karmic; urgency=low + + * Rebase to Tobias Doerffel's ppa. + * Exchange tarball with the one from unstable. + * Upload to karmic, FFe at LP: #405318. + + -- Stefan Potyra Sun, 25 Oct 2009 02:32:36 +0200 + +lmms (0.4.5~ppa-1jaunty) jaunty; urgency=low + + * Upload to jaunty + + -- Tobias Doerffel Fri, 14 Aug 2009 18:16:20 +0200 + +lmms (0.4.5~ppa-1) intrepid; urgency=low + + * New upstream release + + -- Tobias Doerffel Fri, 14 Aug 2009 18:16:20 +0200 + lmms (0.4.4-1) unstable; urgency=low * New upstream version (Closes: #511363) @@ -44,6 +92,173 @@ -- Patrick Winnertz Wed, 05 Aug 2009 20:46:40 +0200 +lmms (0.4.4~ppa~intrepid-5) intrepid; urgency=low + + * debian/lmms.install: also package new ZynAddSubFX plugin + + -- Tobias Doerffel Thu, 07 May 2009 23:37:15 +0200 + +lmms (0.4.4~ppa~intrepid-4) intrepid; urgency=low + + * debian/control: really replace lmms-extras package + + -- Tobias Doerffel Tue, 05 May 2009 19:09:21 +0200 + +lmms (0.4.4~ppa~intrepid-3) intrepid; urgency=low + + * debian/control: also replace lmms-extras package + + -- Tobias Doerffel Tue, 05 May 2009 18:51:37 +0200 + +lmms (0.4.4~ppa~intrepid-2) intrepid; urgency=low + + * debian/control: conflict with lmms-extras package + + -- Tobias Doerffel Tue, 05 May 2009 18:40:12 +0200 + +lmms (0.4.4~ppa~intrepid-1) intrepid; urgency=low + + * New upstream release + * debian/control: recommend lmms-vst package, build-dep on libxft-dev + + -- Tobias Doerffel Tue, 05 May 2009 17:20:36 +0200 + +lmms (0.4.2-0ubuntu8) jaunty; urgency=low + + * debian/control: Depend on wine-dev for lpia as well. + + -- Luke Yelavich Wed, 08 Apr 2009 16:24:52 +1000 + +lmms (0.4.2-0ubuntu7) jaunty; urgency=low + + * debian/rules: Only install/build the lmms-vst deb for amd64, i386 and + lpia. + * debian/control: + - Add lpia as an architecture for lmms-vst. + - Only suggest lmms-vst on above mentioned architectures. + + -- Luke Yelavich Wed, 08 Apr 2009 15:27:37 +1000 + +lmms (0.4.2-0ubuntu6) jaunty; urgency=low + + * debian/control: Add gcc-multilib and g++-multilib for amd64, to get wine + support. + * add lmms-vst to suggests for the lmms package. + * Some extra patches from upstream, to fix various QT UI issues, as well + as VST support for amd64: + - 0070-SongEditor-fixed-horizontal-scrollbar-with-Qt-4.5.patch + - 0071-AudioJack-fixed-lockup-when-getting-zombified.patch + - 0072-RemoteVstPlugin-use-std-vector-rather-than-std-li.patch + + -- Luke Yelavich Wed, 08 Apr 2009 12:06:54 +1000 + +lmms (0.4.2-0ubuntu5) jaunty; urgency=low + + * debian/control: Remove references to libwine-dev, since it is replaced by + wine-dev. + * Break out VST support files into a new package, lmms-vst. This will ensure + that lmms doesn't break on systems where wine is not installed. + * Add quilt to build depends. + * Patches from upstream, fixing various issues already fixed in the newer + upstream version, thanks to Tobias Doerffel + for sending these patches: + - 0001-in-FL_EffectChannel-initialize-isMuted-member-fixe.patch + - 0003-stable-backport-of-various-fixes-from-trunk.patch + - 0004-reworked-mixer-threads-synchronization-realization.patch + - 0005-fixed-bug-you-can-use-shift-left-to-move-notes-past.patch + - 0006-simplified-formulas-for-calculating-envelope-array-r.patch + - 0009-better-workaround-for-optimizer-bug-in-GCC-4.3-s.patch + - 0010-integrated-pitanga-s-patch-to-fix-unquantized-BB-dra.patch + - 0012-do-not-load-samples-bigger-than-100-MB-closes-2458.patch + - 0013-ensure-cursor-is-never-NULL-when-painting-it-in-pai.patch + - 0014-update-patch-after-loading-settings-closes-2486372.patch + - 0016-various-UI-related-backports-from-trunk.patch + - 0017-fix-distorted-widgets-everywhere-with-qt45.patch + - 0018-disable-output-monitor-per-default-and-show-click-hi.patch + - 0020-integrated-latest-libsamplerate-0.1.6-which-is-bot.patch + - 0021-fix-misloaded-samples.patch + - 0022-fix-lockup-when-freezing-patterns.patch + - 0023-reverted-rev-2037-as-we-have-custom-changes-in-this.patch + - 0029-make-sure-all-buttons-in-trackOperationsWidget-have.patch + - 0034-added-copy-constructor-implementation-for-AtomicInt.patch + - 0040-PeakController-always-check-for-m_peakEffect-NUL.patch + - 0042-NotePlayHandle-call-instrumentTrack-deleteNotePlug.patch + - 0044-MidiImport-per-default-use-bank-0-instead-of-128.patch + - 0045-PatternView-if-volume-of-a-step-is-95-it-was-not-po.patch + - 0046-TrackContainerView-when-dragging-a-preset-file-into.patch + - 0047-PeakControllerEffect-corrected-calculation-for-RMS.patch + - 0048-MidiPort-properly-emit-portChanged-signals-when-loa.patch + - 0049-MIDI-subsystem-fixed-misspelled-writeable-into-w.patch + - 0050-AutomationPattern-save-and-restore-length-of-Automa.patch + - 0052-FX-Fader-added-accessibleName-property-for-FX-fader.patch + - 0054-MidiAlsaSeq-fixed-typo-which-made-output-ports-not.patch + - 0055-MidiPort-subscribe-writable-rather-than-readable-po.patch + - 0058-AutomationPatternView-fixed-painting-of-automation.patch + - 0060-MidiImport-fixed-mistransposed-notes.patch + - 0061-LadspaEffect-fixed-controller-connections-on-sample.patch + - 0062-Oscillator-fixed-samplerate-dependence-of-FM-PM.patch + - 0064-RemoteVstPlugin-use-SplittedThreading-model-for-MDA.patch + - 0065-Oscillator-reverted-recent-fix-for-PM.patch + - 0066-VstEffect-set-displayName-property-at-initializatio.patch + + -- Luke Yelavich Mon, 30 Mar 2009 14:45:23 +1100 + +lmms (0.4.2-0ubuntu4) jaunty; urgency=low + + * debian/control: fix bad syntax for wine's architectures. + + -- Luke Yelavich Wed, 25 Mar 2009 10:39:18 +1100 + +lmms (0.4.2-0ubuntu3) jaunty; urgency=low + + * debian/control: Demote wine from Recommends to suggests, as we really + don't want it on the studio DVDs, and blacklisting in the seeds is + causing unexpected behavior. Blacklisting wine is also not the + recommended approach. + + -- Luke Yelavich Wed, 25 Mar 2009 09:28:56 +1100 + +lmms (0.4.2-0ubuntu2) jaunty; urgency=low + + * debian/control: Move wine from depends to recommends. We want lmms on the + UbuntuStudio disks, however we don't want to promote the use of + proprietary/VST plugins, which is what wine is for. + + -- Luke Yelavich Wed, 18 Mar 2009 18:06:50 +1100 + +lmms (0.4.2-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #306974, LP: #126026) + * Dropped patches as merged by upstream: + - fix-crash-sample_track.dpatch + - remove-upstream-menu.dpatch + * Removed build-dep dpatch + * Updated build rules to work with cmake-based build system of LMMS 0.4.x + * Updated build dependencies of new upstream version + * Package correct library directory in 64 bit version + * Package installed headers into lmms-dev + * Updated copyrights to reflect recent contributions to upstream + * Removed dependency libqt3-i18n as LMMS is Qt4 based and libqtcore4 ships + required files + * Bumped required version of debhelper from 5 to 6 + + -- Tobias Doerffel Thu, 03 Feb 2009 14:05:36 +0100 + +lmms (0.3.2-1ubuntu2) intrepid; urgency=low + + * Change wine-bin back to wine in depends, as the packages are only split + in Debian (LP: #254501). + + -- James Westby Sun, 03 Aug 2008 22:14:06 +0100 + +lmms (0.3.2-1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Remove libwine-dev alternative in the Build-Depends. + - Update maintainer field as per spec. + + -- Luke Yelavich Sun, 18 May 2008 22:02:58 +0200 + lmms (0.3.2-1) unstable; urgency=low * Decrease wine dependency to wine-bin as suggested. (Closes: #446163) @@ -61,6 +276,46 @@ -- Pierre Habouzit Sun, 16 Mar 2008 23:21:56 +0000 +lmms (0.3.1-1ubuntu2) hardy; urgency=low + + * Several patches from upstream, as follows: (LP: #204017) + - fix-dummy-plugin-implementations.diff: + + if a certain kind of plugin could not be found, a dummy plugin is + being loaded. Fix segfault. + - fix-effect-bugs.diff: + + fixed wrong SIGNAL/SLOT-connection resulting in broken gate-knob. + + made effect-move-up feature actually work. + + do not crash when removing sample-tracks with effects inside. + - fix-midi-import.diff: + + use Patman-plugin (which plays MIDI-patch-files) as default-instrument + when importing MIDI-files to make the imported project actually sound + like it should. + - fix-piano-roll.diff: + + fixed key-pressure-MIDI-event while changing volume of a note. + + improved painting of volume-lines + - fix-track-removal.diff: + + when removing all tracks, remove from last to first track to + significantly improve speed. + - fix-vst-gui.diff: + + VeSTige-plugin is broken with recent WINE-versions (i.e. the ones + found in hardy) - patch fixes usage of Win32-VST-GUI. + - fix-wiki-url.diff: + + the Wiki with help, manual etc. has been moved - reflect this change + in program/help-menu. + - fix-gate-for-effects.diff: + + effect-processing never stops for any kind of effects because of wrong + silence-detection-code. + + -- Luke Yelavich Wed, 09 Apr 2008 23:39:12 +1000 + +lmms (0.3.1-1ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Remove libwine-dev alternative in the Build-Depends. + - Update maintainer field as per spec. + + -- Luke Yelavich Thu, 13 Dec 2007 15:18:02 +1100 + lmms (0.3.1-1) unstable; urgency=low * Packaging new upstream release. @@ -84,6 +339,27 @@ -- Patrick Winnertz Thu, 06 Dec 2007 07:08:04 +0100 +lmms (0.3.0-1ubuntu3) gutsy; urgency=low + + * Added patch from tobydox. Fixes various random crashes. + (LP: #145608) + + -- Chuck Short Wed, 03 Oct 2007 20:52:22 -0400 + +lmms (0.3.0-1ubuntu2) gutsy; urgency=low + + * Remove libwine-dev alternative in the Build-Depends. + + -- Steve Kowalik Tue, 25 Sep 2007 00:39:42 +1000 + +lmms (0.3.0-1ubuntu1) gutsy; urgency=low + + * Resynchronized with Debian (LP: #139759, LP: #90806, LP: #102639, + LP: #113447, LP: #121172, LP: #124890) + * reverted changes from 0.2.1-1.1ubuntu1 as upstream merged/included them + + -- Tobias Doerffel Mon, 17 Sep 2007 15:00:24 +0200 + lmms (0.3.0-1) unstable; urgency=low [ Tobias Doerffel ] @@ -116,6 +392,14 @@ -- Patrick Winnertz Fri, 24 Aug 2007 08:23:34 +0200 +lmms (0.2.1-1.1ubuntu1) gutsy; urgency=low + + * Added .desktop file (LP: #134899) + * Provided an icon + * Update maintainer per spec + + -- Mario Bonino Sun, 26 Aug 2007 19:32:35 +0200 + lmms (0.2.1-1.1) unstable; urgency=high * Non-maintainer Upload diff -u lmms-0.4.7/debian/control lmms-0.4.7/debian/control --- lmms-0.4.7/debian/control +++ lmms-0.4.7/debian/control @@ -1,14 +1,15 @@ Source: lmms Section: sound Priority: optional -Maintainer: Patrick Winnertz -Build-Depends: debhelper (>= 5.0.0), libsdl-sound1.2-dev, libsamplerate0-dev, libsndfile1-dev, libvorbis-dev, libjack-dev, libstk0-dev, libestools2.0-dev, ladspa-sdk, libflac-dev, libwine-dev [i386 amd64], libasound2-dev, festival-dev, imagemagick, cmake, qt4-qmake, libqt4-dev, libpulse-dev, libfluidsynth-dev, libfftw3-dev, libfreetype6-dev, libxft-dev, dpatch, libxinerama-dev, gcc-multilib [amd64], g++-multilib [amd64] +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Patrick Winnertz +Build-Depends: debhelper (>= 5.0.0), libsdl-sound1.2-dev, libsamplerate0-dev, libsndfile1-dev, libvorbis-dev, libjack-dev, libstk0-dev, libestools2.0-dev, ladspa-sdk, libflac-dev, wine1.2-dev [i386 amd64], libasound2-dev, festival-dev, imagemagick, cmake, qt4-qmake, libqt4-dev, libpulse-dev, libfluidsynth-dev, libfftw3-dev, libfreetype6-dev, libxft-dev, dpatch, libxinerama-dev, gcc-multilib [amd64], g++-multilib [amd64] Standards-Version: 3.8.3 Homepage: http://lmms.sf.net/ Package: lmms Architecture: any -Depends: lmms-common (= ${source:Version}) , ${shlibs:Depends}, ${misc:Depends}, stk, wine-bin [i386 amd64] +Depends: lmms-common (= ${source:Version}) , ${shlibs:Depends}, ${misc:Depends}, stk, wine1.2 [i386 amd64] Recommends: tap-plugins, caps Suggests: fil-plugins, mcp-plugins, omins, vcf, freepats Description: Linux Multimedia Studio