2024-01-06 08:10:48 +01:00
|
|
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
|
|
|
%define javaver %(echo %version | cut -d. -f1-3 | tr -d .)
|
|
|
|
Name: opencv
|
2024-02-28 10:01:35 +01:00
|
|
|
Version: 4.9.0
|
|
|
|
Release: 1mamba
|
2024-01-06 08:10:48 +01:00
|
|
|
Summary: Collection of algorithms for computer vision
|
|
|
|
Group: Development/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 08:10:50 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://opencv.org/
|
|
|
|
Source: https://github.com/opencv/opencv.git/%{version}/opencv-%{version}.tar.bz2
|
2024-01-06 08:10:53 +01:00
|
|
|
Source1: https://github.com/opencv/opencv_contrib.git/%{version}/opencv_contrib-%{version}.tar.bz2
|
2024-01-06 08:10:48 +01:00
|
|
|
Patch2: opencv-2.4.9-buildfix-x86-asm-constraint.patch
|
2024-01-06 08:10:49 +01:00
|
|
|
Patch3: opencv-2.4.10-i586-inconsistent-constraint-asm.patch
|
2024-01-06 08:10:49 +01:00
|
|
|
Patch4: opencv-4.1.2-cmake-includedir.patch
|
2024-02-28 10:01:35 +01:00
|
|
|
Patch5: opencv-4.9.0-contrib-rgbd-glew.patch
|
2024-01-06 08:10:48 +01:00
|
|
|
License: BSD
|
2024-02-28 10:01:35 +01:00
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-02-28 10:01:35 +01:00
|
|
|
BuildRequires: libabseil-cpp-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libavcodec-ffmpeg-devel
|
|
|
|
BuildRequires: libavformat-ffmpeg-devel
|
|
|
|
BuildRequires: libavutil-ffmpeg-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libdc1394-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: libfreetype-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 08:10:49 +01:00
|
|
|
BuildRequires: libgst-plugins-base-devel
|
|
|
|
BuildRequires: libgstreamer-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: libharfbuzz-devel
|
|
|
|
BuildRequires: libhdf5-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libjpeg-devel
|
2024-01-06 08:10:50 +01:00
|
|
|
BuildRequires: libopenblas-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libopenexr-devel
|
2024-01-06 08:10:49 +01:00
|
|
|
BuildRequires: libopenjpeg-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libpng-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: libprotobuf-devel
|
2024-02-28 10:01:35 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libswscale-ffmpeg-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: libtbb-devel
|
|
|
|
BuildRequires: libtesseract-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libtiff-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: libvtk-devel
|
2024-01-06 08:10:49 +01:00
|
|
|
BuildRequires: libwebp-devel
|
2024-01-06 08:10:50 +01:00
|
|
|
BuildRequires: libxine-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
BuildRequires: libz-devel
|
2024-01-06 08:10:53 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:10:49 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 08:11:03 +01:00
|
|
|
Obsoletes: opencv41 < 4.2
|
2024-02-28 10:01:35 +01:00
|
|
|
Obsoletes: opencv47 < 4.8
|
2024-01-06 08:10:48 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
%package -n lib%{name}
|
|
|
|
Summary: Collection of algorithms for computer vision
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 08:11:03 +01:00
|
|
|
Obsoletes: libopencv41 < 4.2
|
2024-02-28 10:01:35 +01:00
|
|
|
Obsoletes: libopencv47 < 4.8
|
2024-01-06 08:10:49 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.
|
|
|
|
This package contains the OpenCV static libraries.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
2024-01-06 08:10:49 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 08:10:49 +01:00
|
|
|
%ifnarch arm
|
2024-01-06 08:10:49 +01:00
|
|
|
Requires: java-opencv = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 08:10:49 +01:00
|
|
|
%endif
|
2024-01-06 08:11:03 +01:00
|
|
|
Obsoletes: libopencv41-devel < 4.2
|
2024-02-28 10:01:35 +01:00
|
|
|
Obsoletes: libopencv47-devel < 4.8
|
2024-01-06 08:10:48 +01:00
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
%description -n lib%{name}-devel
|
|
|
|
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
%package -n java-%{name}
|
2024-01-06 08:10:48 +01:00
|
|
|
Summary: Java bindings for apps which use OpenCV
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 08:11:03 +01:00
|
|
|
Obsoletes: java-opencv41 < 4.2
|
2024-02-28 10:01:35 +01:00
|
|
|
Obsoletes: java-opencv47 < 4.8
|
2024-01-06 08:10:48 +01:00
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
%description -n java-%{name}
|
2024-01-06 08:10:48 +01:00
|
|
|
This package contains Python bindings for the OpenCV library.
|
|
|
|
|
2024-01-06 08:11:03 +01:00
|
|
|
%package -n python-cv-py3
|
2024-01-06 08:10:49 +01:00
|
|
|
Summary: Python bindings for apps which use OpenCV
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-02-28 10:01:35 +01:00
|
|
|
#Requires: python-Pillow-py3
|
|
|
|
#Requires: python-numpy-py3
|
|
|
|
Obsoletes: python-cv-py2 < 4.9.0
|
2024-01-06 08:10:49 +01:00
|
|
|
Obsoletes: python-cv-py36 <= 4.1.2-4mamba
|
2024-01-06 08:11:03 +01:00
|
|
|
Obsoletes: python-cv-py310 < 4.8.1-2mamba
|
2024-01-06 08:10:49 +01:00
|
|
|
|
2024-01-06 08:11:03 +01:00
|
|
|
%description -n python-cv-py3
|
2024-01-06 08:10:49 +01:00
|
|
|
This package contains Python bindings for the OpenCV library.
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
%prep
|
2024-01-06 08:10:53 +01:00
|
|
|
%setup -q -a1
|
2024-02-28 10:01:35 +01:00
|
|
|
#% setup -q -D -T
|
2024-01-06 08:10:53 +01:00
|
|
|
#:<< _EOF
|
2024-01-06 08:10:49 +01:00
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
%ifarch %{ix86}
|
2024-01-06 08:10:53 +01:00
|
|
|
%patch 2 -p1
|
2024-01-06 08:10:48 +01:00
|
|
|
%endif
|
2024-01-06 08:10:49 +01:00
|
|
|
#%patch3 -p1
|
2024-01-06 08:10:53 +01:00
|
|
|
%patch 4 -p1
|
|
|
|
|
2024-02-28 10:01:35 +01:00
|
|
|
cd opencv_contrib-%{version}
|
|
|
|
%patch 5 -p1
|
|
|
|
cd ..
|
|
|
|
|
2024-01-06 08:10:53 +01:00
|
|
|
# FIXME: removing module requiring Ogre
|
|
|
|
rm -rf opencv_contrib-%{version}/modules/ovis
|
2024-01-06 08:10:49 +01:00
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
%build
|
2024-01-06 08:10:53 +01:00
|
|
|
#:<< _EOF
|
2024-01-06 08:10:49 +01:00
|
|
|
export JAVA_HOME=%{_jvmdir}/jdk
|
|
|
|
export JAVACMD=%{_jvmdir}/jdk/bin/java
|
|
|
|
#:<< _EOF
|
2024-01-06 08:10:48 +01:00
|
|
|
#-- Interfaces:
|
|
|
|
# -- Use IPP: NO (Intel Performance Primitive)
|
|
|
|
# -- Use TBB: NO (Threading Building Blocks library)
|
|
|
|
# -- Build Documentation 0
|
|
|
|
#
|
|
|
|
# append flag -D__STDC_CONSTANT_MACROS to fix build with ffmpeg >= 0.6
|
2024-01-06 08:10:49 +01:00
|
|
|
#PYTHON_PATH=`echo %python36_sitelib | sed "s|%{_prefix}/||"`
|
2024-01-06 08:10:49 +01:00
|
|
|
%cmake -d build \
|
2024-01-06 08:10:48 +01:00
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
2024-01-06 08:10:53 +01:00
|
|
|
-DWITH_OPENCL=ON \
|
|
|
|
-DWITH_OPENGL=ON \
|
|
|
|
-DOpenGL_GL_PREFERENCE=LEGACY \
|
2024-02-28 10:01:35 +01:00
|
|
|
-DCMAKE_CXX_STANDARD=17 \
|
2024-01-06 08:10:53 +01:00
|
|
|
-DWITH_TBB=ON \
|
|
|
|
-DWITH_VULKAN=ON \
|
|
|
|
-DWITH_QT=ON \
|
2024-01-06 08:10:48 +01:00
|
|
|
-DWITH_GSTREAMER=1 \
|
|
|
|
-DWITH_XINE=1 \
|
|
|
|
-DWITH_UNICAP=1 \
|
|
|
|
-DWITH_1394=1 \
|
|
|
|
-DWITH_FFMPEG=1 \
|
|
|
|
-DWITH_QUICKTIME=0 \
|
2024-01-06 08:10:53 +01:00
|
|
|
-DBUILD_PROTOBUF=OFF \
|
|
|
|
-DPROTOBUF_UPDATE_FILES=ON \
|
2024-01-06 08:10:48 +01:00
|
|
|
-DBUILD_SWIG_PYTHON_SUPPORT=1 \
|
|
|
|
-DINSTALL_C_EXAMPLES=0 \
|
2024-01-06 08:10:53 +01:00
|
|
|
-DCMAKE_CXX_FLAGS:STRING="%{optflags} -D__STDC_CONSTANT_MACROS" \
|
2024-01-06 08:11:03 +01:00
|
|
|
-DPYTHON3_EXECUTABLE:PATH=%{__python3} \
|
|
|
|
-DPYTHON3_PACKAGES_PATH:PATH=%{python3_sitelib} \
|
2024-01-06 08:10:49 +01:00
|
|
|
-DOPENCV_GENERATE_PKGCONFIG=ON \
|
|
|
|
-DOPENCV_ENABLE_NONFREE=ON \
|
2024-01-06 08:10:53 +01:00
|
|
|
-DOPENCV_EXTRA_MODULES_PATH=${PWD}/../opencv_contrib-%{version}/modules \
|
2024-01-06 08:10:49 +01:00
|
|
|
-DENABLE_PRECOMPILED_HEADERS=OFF \
|
2024-01-06 08:10:49 +01:00
|
|
|
-DLIB_SUFFIX=
|
2024-01-06 08:10:49 +01:00
|
|
|
|
|
|
|
%make_jobs
|
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 08:10:49 +01:00
|
|
|
%makeinstall -C build
|
2024-01-06 08:10:48 +01:00
|
|
|
|
|
|
|
## Fix permissions
|
|
|
|
#chmod 0755 %{buildroot}%{python_sitearch}/cv2.so
|
|
|
|
#chmod 0755 %{buildroot}%{python_sitearch}/cv.py
|
|
|
|
|
|
|
|
# Remove unpackaged files
|
|
|
|
rm -fr %{buildroot}%{_datadir}/opencv/doc
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
%post -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
:
|
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/opencv_*
|
2024-01-06 08:10:49 +01:00
|
|
|
%{_bindir}/setup_vars_opencv4.sh
|
2024-01-06 08:10:49 +01:00
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
%files -n lib%{name}
|
2024-01-06 08:10:49 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:10:48 +01:00
|
|
|
%{_libdir}/libopencv_*.so.*
|
2024-01-06 08:10:49 +01:00
|
|
|
%dir %{_datadir}/opencv4
|
|
|
|
%{_datadir}/opencv4/*
|
2024-01-06 08:10:48 +01:00
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
%files -n lib%{name}-devel
|
2024-01-06 08:10:48 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:10:49 +01:00
|
|
|
%dir %{_includedir}/opencv4
|
|
|
|
%dir %{_includedir}/opencv4/opencv2
|
|
|
|
%{_includedir}/opencv4/opencv2/*
|
2024-01-06 08:10:48 +01:00
|
|
|
%{_libdir}/libopencv_*.so
|
2024-01-06 08:10:49 +01:00
|
|
|
%dir %{_libdir}/cmake/opencv4
|
|
|
|
%{_libdir}/cmake/opencv4/OpenCV*.cmake
|
2024-01-06 08:10:49 +01:00
|
|
|
%{_libdir}/pkgconfig/opencv4.pc
|
2024-01-06 08:10:49 +01:00
|
|
|
%dir %{_datadir}/licenses/opencv4
|
|
|
|
%{_datadir}/licenses/opencv4/*
|
2024-01-06 08:10:48 +01:00
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
%files -n java-%{name}
|
2024-01-06 08:10:48 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:10:49 +01:00
|
|
|
%{_datadir}/java/opencv4/libopencv_java*.so
|
|
|
|
%{_datadir}/java/opencv4/opencv-*.jar
|
2024-01-06 08:10:48 +01:00
|
|
|
|
2024-01-06 08:11:03 +01:00
|
|
|
%files -n python-cv-py3
|
2024-01-06 08:10:49 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:11:03 +01:00
|
|
|
%dir %{python3_sitelib}/cv2
|
|
|
|
%{python3_sitelib}/cv2/*
|
2024-01-06 08:10:49 +01:00
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
%changelog
|
2024-02-28 10:01:35 +01:00
|
|
|
* Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 4.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:11:03 +01:00
|
|
|
* Thu Oct 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.1-2mamba
|
|
|
|
- obsolete opencv41
|
|
|
|
|
2024-01-06 08:11:00 +01:00
|
|
|
* Thu Sep 28 2023 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:57 +01:00
|
|
|
* Thu Jun 29 2023 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:53 +01:00
|
|
|
* Sun May 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-4mamba
|
|
|
|
- removed ovis module with dependency on ogre
|
|
|
|
|
|
|
|
* Sat May 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-3mamba
|
|
|
|
- rebuilt with ogre 13.6.4
|
|
|
|
|
|
|
|
* Sat May 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-2mamba
|
|
|
|
- rebuilt with extra opencv_contrib modules and other cmake options
|
|
|
|
|
2024-01-06 08:10:51 +01:00
|
|
|
* Fri Dec 30 2022 Automatic Build System <autodist@mambasoft.it> 4.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
* Tue Jun 07 2022 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.5-1mamba
|
|
|
|
- update to 4.5.5
|
|
|
|
|
2024-01-06 08:10:50 +01:00
|
|
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 4.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Tue Dec 29 2020 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- update to 4.5.0
|
|
|
|
|
|
|
|
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2-5mamba
|
|
|
|
- rebuilt with python3; updated build requirements
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Sun Dec 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2-4mamba
|
|
|
|
- rebuilt with -DENABLE_PRECOMPILED_HEADERS=OFF to fix blender build, see https://stackoverflow.com/questions/43558709/opencv-and-tbb-error-x64?rq=1
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Thu Nov 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2-3mamba
|
|
|
|
- fix cmake file for wrong include dir
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2-2mamba
|
|
|
|
- fix double provide/obsolete for opencv-python
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.1-2mamba
|
|
|
|
- python-cv-py36: require -py36 packages, not -py3
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- update to 4.0.1
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Thu Aug 30 2018 Automatic Build System <autodist@mambasoft.it> 3.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Mon Jul 30 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.1-1mamba
|
|
|
|
- update to 3.4.1
|
2024-01-06 08:10:49 +01:00
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Thu Jan 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- update to 3.1.0
|
2024-01-06 08:10:48 +01:00
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Wed Dec 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.11-3mamba
|
|
|
|
- rebuilt with gcc 5.3.0
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Tue Sep 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.11-2mamba
|
|
|
|
- libopencv-devel: require java-opencv or provided cmake files fail
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Fri Aug 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.11-1mamba
|
|
|
|
- update to 2.4.11
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Fri May 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.10-2mamba
|
|
|
|
- build kde4 version with gstreamer 0.10 (should fix digikam)
|
|
|
|
|
2024-01-06 08:10:49 +01:00
|
|
|
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 2.4.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
* Thu Sep 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.9-2mamba
|
|
|
|
- rebuilt to fix wrong cmake files on i586 which don't like to digikam
|
|
|
|
|
2024-01-06 08:10:48 +01:00
|
|
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 2.4.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.8-1mamba
|
|
|
|
- update to 2.4.8
|
|
|
|
|
|
|
|
* Wed Nov 13 2013 Automatic Build System <autodist@mambasoft.it> 2.4.7-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-06 08:10:48 +01:00
|
|
|
|
|
|
|
* Mon Aug 26 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6.1-3mamba
|
|
|
|
- rebuilt after upgrading libatlas-3.8.4-2mamba which fixes python-numpy
|
|
|
|
|
|
|
|
* Wed Aug 21 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6.1-2mamba
|
|
|
|
- rebuilt with libopenexr-2.0.1-3mamba nad python-numpy 1.8
|
|
|
|
|
|
|
|
* Sun Jul 14 2013 Automatic Build System <autodist@mambasoft.it> 2.4.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 08 2013 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 25 2013 Automatic Build System <autodist@mambasoft.it> 2.4.5-1mamba
|
|
|
|
- update to 2.4.5
|
|
|
|
|
|
|
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 09 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1a-1mamba
|
|
|
|
- update to 2.3.1a
|
|
|
|
|
|
|
|
* Mon Oct 11 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.1.0-1mamba
|
|
|
|
- update to 2.1.0
|
|
|
|
|
|
|
|
* Mon Dec 07 2009 Davide Madrisan <davide.madrisan@gmail.com> 2.0.0-1mamba
|
|
|
|
- package created by autospec
|