]> git.pld-linux.org Git - SPECS.git/blob - tint.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / tint.spec
1 # TODO: optflags
2 Summary:        Alter photos by selectively choosing tints
3 Summary(pl.UTF-8):      Modyfikacja zdjęć poprzez selektywny wybór odcieni
4 Name:           tint
5 Version:        1.0.1
6 Release:        1
7 License:        BSD
8 Group:          Applications
9 Source0:        http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
10 # Source0-md5:  36dbab3a0540014b49b771af8db25837
11 Patch0:         %{name}-wxgtk.patch
12 URL:            http://www.indii.org/software/tint/
13 BuildRequires:  boost-devel >= 1.35.0
14 BuildRequires:  scons
15 BuildRequires:  wxGTK2-unicode-devel >= 2.8.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Tint is a photo editor for colour-select effects. It automatically
20 clusters the colours of a photo into groups, and allows each colour to
21 be switched on or off to create the desired effect.
22
23 %description -l pl.UTF-8
24 Tint to edytor zdjęć do efektów związanych z wyborem kolorów.
25 Automatycznie rozdziela kolory zdjęcia na grupy i pozwala na włączanie
26 i wyłączanie poszczególnych kolorów w celu osiągnięcia pożądanego
27 efektu.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 scons
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39
40 install tint $RPM_BUILD_ROOT%{_bindir}/tint
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README.txt VERSION.txt
48 %attr(755,root,root) %{_bindir}/*
This page took 0.537067 seconds and 3 git commands to generate.