Revisions of easyeffects

Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 945568 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 12)
- Updated to latest release 6.2.1
- Bugfixes
  + Fixed a bug where setting a equalizer band quality to zero would lead to an application crash.
  + More robust parsing to import APO presets saved with comma as thousands separator in central frequency band.
- Features
  + LibAdwaita is used to create some parts of our window and for handling
    the switching between dark and light themes.
  + The settings menu has been redesigned using LibAdwaita widgets.
  + Equalizer APO preset import feature has been improved to apply not only the Bell filter,
    but also other supported ones (at the moment only the Bandpass filter is not available in LSP plugin).
  + The Reset All Settings function in our menu should work in Flatpak now.
  + We have a new option that allows the user to disable our menus autohide.
    This may help to workaround some bugs Popover menus currently have on gtk4.
- Notes
  + The fmt library is a new dependency https://github.com/fmtlib/fmt. At least while the c++
    compilers do not implement its features. This is expected to happen in the next years.
  + GTKMM and GLIBMM are not a dependency anymore. We now use gtk4 directly.
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 935672 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 11)
- Updated to latest release 6.1.5
- Added
  + It is now possible to combine impulse responses in the Convolver interface.
    A new impulse file is generated and it should be visible in the impulse list.
  + Improved x axis drawings in our plots. Now the number of labels is adjusted
    dynamically depending on our window width.
  + The documentation has been updated reflecting the new EasyEffects features.
    Old references about PulseEffects have been removed. The documentation button has been added in the menu section.
  + The Limiter and the Multiband Compressor plugins can now use an optional external sidechain.
  + The Autogain plugin now allows the user to select which Loudness is used as reference for the volume correction.
  + The APO Profile Import feature of Equalizer plugin now parses the "Pre Amplification" parameter.
  + Optional Cubic Volume can be enabled in General Settings.
- Fixed
  + When a spinbutton is filled with an out of range value, now it is updated with the
    lowest/highest value rather than resetting to the previous one.
  + The application window now remembers the maximized state and restores it on the next opening event.
  + The Spectrum plugin was supposed to enter passthrough whenever it was not visible,
    but this was happening only when our window was closed.
  + Improved support for Assistive Technology.
  + The probes used in some filters like the Compressor and the Limiter were not being relinked
    after changing the order of the plugins in the pipeline. It should be working now.
- dependency
  + The tbb library is a new dependency https://www.threadingbuildingblocks.org
   
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 922906 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 10)
- updated to latest release 6.1.3
  * Prevented a case in which Spectrum were crashing.
  * Hopefully crashes like the one reported
    at https://github.com/wwmm/easyeffects/issues/1172 are fixed 
- cleanup of multiple old requirements (gstreamer ladspa ...)
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 920357 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 9)
- removed PR-1159-App-info-UI-management-improved.patch as changes
  were applied
- updated to release 6.1.2
  + Improved compatibility with WirePlumber.
    This is needed to run on systems that decided to use it instead
    of the built-in PipeWire session manager.
    More information at https://github.com/wwmm/easyeffects/issues/1144 

- add upstream patch PR-1159-App-info-UI-management-improved.patch
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 920269 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 8)
- updated to latest release 6.1.1 
- Added:
  * When trying to add an autoloading profile for a device already
    in the list its target preset will be updated. This way we can change
    the profile preset without having to remove and recreating it.
  * The preset autoloading support implementation was redesigned again.
    It should work on more hardware now. For more information see issue 1051.
  * If the Limiter or the Maximizer are set in the last position of the plugin stack,
    new plugins are added at the second to last position in order
    to prevent hardware damage on eventually high output level.
  * Removing an application from the blocklist, its previous enabled state is restored.
- Fixed:
  * Sometimes when removing imported models from the noise reduction
    plugin the current used model was not properly updated. This should be fixed now.
  * When editing presets files in an external editor,
    duplicated entries won't be shown in our presets menu.
  * Now the blocklist is correctly set when switching presets.
  * Now the status of the global bypass button is correctly updated when changing plugin stack.
  * Missing icons on the system should not be shown inside the application info UI
   (if an application icon could not be shown even if you're sure it's correctly installed, please open an issue).
  * Some icons not showing in Plasma DE with Breeze icon theme should appear now.
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 913904 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 7)
- switch the recommends from ladspa-zam-plugins to lv2-zam-plugins (boo#1189542)
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 912769 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 6)
- updated to latest release 6.1.0
- Added
  + Updated Chinese translation.
  + Updated Italian translation.
  + Added support for the compressor parameter Boost Amount
  + The multiband compressor plugin now uses the stereo multiband
    compressor plugin from Linux Studio Plugins instead of the one from Calf Studio.
  + The limiter plugin now uses the stereo limiter plugin from
    Linux Studio Plugins instead of the one from Calf Studio.
  + LV2 filters now are spawned in PipeWire graph only when loaded the first time.
    Once loaded, they remain connected until EasyEffects shutdown.
- Fixed
  + The echo canceller sampling rate is now properly set.
  + The threshold parameter from the deesser plugin is now saved to the preset file.
  + Improved band splitting for crystalizer with new default intensity values.
  + Depending on the input gain or output gain values the corresponding
    level bars could not be aligned.
  + When adding more equalizer bands they are set to Bell instead of Off.
  + Equalizer APO presets loading is now working properly on locales different than C.
  + Improved linking management between port filter nodes in PipeWire.
  + The crystalizer plugin signal amplification was too high before.
    It should be within more reasonable levels now.
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 908536 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 5)
- Make use of gold optional and disable it on riscv64
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 907604 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 4)
initialized devel package after accepting 907604
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 907603 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 3)
- removed Recommends handling for -lang package
- moved documentation into -docs package
- spec cleanup 
Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) accepted request 906833 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 2)
- updated to latest release 6.0.3
  + Transient windows are now propoerly set for some plugins dialogs
  + the convolver menu is back to the old style
  + the convolver menu is back to the old style
  + Italian translation updated
  + Merge pull request #1019 from Digitalone1/master
  + only autoload a preset if the device is the current input/output device
  + Merge branch 'master' of https://github.com/wwmm/easyeffects
  + improved resampler
  + Fixed a bug that could make the pitch plugin to not be properly initiā€¦
  + Updated Dutch translation
  + Merge pull request #1026 from Vistaus/master
  + autogain plugin: do not calculate the range twice
  + using the css opacity property to show/hide the saturation warning icon
  + fixing the ratio locale in the compressor and get interface
  + fixing the ratio locale in the deesser interface
  + fixing the ratio locale in the reverb interface
  + fixing the ratio locale in the limiter and gate interface
  + fixing the deesser and gate interface
  + fixing the compressor interface
  + fixing the gtkscale locale
 
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 906115 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 1)
This is initial submission of latest iteration of ex pulseeffects package, i do not expect it be accepted as it is using gcc10 at this moment - but maybe someone can use this work for future package
Displaying revisions 21 - 33 of 33
openSUSE Build Service is sponsored by