2024-01-05 18:33:40 +01:00
|
|
|
Name: tintii
|
2024-01-05 18:33:41 +01:00
|
|
|
Version: 2.10.0
|
2024-01-05 18:33:40 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 18:33:41 +01:00
|
|
|
Summary: A photo filter for selective color, saturation, and hue shift photo adjustments
|
2024-01-05 18:33:40 +01:00
|
|
|
Group: Graphical Desktop/Applications/Graphics
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 18:33:41 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.indii.org/software/tintii/
|
|
|
|
Source: https://sourceforge.net/projects/tint/files/tintii/%{version}/tintii-%{version}.tar.gz
|
2024-01-05 18:33:40 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgomp-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 18:33:41 +01:00
|
|
|
BuildRequires: libwx_baseu30-devel
|
|
|
|
BuildRequires: libwx_gtk3u30-devel
|
2024-01-05 18:33:40 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tintii is a photo filter for selective color, saturation, and hue shift photo adjustments. Its unique ability is to automatically detect the major colors in a photo to isolate changes to local areas, making adjustments quick, easy, and more precise than other means.
|
|
|
|
|
2024-01-05 18:33:41 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 18:33:40 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-assert
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/tintii
|
|
|
|
%{_datadir}/tintii/tintii.htb
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:33:41 +01:00
|
|
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.0-1mamba
|
|
|
|
- update to 2.10.0
|
|
|
|
|
2024-01-05 18:33:40 +01:00
|
|
|
* Thu Oct 23 2014 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 18:33:40 +01:00
|
|
|
* Sat May 18 2013 openmamba WebBuild System <webbuild@openmamba.org> 2.6.1-2mamba
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Sun Apr 08 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.6.1-1mamba
|
|
|
|
- package created by autospec
|