]> git.pld-linux.org Git - packages/fotoxx.git/blob - fotoxx.spec
- upgraded to 7.3,
[packages/fotoxx.git] / fotoxx.spec
1 Summary:        Image procesor
2 Summary(pl.UTF-8):      Procesor grafiki
3 Name:           fotoxx
4 Version:        7.3
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  cfa7e11d6b1d32f0d4728d4f443b0919
10 URL:            http://kornelix.squarespace.com/fotoxx
11 BuildRequires:  FreeImage-devel
12 BuildRequires:  perl-Image-ExifTool
13 BuildRequires:  ufraw
14 BuildRequires:  xdg-utils
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Fotoxx is a free open-source Linux program for improving image files
19 made with a digital camera.
20
21 Appart from standard operations it allows to:
22   - generate thumbnails
23   - fix red-eyes
24   - fix perspective
25   - make panoramas and HDR images
26
27 %description -l pl.UTF-8
28 Fotoxxm to wolne oprogramowanie open-source umożliwiające manipulacje
29 grafiką.
30
31 Oprócz standardowej obróbki zdjęć, umożliwia min.:
32   - generowanie miniaturek
33   - usuwanie efektu czerwonych oczu
34   - tworzenie zdjęć panoramicznych
35   - generowanie zdjęć HDR
36
37 %prep
38 %setup -q
39
40 %build
41 %{__make} \
42         CFLAGS="%{rpmcflags} -Wall -c `pkg-config --cflags gtk+-2.0`" \
43         PREFIX=%{_prefix}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         PREFIX=%{_prefix} \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc doc/{CHANGES,README,fotoxx-6-notes,toolbar-en.jpeg,userguide-*.html}
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/%{name}
This page took 0.057235 seconds and 3 git commands to generate.