Added support for openEXR [release 1.10.0-3mamba;Thu Apr 13 2017]
This commit is contained in:
parent
b402695014
commit
d7ab405d13
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | tr . -)
|
%define pkgver %(echo %version | tr . -)
|
||||||
Name: libvigra
|
Name: libvigra
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A computer vision library that puts its main emphasize on customizable algorithms and data structures
|
Summary: A computer vision library that puts its main emphasize on customizable algorithms and data structures
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -46,6 +46,7 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
|
-DWITH_OPENEXR=1 \
|
||||||
-DDOCINSTALL=share/doc
|
-DDOCINSTALL=share/doc
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -73,16 +74,19 @@ rm -f %{buildroot}%{_docdir}/vigranumpy/.buildinfo
|
|||||||
%dir %{_includedir}/vigra
|
%dir %{_includedir}/vigra
|
||||||
%{_includedir}/vigra/*
|
%{_includedir}/vigra/*
|
||||||
%{_libdir}/vigra/*.cmake
|
%{_libdir}/vigra/*.cmake
|
||||||
%{_libdir}/libvigraimpex.so
|
%ifnarch arm
|
||||||
%ifarch x86_64
|
|
||||||
%{_libdir}/vigranumpy/VigranumpyConfig.cmake
|
%{_libdir}/vigranumpy/VigranumpyConfig.cmake
|
||||||
%endif
|
%endif
|
||||||
|
%{_libdir}/libvigraimpex.so
|
||||||
%dir %{_docdir}/vigra
|
%dir %{_docdir}/vigra
|
||||||
%{_docdir}/vigra/*
|
%{_docdir}/vigra/*
|
||||||
%dir %{_docdir}/vigranumpy
|
%dir %{_docdir}/vigranumpy
|
||||||
%{_docdir}/vigranumpy/*
|
%{_docdir}/vigranumpy/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 13 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.10.0-3mamba
|
||||||
|
- Added support for openEXR
|
||||||
|
|
||||||
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-2mamba
|
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-2mamba
|
||||||
- rebuilt with gcc 5.2.0
|
- rebuilt with gcc 5.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user