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:
parent
e2c8849551
commit
92c3b7541f
@ -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>
|
Thu Aug 27 18:55:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -30,11 +30,12 @@ BuildRequires: cmake >= 3.3
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(Qt5Core)
|
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
BuildRequires: cmake(Qt5Network)
|
BuildRequires: cmake(Qt5Network)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
BuildRequires: cmake(Qt5Xml)
|
BuildRequires: cmake(Qt5Xml)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(opus)
|
BuildRequires: pkgconfig(opus)
|
||||||
BuildRequires: pkgconfig(speex)
|
BuildRequires: pkgconfig(speex)
|
||||||
BuildRequires: pkgconfig(theora)
|
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
|
Summary: Qxmpp Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}%{sover} = %{version}
|
Requires: %{name}%{sover} = %{version}
|
||||||
|
Requires: pkgconfig(gstreamer-1.0)
|
||||||
Provides: libqxmpp-qt5-devel = %{version}
|
Provides: libqxmpp-qt5-devel = %{version}
|
||||||
Obsoletes: 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_OPUS=ON \
|
||||||
-DWITH_THEORA=ON \
|
-DWITH_THEORA=ON \
|
||||||
-DWITH_VPX=ON \
|
-DWITH_VPX=ON \
|
||||||
|
-DWITH_GSTREAMER=ON \
|
||||||
-DBUILD_DOCUMENTATION=ON \
|
-DBUILD_DOCUMENTATION=ON \
|
||||||
-DBUILD_EXAMPLES=ON \
|
-DBUILD_EXAMPLES=ON \
|
||||||
-DBUILD_TESTS=ON
|
-DBUILD_TESTS=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user