Revisions of lmms

Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 646360 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 68)
- add lmms-fluidsynth.patch: backport upstream fix for fluidsynth API change
- remove lmms-1.2.0-undefined_ref.patch, already applied upstream in this release
- add lmms-1.2.0-libdir.patch: upstream patch to find plugin dir (use absolute paths in CMAKE_INSTALL_LIBDIR)
- change lmms-1.2.0-crippled_stk.patch to match current upstream source (tiny datatype change)
- install bash completions, by hand ATM until upstream finds a way to make DESTDIR work
- Update to version 1.2.0rc7+git20180925.a2685c1cc:
  * Bump version to 1.2.0-rc7
  * Update the LMMS logo and mimetypes (#4519)
  * Add bash completion (#4534) (#4604)
  * Specify infinte timeout in tryLock on export
  * Update UI 60 times per second (#4570)
  * Add Carla support for MacOS (#4558)
  * Fallback to default audio/MIDI backends if invalid one is set
  * Validate audio/MIDI backend when opening setup dialog
  * Restructure help
  * Fix decimal separator handling (#4547)
  * Set VST program first when restoring settings
  * Initialise OLE in RemoteVstPlugin
  * Link RemoteVstPlugin with -mwindows
  * Fix VST windows resizing a little incorrectly
  * Fix kVstTransportChanged flag usage in VST sync
  * Fix hang when updateInOutCount called from processReplacing
  * Suspend plugin when changing sample rate/buffer size
  * Fix invisible editors on project load by validating size (#4502)
  * Allow building with sndio support on more systems than just OpenBSD (#4486)
  * Remove Qt temporary files after loading ZynAddSubFX settings (#4551)
  * Don't try to clear null buffer in NotePlayHandle::play (#4545)
  * Make the oscilloscope colors available as properties
  * Fix Freeboy noise channel playback (#4538)
  * Add CMake 2 support (#4530)
  * Fix AppImage shim launcher
  * Don't use dummy controllers for connections if not loading projects (#4493)
  * Fix some formatting issues in translations (#4482)
  * Setup Dialog - Fix bottom of letters cut off (#4483)
  * Fix broken MIDI import
  * Some demo project license fixes (#4481)
  * Use tryLock in audio threads for VST/ZynAddSubFX (#4460)
  * Always show sample track panning knobs (#4477)
  * Fix occasional audio interface deadlock (#4450)
  * Fix fwrite parameter ordering
  * Improve STK rawwave path encoding handling
  * Fix MIDI import encoding issue on Windows
  * Fix WAV exporting on Windows
  * Fix sample file loading on Windows
  * Fix file name encoding issues with ZynAddSubFX on Windows
  * Fix file name encoding issues with VST on Windows
  * Fix project URL for some files
  * Fix hang on exit from specific MIDI devices + WinMM (#4451)
  * CMake: Fix FindSndio module
  * CMake: Fix errors when path contains spaces
  * Quit exit if failing to save project (#4428)
  * LADSPA: Fix undefined reference due to vectorization (#4434)
  * Fixup 1bae047b98558981c20c85edc44550f4aa9714d9
  * Fix wrong accelerator character in sv.ts
  * Fix crash when loading project with missing peak controller effect (#4391)
  * Piano roll: reset editing mode when lost focus (#4393)
  * Piano roll: Fix some crashes when no pattern is open (#4392)
  * Deselect FX channel's name text when losing focus (#4293)
  * Initialize peak controller last sample with base value (#4382)
  * Fix automation processing priority
- update to version 1.2.0rc7
buildservice-autocommit accepted request 630717 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 67)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 66)
- Adjust changelog to follow patch guidelines
- Fix changelog formatting
- Drop not needed patches:
  * lmms-fix.patch
  * lmms-code-min.patch
  * lmms-code-macro.patch
  * lmms-carla.patch
  * lmms-code-indent.patch
  * lmms-1.1.3-fix-wrong-comparison-logic.patch
  * lmms-1.2.0-undefined_ref.patch
  * lmms-no-Werror.patch
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 630536 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 65)
- Run spec-cleaner
- Simplify conditions
- Use cmake macros
- Drop unused dependencies
- Drop obsolete macros
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 629364 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 64)
- further cleanups and corrections in specfile:
  * BuildRequire just git-core, not git
  * rewrite BuildRequires: to use pkgconfig() for all the devel packages that support it
  * reenable use of %{_smp_mflags} in make call
  * remove unneeded static library libqx11embedcontainer.a from package
  * comment out BuildRequires: to some 32bit devel packages for now (from an upstream list of build requirements)
- update to 1.2.0rc6 using obs_scm source service, reworked patches and spec
  * rc6 release tarball misses some external submodule sources and doesn't compile, so use obs_scm
  * workaround the illegal "-" char in official version string (1.2.0-rc6)
  * modify/add BuildRequires to work for a Qt5 build
  * update and rename lmms-1.0.0-crippled_stk.patch to lmms-1.2.0-crippled_stk.patch
  * remove obsolete patches (applied upstream, problem fixed otherwise or pointing at now non-existing code)
  * build against Qt5
  * backport an upstream patch for upcoming rc7 to fix undefined references due to vectorization (gh#LMMS/lmms#4434)
buildservice-autocommit accepted request 621340 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 63)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 621339 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 62)
- Fix build error due to various false-positive gcc warnings:
  lmms-no-Werror.patch
buildservice-autocommit accepted request 546630 from Dave Plater's avatar Dave Plater (plater) (revision 61)
baserev update by copy to link target
Dave Plater's avatar Dave Plater (plater) accepted request 546629 from Dave Plater's avatar Dave Plater (plater) (revision 60)
Fix Factory build failure with addition to lmms-carla.patch.
Build position independent executables.
Dave Plater's avatar Dave Plater (plater) accepted request 546621 from Dave Plater's avatar Dave Plater (plater) (revision 59)
Fix Factory build failure with addition to lmms-carla.patch.
Build position independent executables.
buildservice-autocommit accepted request 517599 from Olaf Hering's avatar Olaf Hering (olh) (revision 58)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) committed (revision 57)
- ExclusiveArch x86_64 until carla-i386 is fixed
buildservice-autocommit accepted request 499910 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 56)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) committed (revision 54)
- lmms-fix.patch: Fixed potential 1 byte sprintf overflow. (bsc#1041293)
buildservice-autocommit accepted request 483013 from Olaf Hering's avatar Olaf Hering (olh) (revision 53)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) accepted request 483012 from Olaf Hering's avatar Olaf Hering (olh) (revision 52)
- ExclusiveArch Intel
buildservice-autocommit accepted request 455979 from Olaf Hering's avatar Olaf Hering (olh) (revision 51)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) accepted request 455799 from Olaf Hering's avatar Olaf Hering (olh) (revision 50)
- Build unconditionally with carla because it is in Tumbleweed
buildservice-autocommit accepted request 437442 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 49)
baserev update by copy to link target
Displaying revisions 41 - 60 of 108
openSUSE Build Service is sponsored by