From 2a91c6aab23de956e7e24c1bfbaa95ae97b44c57 Mon Sep 17 00:00:00 2001 From: Ercole 'ercolinux' Carpanetto Date: Fri, 5 Jan 2024 22:31:20 +0100 Subject: [PATCH] update to 21.33 fixed url [release 21.33-1mamba;Tue Feb 23 2021] --- fotoxx.spec | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/fotoxx.spec b/fotoxx.spec index 6648d34..23eeb4c 100644 --- a/fotoxx.spec +++ b/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 -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 21.33-1mamba +- update to 21.33 +- fixed url + * Mon Jun 02 2014 Automatic Build System 14.05-1mamba - automatic update by autodist