Hello community,

here is the log from the commit of package pfstools for openSUSE:Factory 
checked in at 2016-03-17 16:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pfstools (Old)
 and      /work/SRC/openSUSE:Factory/.pfstools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pfstools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pfstools/pfstools.changes        2016-01-01 
19:49:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pfstools.new/pfstools.changes   2016-03-17 
16:47:54.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Mar 14 02:54:35 UTC 2016 - [email protected]
+
+- Disable pfscalign subpackage to fix build. It depends on non-free
+  opencv
+
+-------------------------------------------------------------------
+Sun Mar 13 14:47:42 UTC 2016 - [email protected]
+
+- Disable opencv support because it depends on non-free part. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pfstools.spec ++++++
--- /var/tmp/diff_new_pack.g1RnEq/_old  2016-03-17 16:47:54.000000000 +0100
+++ /var/tmp/diff_new_pack.g1RnEq/_new  2016-03-17 16:47:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pfstools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _libname libpfs2
 
 Name:           pfstools
@@ -44,12 +45,11 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
-BuildRequires:  opencv-devel
+BuildRequires:  octave-devel
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
-BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(glu)
-BuildRequires:  octave-devel
+BuildRequires:  pkgconfig(libexif)
 Requires:       dcraw
 Summary:        High Dynamic Range Images and Video manipulation tools
 License:        GPL-2.0+ and LGPL-2.1+
@@ -64,6 +64,7 @@
 
 %package -n %{_libname}
 Summary:        pfstools shared libraries
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Libraries
 
 %description -n %{_libname}
@@ -73,16 +74,20 @@
 using a simple generic file format (pfs) for HDR data. The concept of
 the pfstools is similar to netpbm package for low-dynamic range images.
 
-%package -n pfscalign
-Summary:        Align image stack
-Group:          Productivity/Multimedia/Other
+#Disable until opencv can be enabled.
+#%package -n pfscalign
+#Summary:        Align image stack
+#License:        GPL-2.0+ and LGPL-2.1+
+#Group:          Productivity/Multimedia/Other
+
 
-%description -n pfscalign
-Align multiple exposures using homographic transformation. The command
-uses a similar feature-point based method as most panorama stitching software. 
+#%%description -n pfscalign
+#Align multiple exposures using homographic transformation. The command
+#uses a similar feature-point based method as most panorama stitching 
software. 
 
 %package -n pfscalibration
 Summary:        Photometric Calibration of HDR and LDR Cameras
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Requires:       dcraw
 Requires:       jhead
@@ -98,6 +103,7 @@
 
 %package -n pfstmo
 Summary:        Tone Mapping Operators for High Dynamic Range Images
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 
 %description -n pfstmo
@@ -108,6 +114,7 @@
 
 %package -n pfsview
 Summary:        Qt-based viewer for HDR files
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 
 %description -n pfsview
@@ -115,6 +122,7 @@
 
 %package -n pfsglview
 Summary:        GL-based viewer for HDR files
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 
 %description -n pfsglview
@@ -122,6 +130,7 @@
 
 %package exr
 Summary:        EXR file import and export for PFS tools
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 
 %description exr
@@ -130,6 +139,7 @@
 
 %package imgmagick
 Summary:           ImageMagick file import for PFS tools
+License:        GPL-2.0+ and LGPL-2.1+
 Group:             Productivity/Multimedia/Other
 
 %description imgmagick
@@ -138,6 +148,7 @@
 
 %package octave
 Summary:           Octave interaction with PFS tools
+License:        GPL-2.0+ and LGPL-2.1+
 Group:             Productivity/Multimedia/Other
 Requires:       octave
 
@@ -262,10 +273,11 @@
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libpfs.so
 
-%files -n pfscalign
-%defattr(-,root,root)
-%{_bindir}/pfsalign
-%{_mandir}/man1/pfsalign.1.gz
+#Disabled until we can renable opencv
+#$%files -n pfscalign
+#%defattr(-,root,root)
+#%{_bindir}/pfsalign
+#%{_mandir}/man1/pfsalign.1.gz
 
 %files -n pfscalibration
 %defattr(-,root,root)


Reply via email to