SHA256
1
0
forked from pool/pulseeffects
Commit Graph

33 Commits

Author SHA256 Message Date
Ana Guerrero
d2fea2212b Accepting request 1176913 from multimedia:apps
- Switch to _service source tarball
- Update spec
- Add 01-fix-depricated-boost-filesystem-copy_option.patch fixing
  build with current boost

OBS-URL: https://build.opensuse.org/request/show/1176913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=13
2024-05-27 09:55:44 +00:00
50670dc92c Accepting request 1176604 from home:kill_it:branches:multimedia:apps
- Switch to _service source tarball
- Update spec
- Add 01-fix-depricated-boost-filesystem-copy_option.patch fixing
  build with current boost

OBS-URL: https://build.opensuse.org/request/show/1176604
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=32
2024-05-23 23:13:38 +00:00
Dominique Leuenberger
15fb71aa94 Accepting request 978502 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/978502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=12
2022-05-22 18:27:57 +00:00
1bffd13faa Accepting request 978501 from home:kill_it:daw
- Update to versin 4.8.7 
  * Improved compatibility with `Boost 1.79`
- remove 01-fix-boost-include.patch
- version 4.8.6
  * Fixed a crash that happened when the compressor plugin was 
    initialized with LSP `1.2.0`

OBS-URL: https://build.opensuse.org/request/show/978501
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=30
2022-05-22 07:35:38 +00:00
Dominique Leuenberger
77eaea841d Accepting request 974323 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/974323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=11
2022-05-02 14:25:47 +00:00
748a41e689 Accepting request 974322 from home:kill_it:daw
- fix build with new boost, add:
  01-fix-boost-include.patch
- Update to version 4.8.5
  Added:
  * Improved compatibility with dconf 0.40. Now our plugins should
    be enabled when using this version. 
