Hello community, here is the log from the commit of package qt-gstreamer for openSUSE:Factory checked in at 2012-01-25 11:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-gstreamer (Old) and /work/SRC/openSUSE:Factory/.qt-gstreamer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-gstreamer", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/qt-gstreamer/qt-gstreamer.changes 2012-01-04 07:30:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qt-gstreamer.new/qt-gstreamer.changes 2012-01-25 11:09:25.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Jan 24 20:46:40 UTC 2012 - [email protected] + +- Add fix-build.diff. +Only glib.h can be included directly. + + +------------------------------------------------------------------- New: ---- fix-build.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-gstreamer.spec ++++++ --- /var/tmp/diff_new_pack.alpLk0/_old 2012-01-25 11:09:26.000000000 +0100 +++ /var/tmp/diff_new_pack.alpLk0/_new 2012-01-25 11:09:26.000000000 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: qt-gstreamer Url: http://gstreamer.freedesktop.org/wiki/QtGStreamer BuildRequires: bison @@ -33,6 +34,7 @@ Patch0: fix-install-path.diff # PATCH-FIX-UPSTREAM qt-gstreamer-glib2.patch bgo#653266 [email protected] -- Fix compilation with new glib2 Patch1: qt-gstreamer-glib2.patch +Patch2: fix-build.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -113,6 +115,7 @@ %setup -q -n qt-gstreamer-%{version} %patch0 %patch1 +%patch2 %build %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF ++++++ fix-build.diff ++++++ --- src/QGlib/error.cpp.orig 2012-01-24 21:39:53.015727828 +0100 +++ src/QGlib/error.cpp 2012-01-24 21:40:35.027199674 +0100 @@ -15,7 +15,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "error.h" -#include <glib/gerror.h> +#include <glib.h> #include <QtCore/QDebug> namespace QGlib { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
