Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clementine for openSUSE:Factory checked in at 2024-03-01 23:36:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clementine (Old) and /work/SRC/openSUSE:Factory/.clementine.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clementine" Fri Mar 1 23:36:10 2024 rev:64 rq:1153471 version:1.4.0~rc2 Changes: -------- --- /work/SRC/openSUSE:Factory/clementine/clementine.changes 2023-07-11 15:57:12.157136232 +0200 +++ /work/SRC/openSUSE:Factory/.clementine.new.1770/clementine.changes 2024-03-01 23:36:21.195081559 +0100 @@ -1,0 +2,6 @@ +Wed Feb 28 07:38:40 UTC 2024 - Dave Plater <[email protected]> + +- Allow use of internal taglib until taglib2 build issue is solved + see https://github.com/clementine-player/Clementine/issues/7313 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clementine.spec ++++++ --- /var/tmp/diff_new_pack.6kQ1Ct/_old 2024-03-01 23:36:21.775102535 +0100 +++ /var/tmp/diff_new_pack.6kQ1Ct/_new 2024-03-01 23:36:21.775102535 +0100 @@ -1,7 +1,7 @@ # # spec file for package clementine # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,6 +19,9 @@ %define rev bbda59a5f347a75bbecde0b1928e03942e367850 %bcond_without git +#Allow use of internal taglib until taglib2 build issue is solved +#https://github.com/clementine-player/Clementine/issues/7313 +%bcond_with systaglib %if 0%{?suse_version} > 1500 %bcond_without manpage @@ -110,8 +113,10 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(sqlite3) +%if %{with systaglib} BuildRequires: pkgconfig(taglib) >= 1.11.1 Requires: libtag1 >= 1.8 +%endif %if %{without qt5} Recommends: sni-qt %else @@ -152,7 +157,7 @@ %autopatch -p1 # NOTE: Build using system versions of libraries. -rm -rvf 3rdparty/taglib +#rm -rvf 3rdparty/taglib rm -rvf 3rdparty/SPMediaKeyTap %build @@ -164,7 +169,11 @@ %cmake \ -DBUILD_WERROR=OFF \ -DUSE_SYSTEM_QTSINGLEAPPLICATION=OFF \ +%if %{with systaglib} -DUSE_SYSTEM_TAGLIB=ON \ +%else + -DUSE_SYSTEM_TAGLIB=OFF \ +%endif -DUSE_SYSTEM_PROJECTM=ON \ -DBUNDLE_PROJECTM_PRESETS=OFF \ %if %{with qt5}
