Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lmms for openSUSE:Factory checked in at 2021-11-07 22:09:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lmms (Old) and /work/SRC/openSUSE:Factory/.lmms.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lmms" Sun Nov 7 22:09:07 2021 rev:36 rq:929977 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lmms/lmms.changes 2021-06-01 10:36:28.112711591 +0200 +++ /work/SRC/openSUSE:Factory/.lmms.new.1890/lmms.changes 2021-11-07 22:09:11.803637359 +0100 @@ -1,0 +2,5 @@ +Sat Nov 6 12:02:56 UTC 2021 - Dave Plater <[email protected]> + +- Disable VST build until lmms issue boo#1192413 is fixed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lmms.spec ++++++ --- /var/tmp/diff_new_pack.uUcxtL/_old 2021-11-07 22:09:13.095638513 +0100 +++ /var/tmp/diff_new_pack.uUcxtL/_new 2021-11-07 22:09:13.099638517 +0100 @@ -26,7 +26,7 @@ %bcond_without carla %bcond_without crippled_stk -%bcond_without wine +%bcond_with wine %if %{with carla} %define carlavers %(carla --version|grep Carla | cut -b 21,22,23,24,25,26) %endif @@ -40,7 +40,9 @@ Source0: https://github.com/LMMS/lmms/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://github.com/mjansson/rpmalloc/archive/%{rpmallocrev}.tar.gz Source2: https://github.com/lukas-w/qt5-x11embed/archive/%{qt5x11embedrev}.tar.gz +%if %{with wine} Source3: lmms-warning +%endif # PATCH-FIX-OPENSUSE Patch for providing proper return code in a function Patch0: lmms-1.2.0-return.patch %if %{with crippled_stk} @@ -53,6 +55,7 @@ BuildRequires: bash-completion BuildRequires: cmake BuildRequires: desktop-file-utils +BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: filesystem BuildRequires: fltk-devel @@ -62,6 +65,7 @@ BuildRequires: libmp3lame-devel BuildRequires: libqt5-qttools BuildRequires: libstk-devel +BuildRequires: libxkbcommon-x11-devel BuildRequires: pkgconfig BuildRequires: sndio-devel BuildRequires: pkgconfig(Qt5Core) @@ -88,7 +92,6 @@ BuildRequires: pkgconfig(zlib) %if %{with wine} #Extra packages -BuildRequires: extra-cmake-modules BuildRequires: gcc-c++-32bit BuildRequires: libQt5DBus-private-headers-devel BuildRequires: libQt5KmsSupport-devel-static @@ -101,7 +104,6 @@ BuildRequires: libQt5Sql-private-headers-devel BuildRequires: libqt5-qtbase-private-headers-devel BuildRequires: libstdc++-devel-32bit -BuildRequires: libxkbcommon-x11-devel BuildRequires: mtdev-devel BuildRequires: tslib BuildRequires: tslib-devel @@ -216,9 +218,11 @@ cp %{_builddir}/lmms*/doc/bash-completion/lmms %{buildroot}%{_datadir}/bash-completion/completions/lmms %fdupes -s %{buildroot}/%{_datadir} +%if %{with wine} mkdir -p %{buildroot}%{_localstatedir}/adm/update-messages/ #%%{name}-warning cp %{S:3} %{buildroot}%{_localstatedir}/adm/update-messages/ +%endif %files %doc doc/AUTHORS README.md INSTALL.txt
