]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blob - evas-loaders-generic.spec
70c7ea1527ef028487b00c56a20ba87522145281
[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.8.0
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-%{version}.tar.bz2
9 # Source0-md5:  9b5f2d4f76098c1a23163c6e2e0e3b30
10 URL:            http://trac.enlightenment.org/e/wiki/Evas
11 BuildRequires:  cairo-devel >= 1.0.0
12 BuildRequires:  eina-devel >= 1.7.9
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.36.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.9
23 Requires:       gstreamer0.10 >= 0.10.13
24 Requires:       gstreamer0.10-plugins-base >= 0.10.13
25 Requires:       librsvg >= 2.36.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 - XCF
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 - MPG/AVI/OGV/MOV/MKV/WMV... for multimedia files, using GStreamer
45 - PPT/PPTX/DOC/DOCX/XLS... using libreoffice binaries and PDF loader
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 - XCF
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 - MPG/AVI/OGV/MOV/MKV/WMV... dla plików multimedialnych,
64   wykorzystujący GStreamera
65 - PPT/PPTX/DOC/DOCX/XLS... wykorzystujący programy libreoffice oraz
66   moduł PDF
67
68 %prep
69 %setup -q -n evas_generic_loaders-%{version}
70
71 %build
72 %configure \
73         --disable-silent-rules
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %defattr(644,root,root,755)
87 %doc AUTHORS ChangeLog NEWS README TODO
88 %dir %{_libdir}/evas/utils
89 %attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
90 %attr(755,root,root) %{_libdir}/evas/utils/evas_generic_pdf_loader.*
This page took 0.059983 seconds and 2 git commands to generate.