Hello community,
here is the log from the commit of package libqt5-qtmultimedia for
openSUSE:Factory checked in at 2014-04-04 16:36:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtmultimedia (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtmultimedia"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes
2014-03-27 09:30:11.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes
2014-04-04 16:36:25.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Apr 2 17:35:11 UTC 2014 - [email protected]
+
+- Added Initial-porting-effort-to-GStreamer-1.0.patch: support
+ building with gstreamer 1.0 API (taken from upstream
+ wip/gstreamer-1.0 branch) and apply it for >= 13.2
+- Shuffle and add BuildRequires: for older than 13.2, add:
+ pkgconfig(gstreamer-0.10), pkgconfig(gstreamer-app-0.10),
+ pkgconfig(gstreamer-base-0.10), pkgconfig(gstreamer-interfaces-0.10),
+ pkgconfig(gstreamer-pbutils-0.10), pkgconfig(gstreamer-plugins-base-0.10)
+ and pkgconfig(gstreamer-video-0.10).
+ For 13.2 and newer add: pkgconfig(gstreamer-1.0),
pkgconfig(gstreamer-app-1.0),
+ pkgconfig(gstreamer-base-1.0), pkgconfig(gstreamer-pbutils-1.0),
+ pkgconfig(gstreamer-plugins-base-1.0) and pkgconfig(gstreamer-video-1.0)
+
+-------------------------------------------------------------------
New:
----
Initial-porting-effort-to-GStreamer-1.0.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtmultimedia.spec ++++++
--- /var/tmp/diff_new_pack.clPwDN/_old 2014-04-04 16:36:26.000000000 +0200
+++ /var/tmp/diff_new_pack.clPwDN/_new 2014-04-04 16:36:26.000000000 +0200
@@ -36,10 +36,26 @@
%define tar_version qtmultimedia-opensource-src-%{real_version}
%endif
Source: %{tar_version}.tar.xz
+# PATCH-FIX-UPSTREAM Initial-porting-effort-to-GStreamer-1.0.patch -- support
building with gstreamer 1.0 API (taken from upstream wip/gstreamer-1.0 branch)
+Patch0: Initial-porting-effort-to-GStreamer-1.0.patch
BuildRequires: alsa-devel
BuildRequires: fdupes
-BuildRequires: gstreamer-0_10-plugins-bad-devel
-BuildRequires: gstreamer-0_10-plugins-base-devel
+%if 0%{?suse_version} < 1320
+BuildRequires: pkgconfig(gstreamer-0.10)
+BuildRequires: pkgconfig(gstreamer-app-0.10)
+BuildRequires: pkgconfig(gstreamer-base-0.10)
+BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
+BuildRequires: pkgconfig(gstreamer-pbutils-0.10)
+BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires: pkgconfig(gstreamer-video-0.10)
+%else
+BuildRequires: pkgconfig(gstreamer-1.0)
+BuildRequires: pkgconfig(gstreamer-app-1.0)
+BuildRequires: pkgconfig(gstreamer-base-1.0)
+BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
+BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires: pkgconfig(gstreamer-video-1.0)
+%endif
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
BuildRequires: libQt5Widgets-private-headers-devel >= %{version}
BuildRequires: libpulse-devel
@@ -68,6 +84,9 @@
%else
%setup -q -n qtmultimedia-opensource-src-%{real_version}
%endif
+%if 0%{?suse_version} >= 1320
+%patch0 -p1
+%endif
%package -n %libname
Summary: Qt 5 Multimedia Library
++++++ Initial-porting-effort-to-GStreamer-1.0.patch ++++++
++++ 2396 lines (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]