Hello community, here is the log from the commit of package v4l-utils for openSUSE:Factory checked in at 2016-05-19 12:03:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old) and /work/SRC/openSUSE:Factory/.v4l-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "v4l-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes 2016-01-11 19:10:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2016-05-19 12:03:47.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 11 15:13:58 UTC 2016 - [email protected] + +- Don't build qv4l2 on arm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ v4l-utils.spec ++++++ --- /var/tmp/diff_new_pack.ZCWlSM/_old 2016-05-19 12:03:48.000000000 +0200 +++ /var/tmp/diff_new_pack.ZCWlSM/_new 2016-05-19 12:03:48.000000000 +0200 @@ -18,6 +18,12 @@ %define _udevdir %(pkg-config --variable udevdir udev) %define so_ver 0 +%ifarch aarch64 %arm +# qv4l2 does not support GLES +%bcond_with qv4l2 +%else +%bcond_without qv4l2 +%endif Name: v4l-utils Version: 1.8.1 Release: 0 @@ -179,6 +185,9 @@ %configure \ --disable-static \ --disable-silent-rules \ +%if %{without qv4l2} + --disable-qv4l2 \ +%endif --with-udevdir=%{_udevdir} make %{?_smp_mflags} @@ -192,7 +201,9 @@ # Not needed (links to plugins in libv4l subdir) rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so} +%if %{with qv4l2} %suse_update_desktop_file -N "QV4l2" -G "V4L2 Test Utility" -r qv4l2 Qt AudioVideo Video TV +%endif %post -n libdvbv5-%{so_ver} -p /sbin/ldconfig @@ -295,6 +306,7 @@ %{_libdir}/libv4l*.so %{_libdir}/pkgconfig/libv4l*.pc +%if %{with qv4l2} %files -n qv4l2 %defattr(-,root,root,-) %doc COPYING ChangeLog README TODO @@ -307,5 +319,6 @@ %dir %{_datadir}/icons/hicolor/scalable/apps %{_datadir}/icons/hicolor/*/apps/qv4l2.* %{_mandir}/man1/qv4l2.1%{ext_man} +%endif %changelog
