Hello community,

here is the log from the commit of package OpenImageIO for openSUSE:Factory 
checked in at 2017-12-29 18:50:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenImageIO (Old)
 and      /work/SRC/openSUSE:Factory/.OpenImageIO.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenImageIO"

Fri Dec 29 18:50:29 2017 rev:14 rq:559780 version:1.8.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenImageIO/OpenImageIO.changes  2017-12-14 
11:01:05.113181822 +0100
+++ /work/SRC/openSUSE:Factory/.OpenImageIO.new/OpenImageIO.changes     
2017-12-29 18:50:40.085057896 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 22:08:01 UTC 2017 - [email protected]
+
+- Updated oiio-detectplatform-others.patch to handle armv7l
+- Disable imageviewer (iv) on ARM, it does not build with GLES
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ OpenImageIO.spec ++++++
--- /var/tmp/diff_new_pack.3Fwq3x/_old  2017-12-29 18:50:42.136468717 +0100
+++ /var/tmp/diff_new_pack.3Fwq3x/_new  2017-12-29 18:50:42.140467568 +0100
@@ -15,6 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%ifarch aarch64 %{arm}
+%bcond_with imageviewer
+%else
+%bcond_without imageviewer
+%endif
 
 %define so_ver 1_8
 %global gccv %(gcc  -dumpversion)
@@ -52,10 +57,12 @@
 BuildRequires:  pkgconfig(libopenjp2)
 BuildRequires:  pkgconfig(libopenjpeg)
 BuildRequires:  pkgconfig(libopenjpeg1)
+%if %{with imageviewer}
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5OpenGL)
 BuildRequires:  cmake(Qt5Widgets)
+%endif
 BuildRequires:  pkgconfig(libraw)
 BuildRequires:  pkgconfig(libraw_r)
 BuildRequires:  pkgconfig(libssl)

++++++ oiio-detectplatform-others.patch ++++++
--- /var/tmp/diff_new_pack.3Fwq3x/_old  2017-12-29 18:50:42.200450341 +0100
+++ /var/tmp/diff_new_pack.3Fwq3x/_new  2017-12-29 18:50:42.204449192 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/make/detectplatform.mk.orig
 +++ src/make/detectplatform.mk
-@@ -25,7 +25,19 @@ ifneq (${hw},x86)
+@@ -25,7 +25,21 @@ ifneq (${hw},x86)
    ifneq (${hw},x86_64)
      ifneq (${hw},i386)
        ifneq (${hw},i686)
@@ -13,7 +13,9 @@
 +              ifneq (${hw},ppc64le)
 +                ifneq (${hw},s390)
 +                  ifneq (${hw},s390x)
-+                    $(error "ERROR: Unknown hardware architecture")
++                    ifneq (${hw},armv7l)
++                      $(error "ERROR: Unknown hardware architecture")
++                    endif
 +                  endif
 +                endif
 +              endif


Reply via email to