Hello community,

here is the log from the commit of package libqxmpp for openSUSE:Factory 
checked in at 2013-08-22 09:23:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqxmpp (Old)
 and      /work/SRC/openSUSE:Factory/.libqxmpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqxmpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqxmpp/libqxmpp.changes        2013-03-24 
22:00:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqxmpp.new/libqxmpp.changes   2013-08-22 
09:23:17.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 19 17:07:28 UTC 2013 - [email protected]
+
+- Full VoIP support was enabled.
+- Spec was fixed up via spec-cleaner.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqxmpp.spec ++++++
--- /var/tmp/diff_new_pack.GUZB6h/_old  2013-08-22 09:23:18.000000000 +0200
+++ /var/tmp/diff_new_pack.GUZB6h/_new  2013-08-22 09:23:18.000000000 +0200
@@ -19,14 +19,18 @@
 Name:           libqxmpp
 Version:        0.7.6
 Release:        0
-Source0:        https://qxmpp.googlecode.com/files/qxmpp-%{version}.tar.gz
-Source1:        baselibs.conf
 Summary:        Qt XMPP Library
 License:        LGPL-2.0+
 Group:          System/Libraries
 Url:            https://code.google.com/p/qxmpp/
+Source0:        https://qxmpp.googlecode.com/files/qxmpp-%{version}.tar.gz
+Source1:        baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libqt4-devel
+BuildRequires:  libtheora-devel
+%if 0%{?suse_version} >= 1140
+BuildRequires:  libvpx-devel
+%endif
 BuildRequires:  speex-devel
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -71,11 +75,11 @@
 QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.
 
 %package doc
-%if 0%{suse_version} > 1110
-BuildArch:      noarch
-%endif
 Summary:        Qxmpp library documentation
 Group:          Documentation/HTML
+%if 0%{?suse_version} > 1110
+BuildArch:      noarch
+%endif
 
 %description doc
 This packages provides documentation of Qxmpp library API.
@@ -84,7 +88,17 @@
 %setup -q -n qxmpp-%{version}
 
 %build
-qmake PREFIX=%{_prefix} LIBDIR=%{_lib} QMAKE_STRIP= 
QMAKE_CXXFLAGS+="%{optflags}"
+qmake \
+      PREFIX=%{_prefix} \
+      LIBDIR=%{_lib} \
+      QMAKE_STRIP="" \
+      QMAKE_CXXFLAGS+="%{optflags}" \
+%if 0%{?suse_version} >= 1140
+      QXMPP_USE_VPX=1 \
+%endif
+      QXMPP_USE_SPEEX=1 \
+      QXMPP_USE_THEORA=1
+
 make %{?_smp_mflags}
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to