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
This commit is contained in:
Dirk Mueller 2020-09-11 11:34:23 +00:00 committed by Git OBS Bridge
parent e2c8849551
commit 92c3b7541f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 10 13:00:38 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Enable gstreamer
-------------------------------------------------------------------
Thu Aug 27 18:55:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -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