update to 21.33
fixed url [release 21.33-1mamba;Tue Feb 23 2021]
This commit is contained in:
parent
cf6c95903b
commit
2a91c6aab2
35
fotoxx.spec
35
fotoxx.spec
@ -1,34 +1,43 @@
|
||||
Name: fotoxx
|
||||
Version: 14.05
|
||||
Version: 21.33
|
||||
Release: 1mamba
|
||||
Summary: Fotoxx is a free open source Linux program for editing image files from a digital camera. The goal of fotoxx is to meet most image editing needs while remaining easy to use.
|
||||
Summary: a free open source Linux program for editing image files from a digital camera.
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://www.kornelix.com/fotoxx.html
|
||||
Source: http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-%{version}.tar.gz
|
||||
URL: http://www.kornelix.net/fotoxx.html
|
||||
Source: https://www.kornelix.net/downloads/downloads/fotoxx-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: clutter-gtk-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libchamplain-devel
|
||||
BuildRequires: libclutter-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
|
||||
%description
|
||||
Navigate images with a pageable thumbnail window, edit an entire image or selected areas, change brightness and contrast, flatten brightness distribution, change color intensity, reduce the number of colors (posterize), make panoramas, make HDR images, crop, rotate (any angle), rescale, fix red-eye, fix perspective (slanted buildings), warp, sharpen, blur, remove noise (speckles), add tags to images and search by tags, make a collage of images and text, print
|
||||
|
||||
%prep
|
||||
%prep -n %{name}
|
||||
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
export PREFIX=/usr
|
||||
@ -52,15 +61,23 @@ export DESTDIR=%{buildroot}/usr
|
||||
%{_datadir}/fotoxx/data/*
|
||||
%dir %{_datadir}/fotoxx/icons
|
||||
%{_datadir}/fotoxx/icons/*.png
|
||||
%dir %{_datadir}/fotoxx/icons/edit-funcs
|
||||
%{_datadir}/fotoxx/icons/edit-funcs/*
|
||||
%{_datadir}/fotoxx/images/*.jpg
|
||||
%{_datadir}/fotoxx/images/*.png
|
||||
%{_datadir}/fotoxx/images/edit-funcs/*.png
|
||||
%{_datadir}/metainfo/fotoxx.appdata.xml
|
||||
#%dir %{_datadir}/fotoxx/icons/edit-funcs
|
||||
#%{_datadir}/fotoxx/icons/edit-funcs/*
|
||||
%{_datadir}/applications/fotoxx.desktop
|
||||
%dir %{_datadir}/doc/fotoxx
|
||||
%{_datadir}/doc/fotoxx/*
|
||||
%{_datadir}/fotoxx/locales/*.po
|
||||
#%{_datadir}/fotoxx/locales/*.po
|
||||
%{_mandir}/man1/fotoxx.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2021 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 21.33-1mamba
|
||||
- update to 21.33
|
||||
- fixed url
|
||||
|
||||
* Mon Jun 02 2014 Automatic Build System <autodist@mambasoft.it> 14.05-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user