From 92c3b7541f552c97e517435c9409459d789582279bb37dc28e0aec1da954c698 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 11 Sep 2020 11:34:23 +0000 Subject: [PATCH] Accepting request 833518 from home:alois:branches:network - Enable gstreamer (required by leechcraft) OBS-URL: https://build.opensuse.org/request/show/833518 OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=30 --- libqxmpp.changes | 5 +++++ libqxmpp.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libqxmpp.changes b/libqxmpp.changes index 4c37bde..9714e43 100644 --- a/libqxmpp.changes +++ b/libqxmpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 10 13:00:38 UTC 2020 - Luigi Baldoni + +- Enable gstreamer + ------------------------------------------------------------------- Thu Aug 27 18:55:57 UTC 2020 - Dirk Mueller diff --git a/libqxmpp.spec b/libqxmpp.spec index 33b2e1c..c32c091 100644 --- a/libqxmpp.spec +++ b/libqxmpp.spec @@ -30,11 +30,12 @@ BuildRequires: cmake >= 3.3 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: pkgconfig -BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Core) >= 5.7.0 BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Xml) +BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(theora) @@ -56,6 +57,7 @@ QXmpp is a cross-platform C++ XMPP client library based on Qt and C++. Summary: Qxmpp Development Files Group: Development/Libraries/C and C++ Requires: %{name}%{sover} = %{version} +Requires: pkgconfig(gstreamer-1.0) Provides: libqxmpp-qt5-devel = %{version} Obsoletes: libqxmpp-qt5-devel < %{version} @@ -85,6 +87,7 @@ sed -i 's,add_subdirectory(qxmppuploadrequestmanager),#add_subdirectory(qxmppupl -DWITH_OPUS=ON \ -DWITH_THEORA=ON \ -DWITH_VPX=ON \ + -DWITH_GSTREAMER=ON \ -DBUILD_DOCUMENTATION=ON \ -DBUILD_EXAMPLES=ON \ -DBUILD_TESTS=ON