automatic update by autodist [release 13.12-1mamba;Mon Dec 16 2013]
This commit is contained in:
parent
76ac2be3dd
commit
c3151e0039
@ -1,2 +1,4 @@
|
||||
# fotoxx
|
||||
|
||||
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
|
||||
|
||||
|
89
fotoxx.spec
Normal file
89
fotoxx.spec
Normal file
@ -0,0 +1,89 @@
|
||||
Name: fotoxx
|
||||
Version: 13.12
|
||||
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.
|
||||
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
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libpango-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
|
||||
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
export PREFIX=/usr
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
export PREFIX=/usr
|
||||
export DESTDIR=%{buildroot}/usr
|
||||
%makeinstall
|
||||
#make launcher
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/fotoxx
|
||||
%dir %{_datadir}/fotoxx
|
||||
%dir %{_datadir}/fotoxx/data
|
||||
%{_datadir}/fotoxx/data/*
|
||||
%dir %{_datadir}/fotoxx/icons
|
||||
%{_datadir}/fotoxx/icons/*.png
|
||||
%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
|
||||
%{_mandir}/man1/fotoxx.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon Dec 16 2013 Automatic Build System <autodist@mambasoft.it> 13.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Sep 07 2013 Automatic Build System <autodist@mambasoft.it> 13.09.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Aug 22 2013 Automatic Build System <autodist@mambasoft.it> 13.08-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 13.07-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Oct 10 2012 Automatic Build System <autodist@mambasoft.it> 12.10.1-1mamba
|
||||
- update to 12.10.1
|
||||
|
||||
* Sat Jun 02 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 12.06.1-1mamba
|
||||
- update to 12.06.1
|
||||
|
||||
* Mon Apr 23 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 12.05-1mamba
|
||||
- update to 12.05
|
||||
|
||||
* Sat Mar 19 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 11.03.1-1mamba
|
||||
- update to 11.03.1
|
||||
|
||||
* Mon Nov 17 2008 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 5.6-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user