]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blob - evas-loaders-generic.spec
9db739f360daa667d25a4b4aaa52ac7e1bbb8447
[packages/evas-loaders-generic.git] / evas-loaders-generic.spec
1 Summary:        Generic loaders for Evas library
2 Summary(pl.UTF-8):      Ogólne programy wczytujące dla biblioteki Evas
3 Name:           evas-loaders-generic
4 Version:        1.7.2
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
9 # Source0-md5:  c47aadce594d6934a9ed1ea51b10d8ff
10 URL:            http://trac.enlightenment.org/e/wiki/Evas
11 BuildRequires:  cairo-devel >= 1.0.0
12 BuildRequires:  eina-devel >= 1.7.0
13 BuildRequires:  gstreamer0.10-devel >= 0.10.13
14 BuildRequires:  gstreamer0.10-plugins-base-devel >= 0.10.13
15 BuildRequires:  libraw-devel
16 BuildRequires:  librsvg-devel >= 2.14.0
17 BuildRequires:  libspectre-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  poppler-devel >= 0.20
20 BuildRequires:  zlib-devel
21 Requires:       cairo >= 1.0.0
22 Requires:       eina >= 1.7.0
23 Requires:       gstreamer0.10 >= 0.10.13
24 Requires:       gstreamer0.10-plugins-base >= 0.10.13
25 Requires:       librsvg >= 2.14.0
26 Requires:       poppler >= 0.20
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 These are additional "generic" loaders for Evas that are stand-alone
31 executables that evas may run from its generic loader module. This
32 means that if they crash, the application loading the image does not
33 crash also. In addition the licensing of these binaries will not
34 affect the license of any application that uses Evas as this uses a
35 completely generic execution system that allows anything to be plugged
36 in as a loader.
37
38 This package contains the following loaders:
39 - GST for multimedia files, using GStreamer
40 - PDF, using poppler
41 - PS for PhostScript files, using libspectre
42 - RAW for raw photos, using libraw
43 - SVG for SVG graphics, using librsvg
44 - XCF
45
46 %description -l pl.UTF-8
47 Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
48 Evas, będące samodzielnymi programami, które mogą być uruchamiane z
49 poziomu ogólnego modułu wczytującego. Oznacza to, że jeśli ulegną
50 awarii, nie pociągną za sobą aplikacji wczytującej obraz. Ponadto
51 licencja niniejszych programów nie wpływa na licencję aplikacji
52 wykorzystujących bibliotekę Evas, jako że używany jest całkowicie
53 ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
54 jako programu wczytującego.
55
56 Ten pakiet zawiera następujące moduły wczytujące:
57 - GST do plików multimedialnych, wykorzystujący GStreamera
58 - PDF wykorzystujący popplera
59 - PS do plików PostScriptowych, wykorzystujący libspectre
60 - RAW do zdjęć w formacie surowym, wykorzystujący libraw
61 - SVG do rysunków SVG, wykorzystujący librsvg
62 - XCF
63
64 %prep
65 %setup -q -n evas_generic_loaders-%{version}
66
67 %build
68 %configure \
69         --disable-silent-rules
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files
82 %defattr(644,root,root,755)
83 %doc AUTHORS ChangeLog NEWS README TODO
84 %dir %{_libdir}/evas/utils
85 %attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.072959 seconds and 2 git commands to generate.