- Revert the last change. pulseeffects requires the real pulseaudio
  so keep the Requires: pulseaudio (boo#1182730).
- Require the pulseaudio-daemon capability instead of the
  pulseaudio package, so alternative implementations can be used
  (boo#1182730).
- Update to version 4.8.4
  Added:
  * Added Allpass filter in Equalizer plugin.
  Fixed:
  * The equalizer UI is now correctly shown when a profile with 
    30 bands is loaded at startup.
  * Added a workaround for systems that were crashing because the
    locale is not correctly set at system level.
  Note to packagers:
  * This is the last release supporting Pulseaudio. The following
    PulseEffects releases will be based on the new Pipewire
    multimedia server and only fixes to critical bugs will be
    backported to the legacy pulseaudio branch
    https://github.com/wwmm/pulseeffects/tree/pulseaudio-legacy.
- Changes from 4.8.3
  Added:
  * New Noise Reduction plugin based on the RNNoise library.
  * Band Quality factor exposed in the Equalizer main interface.
  * A new settings was added to the general section of our settings
    menu: Activity Timeout. It is the time during which 
    PulseEffects monitors if there is any application playing audio.
    If there is none we stop our playback stream in order to save
    cpu usage. This timeout has been in place for a long time but
    until now its value could not be configured by the user.
  * When no application is playing audio PulseEffects pipeline is
    now put in the ready state instead of the paused state. This
    should help to reduce cpu usage in situations like the ones
    described in https://github.com/wwmm/pulseeffects/issues/829
  * Updated Chinese translation.
  Fixed:
  * Values outside GTK widgets are now shown according to system
    locale settings.
  * Applying APO Equalizer preset when locale is different than "C"
    is now working properly.
  * Equalizer and Crystalizer UI redesigned: band wrapper is 
    extended to fit all the available horizontal space; homogeneous
    property has been applied to get the same space between band sliders.
  * App info and plugin interfaces made scrollable: now PulseEffects
    window does not change its size when switching beetween plugins.
  * Loudness plugin: removed reference signal button (test signals can
    be used in its stead); input value is now saved to preset.
  Note to packagers:
  * The Noise Reduction is an optional plugin. For it to be 
    available to the user the library RNNoise
    https://github.com/xiph/rnnoise has to be installed when
    PulseEffects is compiled.
- Update to version 4.8.2.
  * Fix when importing Equalizer APO presets the bands were not 
    being set to the APO mode.
- Changelog from 4.8.1.
  * Blocklist adopted and related command modified as a checkbutton
    inside the app info ui.
  * Pulseaudio’s media name property is shown for each application
    in the Applications section.
  * Deesser UI redesigned and applied homogeneous property to all 
    plugin UI to get same space between controls and make them fit 
    all the available horizontal space.
  * Modified Applications row in the left side plugin list to show 
    an icon according to input/output effects while the pipeline 
    global level meter is only shown when something is 
    recording/playing
  * The feature that shows the last used preset in the preset menu 
    button label was improved. When seeing input effects widget it 
    shows the last used input preset. And when seeing output 
    effects widgets it shows the last used output preset.
  * New application icon.
- Update to version 4.8.0
  Added:
  * Loudness plugin has been replaced with the new Loudness
    Compensator by Linux Studio Plugins.
  * The Stereo Tools and the Maximizer plugins can now be used
    when applying effects to microphone signals.
  * New parameters have been added to the following plugins:
    Compressor, Gate and Limiter.
  * Plugin user interfaces have been redesigned with
    checkbutton list and new global output level meter for both
    output and input pipelines.
  * The user has now the ability to change the minimum and
    maximum frequency in the spectrum user interface.
  * New command line that allows to hide the window when
    running PulseEffects in service mode. This will allow tray
    applets to hide our window.
  * Initial support to Equalizer APO presets.
  * Improved Slovak and Czech Translations.
  Removed:
  * The spectrum scaling feature was removed as it leads to
    wrong mouse hover values when used
    https://github.com/wwmm/pulseeffects/issues/733. And
    fixing this will require the addition of an amount of code
    complexity that does not seem worth it.
  Note to packagers:
  * This release is using GTKMM 3.24 features and Linux Studio
    Plugins >= `1.1.24`. If you can not use any of these
    libraries do not upgrade to PulseEffects 4.8.0!
  * MDA is not needed anymore as optional dependency.
  version 4.7.3:
  Added:
  * PulseEffects now searches for presets in /etc/PulseEffects
    and directories specified by \$XDG_CONFIG_DIRS environment
    variable.
  * Our interface now shows third party Plugins credits.
  * Each plugin now has a reset button
  * Improved convolver impulse response files plot
  * Applications entry now have a blacklist button to make it
    easier to blacklist an application the user does not want
    effects to be applied.
  Fixed:
  * Fixed a severe memory leak that happened whenever the
    window was closed.
  * PulseEffects no longer crashes when an empty or corrupted
    preset is provided.
  * Fixed laxity setting not being applied in the deesser
- Fixes boo#1171896
- Update to version 4.7.2
  Added:
  * Compatibility to Linux Studio Plugins `1.1.14`
  * The convolver plugin now accepts the wav extension in the
    impulse files.
  * Checking exceptions in the main function.
  * Headers deprecated in Boost 1.72 were replaced.
  Notes to package maintainers: 
  * As the `bypass` property in Linux Studio Plugins `1.1.14`
    was renamed to `enabled` this new PulseEffects version
    won't work with older Linux Studio Plugins versions.
    Although I could add checks and somehow try to support both
    versions this makes the code ugly. And I think that nowadays
    upgrading LSP should not be hard. If it is do not upgrade to
    PE `4.7.2`.
- Fixes boo#1171896
- Spec cleanup
- Dropped group tag
-Update to version 4.7.1 (see CHANGELOG.md)
-Fix recommended dependencies to enable all functionalities.
-Update to version 4.7.0 (see CHANGELOG.md)
 * Improved Italian translations.
 * Do not open the main window when listing the available presets
  through command line options.
  This will also help third party tools like 
  https://github.com/boomshop/pulseffectstray
- Update to version 4.6.8 (see CHANGELOG.md) 
  * It is now possible to set different buffer and latency values 
    for the pulsesrc 
    and the pulsesink plugins. 
    This means that there is more room to reduce the overall latency. 
    Pulsesrc is at the start of the effects pipeline and 
    pulsesink at its end.
- Update to version 4.6.6 (see CHANGELOG.md)
- Update to version 4.6.4 (see CHANGELOG.md)
- Added Recommends for external plugin packages
- Initial package (v4.5.0)

OBS-URL: https://build.opensuse.org/request/show/974322
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=28
2022-05-02 07:38:05 +00:00
b553b5b788 Accepting request 974129 from home:kill_it:daw
- fix build

OBS-URL: https://build.opensuse.org/request/show/974129
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=27
2022-05-01 00:53:12 +00:00
Dominique Leuenberger
dea4bc00a2 Accepting request 893248 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/893248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=10
2021-05-15 21:16:12 +00:00
ad385d560c Accepting request 893247 from home:kill_it:branches:multimedia:apps
- Update to version 4.8.5
  Added:
  * Improved compatibility with dconf 0.40. Now our plugins should
    be enabled when using this version.

OBS-URL: https://build.opensuse.org/request/show/893247
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=25
2021-05-15 00:38:05 +00:00
08cdd8fd42 Accepting request 876596 from home:alarrosa:branches:multimedia:apps
- Revert the last change. pulseeffects requires the real pulseaudio
  so keep the Requires: pulseaudio (boo#1182730).

OBS-URL: https://build.opensuse.org/request/show/876596
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=24
2021-03-03 19:16:46 +00:00
95ef9da5e8 Accepting request 875143 from home:alarrosa:branches:multimedia:apps
- Require the pulseaudio-daemon capability instead of the
  pulseaudio package, so alternative implementations can be used
  (boo#1182730).

OBS-URL: https://build.opensuse.org/request/show/875143
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=23
2021-02-25 15:57:40 +00:00
Dominique Leuenberger
090d587a82 Accepting request 862166 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/862166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=9
2021-01-13 17:19:20 +00:00
c27bcfe08a Accepting request 862165 from home:kill_it:branches:multimedia:apps
- Update to version 4.8.4
  Added:
  * Added Allpass filter in Equalizer plugin.
  Fixed:
  * The equalizer UI is now correctly shown when a profile with 
    30 bands is loaded at startup.
  * Added a workaround for systems that were crashing because the
    locale is not correctly set at system level.
  Note to packagers:
  * This is the last release supporting Pulseaudio. The following
    PulseEffects releases will be based on the new Pipewire
    multimedia server and only fixes to critical bugs will be
    backported to the legacy pulseaudio branch
    https://github.com/wwmm/pulseeffects/tree/pulseaudio-legacy.
- Changes from 4.8.3
  Added:
  * New Noise Reduction plugin based on the RNNoise library.
  * Band Quality factor exposed in the Equalizer main interface.
  * A new settings was added to the general section of our settings
    menu: Activity Timeout. It is the time during which 
    PulseEffects monitors if there is any application playing audio.
    If there is none we stop our playback stream in order to save
    cpu usage. This timeout has been in place for a long time but
    until now its value could not be configured by the user.
  * When no application is playing audio PulseEffects pipeline is
    now put in the ready state instead of the paused state. This
    should help to reduce cpu usage in situations like the ones
    described in https://github.com/wwmm/pulseeffects/issues/829
  * Updated Chinese translation.
  Fixed:
  * Values outside GTK widgets are now shown according to system
    locale settings.
  * Applying APO Equalizer preset when locale is different than "C"
    is now working properly.
  * Equalizer and Crystalizer UI redesigned: band wrapper is 
    extended to fit all the available horizontal space; homogeneous
    property has been applied to get the same space between band sliders.
  * App info and plugin interfaces made scrollable: now PulseEffects
    window does not change its size when switching beetween plugins.
  * Loudness plugin: removed reference signal button (test signals can
    be used in its stead); input value is now saved to preset.
  Note to packagers:
  * The Noise Reduction is an optional plugin. For it to be 
    available to the user the library RNNoise
    https://github.com/xiph/rnnoise has to be installed when
    PulseEffects is compiled.

OBS-URL: https://build.opensuse.org/request/show/862165
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=21
2021-01-11 02:13:06 +00:00
Dominique Leuenberger
47f771ef91 Accepting request 836066 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/836066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=8
2020-09-22 19:15:20 +00:00
5bc4df9b63 Accepting request 836015 from home:andythe_great:branches:multimedia:apps
Include changes from 4.8.1.

OBS-URL: https://build.opensuse.org/request/show/836015
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=19
2020-09-22 10:53:33 +00:00
Dominique Leuenberger
79f99fedd7 Accepting request 832025 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/832025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=7
2020-09-05 22:01:38 +00:00
47fe593622 Accepting request 832024 from home:alois:branches:multimedia:apps
- Update to version 4.8.0
- Fixes boo#1171896

OBS-URL: https://build.opensuse.org/request/show/832024
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=17
2020-09-04 08:04:51 +00:00
Dominique Leuenberger
2e225a2187 Accepting request 781090 from multimedia:apps
- Spec cleanup
- Dropped group tag
-Update to version 4.7.1 (see CHANGELOG.md)

OBS-URL: https://build.opensuse.org/request/show/781090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=6
2020-03-03 09:19:18 +00:00
76deed9ea2 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=15 2020-03-03 07:04:07 +00:00
026d45aa77 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=14 2020-03-03 07:03:51 +00:00
d7cbad0a6c Accepting request 781053 from home:andythe_great:branches:multimedia:apps
-Update to version 4.7.1 (see CHANGELOG.md)

OBS-URL: https://build.opensuse.org/request/show/781053
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=13
2020-03-03 07:03:01 +00:00
Dominique Leuenberger
b3aec5ca4f Accepting request 764192 from multimedia:apps
-Fix recommended dependencies to enable all functionalities.
-Update to version 4.7.0 (see CHANGELOG.md)
 * Improved Italian translations.
 * Do not open the main window when listing the available presets
  through command line options.
  This will also help third party tools like 
  https://github.com/boomshop/pulseffectstray

OBS-URL: https://build.opensuse.org/request/show/764192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=5
2020-01-14 20:08:13 +00:00
Tomáš Chvátal
b7866a05fb OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=11 2020-01-14 08:54:47 +00:00
Tomáš Chvátal
8b67030a9c OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=10 2020-01-14 08:54:35 +00:00
Tomáš Chvátal
d421d14227 Accepting request 764094 from home:andythe_great:branches:openSUSE:Factory
-Fix recommended dependencies to enable all functionalities.
-Update to version 4.7.0 (see CHANGELOG.md)
 * Improved Italian translations.
 * Do not open the main window when listing the available presets
  through command line options.
  This will also help third party tools like 
  https://github.com/boomshop/pulseffectstray

OBS-URL: https://build.opensuse.org/request/show/764094
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=9
2020-01-14 08:38:06 +00:00
Dominique Leuenberger
600d3c98f3 Accepting request 732745 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/732745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=4
2019-09-25 06:22:16 +00:00
1f4b7cbef0 Accepting request 732681 from home:ukbeast89:branches:multimedia:apps
- Update to version 4.6.8 (see CHANGELOG.md)

OBS-URL: https://build.opensuse.org/request/show/732681
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=7
2019-09-23 13:35:46 +00:00
Dominique Leuenberger
2ea5640e9a Accepting request 724387 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/724387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=3
2019-08-19 19:41:27 +00:00
8190fd8a9d Accepting request 724386 from home:ukbeast89:branches:multimedia:apps
PulseEffects is a limiter, compressor, reverberation, stereo equalizer and auto volume
effects for Pulseaudio applications.

OBS-URL: https://build.opensuse.org/request/show/724386
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=5
2019-08-18 13:52:42 +00:00
Dominique Leuenberger
25ed0f4eb3 Accepting request 711165 from multimedia:apps
fixes (boo#1138500)

OBS-URL: https://build.opensuse.org/request/show/711165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=2
2019-07-11 11:08:01 +00:00
381c501e4b Accepting request 711142 from home:alois:branches:multimedia:apps
- Update to version 4.6.4 (see CHANGELOG.md)
- Added Recommends for external plugin packages

OBS-URL: https://build.opensuse.org/request/show/711142
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=3
2019-06-20 13:22:56 +00:00
Dominique Leuenberger
9d07f3047a Accepting request 674744 from multimedia:apps
- Initial package (v4.5.0)

OBS-URL: https://build.opensuse.org/request/show/674744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseeffects?expand=0&rev=1
2019-02-27 16:27:53 +00:00
Martin Pluskal
a2a39212ac Accepting request 674205 from home:alois:branches:multimedia:apps
- Initial package (v4.5.0)

OBS-URL: https://build.opensuse.org/request/show/674205
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=1
2019-02-13 08:19:51 +00:00