Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linphoneqt for openSUSE:Factory checked in at 2021-11-02 19:18:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphoneqt (Old) and /work/SRC/openSUSE:Factory/.linphoneqt.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linphoneqt" Tue Nov 2 19:18:38 2021 rev:3 rq:927662 version:4.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/linphoneqt/linphoneqt.changes 2021-10-08 00:07:19.501882961 +0200 +++ /work/SRC/openSUSE:Factory/.linphoneqt.new.1890/linphoneqt.changes 2021-11-02 19:18:39.835060906 +0100 @@ -1,0 +2,5 @@ +Tue Oct 19 23:57:57 UTC 2021 - Giacomo Comes <[email protected]> - 4.2.5 + +- allow to build linphone-desktop-4.2.5 with liblinphone 5.0.x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphoneqt.spec ++++++ --- /var/tmp/diff_new_pack.5Bwx0x/_old 2021-11-02 19:18:40.659061538 +0100 +++ /var/tmp/diff_new_pack.5Bwx0x/_new 2021-11-02 19:18:40.663061542 +0100 @@ -47,8 +47,8 @@ BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5TextToSpeech) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(linphone) >= 4.5.0 -BuildRequires: pkgconfig(mediastreamer) >= 4.5.0 +BuildRequires: pkgconfig(linphone) >= 5.0.0 +BuildRequires: pkgconfig(mediastreamer) >= 5.0.0 %description Linphone is a Web phone with a Qt interface. It lets you make @@ -91,6 +91,9 @@ -DENABLE_UPDATE_CHECK=OFF \ -DENABLE_STRICT=OFF \ -DENABLE_STATIC=OFF +#the next two lines are necessary to compile linphone-desktop-4.2.5 with liblinphone 5.0.x +sed -i '/Video is not yet fully supported/s@enableVideo@setVideoEnabled@' ../linphone-app/src/app/cli/Cli.cpp +sed -i '/Video is not yet fully supported/s@enableVideo@setVideoEnabled@' ../linphone-app/src/components/conference/ConferenceAddModel.cpp %cmake_build %install
