Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-qt for
openSUSE:Factory checked in at 2013-08-01 15:36:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-qt (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-qt"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-qt/gstreamer-0_10-plugins-qt.changes
2013-07-21 11:51:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-qt.new/gstreamer-0_10-plugins-qt.changes
2013-08-01 15:36:29.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Jul 22 19:27:31 UTC 2013 - [email protected]
+
+- Drop fdupes usage, this breaks build of packages depending on only
+ QtGlib
+- Adjust cmake flags for latest release
+- Remove boost-devel Requires from gstreamer-0_10-plugins-qt-devel,
+ it is pulled by libQtGlib-devel package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-qt.spec ++++++
--- /var/tmp/diff_new_pack.Ty4yuj/_old 2013-08-01 15:36:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Ty4yuj/_new 2013-08-01 15:36:29.000000000 +0200
@@ -32,7 +32,6 @@
BuildRequires: boost-devel
BuildRequires: cmake >= 2.8.9
BuildRequires: doxygen
-BuildRequires: fdupes
BuildRequires: flex
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtDeclarative)
@@ -67,7 +66,6 @@
Summary: Include files and libraries mandatory for development
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
-Requires: boost-devel
Requires: libQtGStreamer-%{gstnum}-%{gstmin} = %{version}
Requires: pkgconfig(QtDeclarative)
Requires: pkgconfig(QtGLib-2.0) = %{version}
@@ -140,20 +138,18 @@
%build
mkdir build
cd build
- cmake -DCMAKE_CXXFLAGS="%{optflags}" \
- -DCMAKE_CFLAGS="%{optflags}" \
+ cmake -DCMAKE_CXX_FLAGS="%{optflags}" \
+ -DCMAKE_C_FLAGS="%{optflags}" \
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
-DQTGSTREAMER_STATIC=OFF \
-DQTGSTREAMER_EXAMPLES=OFF \
- -DLIB_SUFFIX="$(echo %{_lib} | cut -b4-)" \
- -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
+ -DCMAKE_BUILD_TYPE="Release" \
../
make %{?_smp_mflags}
%install
cd build
%make_install
- %fdupes -s %{buildroot}%{_includedir}
%post -n libQtGLib-%{glibnum}-%{glibmin} -p /sbin/ldconfig
%postun -n libQtGLib-%{glibnum}-%{glibmin} -p /sbin/ldconfig
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]