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

« back to all changes in this revision

Viewing changes to fotoxx-8.6.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
9
 
Release:       1
10
 
Vendor:        kornelix
11
 
Packager:      kornelix@yahoo.de
12
 
License:       GPL2
13
 
Group:         Graphics/Photography
14
 
Source:        fotoxx-8.6.tar.gz
15
 
URL:           http://kornelix.squarespace.com/fotoxx
16
 
%description
17
 
   Navigate image collection with thumbnail browser, view and edit 
18
 
   images, change brightness distribution, manipulate color, trim,
19
 
   make panorama and HDR images, rotate, rescale, warp, fix red-eyes, 
20
 
   fix perspective, sharpen, blur, remove noise. Assign tags/keywords
21
 
   and star-ratings to images and use these for searching. Edits can 
22
 
   also be made within a mouse-selected area with smooth blending of 
23
 
   the edges. Convert RAW files to TIFF and edit 16 bits/color.
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
 
 
38