Hello community, here is the log from the commit of package qt-gstreamer for openSUSE:Factory checked in at Mon Jul 25 11:08:35 CEST 2011.
-------- --- qt-gstreamer/qt-gstreamer.changes 2011-02-03 12:27:46.000000000 +0100 +++ /mounts/work_src_done/STABLE/qt-gstreamer/qt-gstreamer.changes 2011-07-22 11:32:56.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 22 09:32:44 UTC 2011 - [email protected] + +- Fix build with new glib2 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- qt-gstreamer-glib2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-gstreamer.spec ++++++ --- /var/tmp/diff_new_pack.Ap1vx8/_old 2011-07-25 11:07:41.000000000 +0200 +++ /var/tmp/diff_new_pack.Ap1vx8/_new 2011-07-25 11:07:41.000000000 +0200 @@ -30,9 +30,11 @@ Group: System/Libraries Summary: C++/Qt bindings for GStreamer Version: 0.10.1 -Release: 1 +Release: 3 Source: %{name}-%{version}.tar.bz2 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -50,10 +52,6 @@ -------- George Kiagiadakis -%prep -%setup -q -n qt-gstreamer-%{version} -%patch0 -p0 - %package -n libQtGStreamer-0_10-devel License: LGPLv2.1+ Group: Development/Libraries/C and C++ @@ -115,6 +113,11 @@ -------- George Kiagiadakis +%prep +%setup -q -n qt-gstreamer-%{version} +%patch0 +%patch1 + %build %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF %make_jobs ++++++ qt-gstreamer-glib2.patch ++++++ --- src/QGst/caps.cpp 2011-01-23 13:35:19.000000000 +0100 +++ src/QGst/caps.cpp 2011-07-22 11:28:40.839178905 +0200 @@ -126,7 +126,7 @@ bool Caps::isWritable() const { - return (GST_CAPS_REFCOUNT_VALUE(object<GstCaps>()) == 1); + return (GST_CAPS_REFCOUNT_VALUE(this->object<GstCaps>()) == 1); } bool Caps::equals(const CapsPtr & caps2) const ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
