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