Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package easyeffects for openSUSE:Factory checked in at 2022-10-14 15:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easyeffects (Old) and /work/SRC/openSUSE:Factory/.easyeffects.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easyeffects" Fri Oct 14 15:42:20 2022 rev:13 rq:1010547 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/easyeffects/easyeffects.changes 2022-06-25 10:24:59.566736336 +0200 +++ /work/SRC/openSUSE:Factory/.easyeffects.new.2275/easyeffects.changes 2022-10-14 15:43:26.232008361 +0200 @@ -1,0 +2,25 @@ +Tue Oct 11 06:44:27 UTC 2022 - Boris Manojlovic <[email protected]> + +- updated to latest 6.3.0 +- Features: + + Multiband Gate implementation has been migrated from CALF to Linux Studio Plugins. + + The preset autoloading code compatibility with bluez5 devices has been improved. + + Wet/dry controls were added for some plugins + + Effect interface is no longer loaded when the related lv2 plugin is not installed on the system. + In its place a status message to the user is shown. + + The documentation has been updated + + Improved debug messages + + Updated translations + + Improved translations + + The bypass state can be saved to the preset file. The reasons why this was done can be seen at #1039 + + The preset autoloading code compatibility with usb devices has been improved. + + A dialog is shown to the user when a preset fails to load or a preset/impulse file fails to be imported. + + The SideChain Gate plugin from Linux Studio Plugins is now used instead of the one from Calf Studio. + +- Bug fixes: + + Fixed a bug where EasyEffects could crash when closing its window while effects were being applied. + + EasyEffects should not crash anymore when the user locale is not properly configured. + + A workaround was implemented in our icon to deal with the lack of proper SVG support in QT. + + +------------------------------------------------------------------- Old: ---- easyeffects-6.2.6.tar.xz New: ---- easyeffects-6.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easyeffects.spec ++++++ --- /var/tmp/diff_new_pack.ZUhz4o/_old 2022-10-14 15:43:26.784009283 +0200 +++ /var/tmp/diff_new_pack.ZUhz4o/_new 2022-10-14 15:43:26.788009289 +0200 @@ -23,7 +23,7 @@ %endif Name: easyeffects -Version: 6.2.6 +Version: 6.3.0 Release: 0 Summary: Audio effects for Pulseaudio applications License: GPL-3.0-or-later @@ -64,22 +64,30 @@ Recommends: lv2-zam-plugins %description -PulseEffects is a limiter, compressor, reverberation, stereo equalizer and auto volume -effects for Pulseaudio applications. +Easyeffects is a limiter, compressor, reverberation, stereo equalizer and auto volume +effects for pipewire applications. %package doc -Summary: Documentation of Audio effects for Pulseaudio applications +Summary: Documentation of Audio effects for pipewire applications +BuildArch: noarch %description doc -This package contains documentation of Audio effects for Pulseaudio applications +This package contains documentation of Audio effects for pipewire applications + + %lang_package +%description lang +Provides translations for the "%{name}" package. + %prep %setup -q # we don't need this sed -i '/^meson.add_install_script/d' meson.build +export QMAKE_CFLAGS_ISYSTEM=-I + %build %if %{with gold} export LD=ld.gold @@ -96,6 +104,10 @@ -Dc_args="${CFLAGS}" \ -Dcpp_args="${CXXFLAGS}" \ || (cat */meson-logs/meson-log.txt; exit 1) +######## IDIOTIC WORKAROUND #################### +sed -i s/isystem/I/g $(gcc -dumpmachine)/*.json +sed -i s/isystem/I/g $(gcc -dumpmachine)/*.ninja +######## END OF IDIOTIC WORKAROUND ############# %meson_build @@ -108,6 +120,7 @@ %files lang -f easyeffects.lang %exclude %{_datadir}/help/*/%{name} +/usr/share/locale/*/LC_MESSAGES/easyeffects-news.mo %files %{_bindir}/%{name} @@ -119,8 +132,9 @@ %{_datadir}/metainfo/com.github.wwmm.%{name}.metainfo.xml %files doc -%license LICENSE.md +%license LICENSE %doc CHANGELOG.md README.md %{_datadir}/help/*/%{name} +%exclude %{_datadir}/locale/* %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ZUhz4o/_old 2022-10-14 15:43:26.820009343 +0200 +++ /var/tmp/diff_new_pack.ZUhz4o/_new 2022-10-14 15:43:26.824009349 +0200 @@ -3,7 +3,7 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/wwmm/easyeffects.git</param> - <param name="revision">v6.2.6</param> + <param name="revision">v6.3.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git.%h</param> <param name="versionrewrite-pattern">v(.*)\+0.git.*</param> <param name="versionrewrite-replacement">\1</param> ++++++ easyeffects-6.2.6.tar.xz -> easyeffects-6.3.0.tar.xz ++++++ ++++ 229063 lines of diff (skipped)
