~ubuntu-branches/ubuntu/vivid/fotoxx/vivid

« back to all changes in this revision

Viewing changes to fotoxx-8.6.2.spec

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Torres Batan
  • Date: 2009-10-29 19:34:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091029193443-ybj3g5y6vpjgjbeq
Tags: 8.6.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  RPM spec file for fotoxx
 
2
#  ufraw, exiftool, xdg-open: needed for execution but not for build.
 
3
#  These are not specified here because package names are different
 
4
#  in every distro and because alien ignores such dependencies.
 
5
 
 
6
Name:          fotoxx
 
7
Summary:       digital photo editor, viewer and collection manager
 
8
Version:       8.6.2
 
9
Release:       1
 
10
Vendor:        kornelix
 
11
Packager:      kornelix@yahoo.de
 
12
License:       GPL3
 
13
Group:         Graphics/Photography
 
14
Source:        fotoxx-8.6.2.tar.gz
 
15
URL:           http://kornelix.squarespace.com/fotoxx
 
16
%description
 
17
   Navigate an image collection using a thumbnail browser. View and edit 
 
18
   images, fix brightness/contrast/color, trim, rescale, rotate, warp, 
 
19
   sharpen, blur, remove noise, fix red-eyes, fix perspective, make HDR
 
20
   and panorama composites, make artful transformations. Edit an area 
 
21
   selected with the mouse with smooth blending of the edges. Convert 
 
22
   RAW files to TIFF and edit in 16 bits/color. Assign tags and ratings 
 
23
   to images and use these for searching. 
 
24
%prep
 
25
%setup -q
 
26
%build
 
27
make
 
28
%install
 
29
make install
 
30
%clean
 
31
rm -rf $RPM_BUILD_ROOT
 
32
%files
 
33
%defattr(-,root,root)
 
34
/usr/local/bin/fotoxx 
 
35
/usr/local/share/doc/fotoxx
 
36
/usr/local/share/fotoxx
 
37
/usr/local/share/applications/kornelix-fotoxx.desktop
 
38
 
 
39