]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blob - evas-loaders-generic.spec
- rebuild with poppler 0.68.0
[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.10.0
5 Release:        14
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:  be6f1a141938891831144e2e3da9366c
10 Patch0:         %{name}-poppler.patch
11 URL:            http://trac.enlightenment.org/e/wiki/Evas
12 BuildRequires:  cairo-devel >= 1.0.0
13 BuildRequires:  eina-devel >= 1.7.9
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.36.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 >= 1.7.9
24 Requires:       gstreamer0.10 >= 0.10.13
25 Requires:       gstreamer0.10-plugins-base >= 0.10.13
26 Requires:       librsvg >= 2.36.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 - XCF
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 - MPG/AVI/OGV/MOV/MKV/WMV... for multimedia files, using GStreamer
46 - PPT/PPTX/DOC/DOCX/XLS... using libreoffice binaries and PDF loader
47
48 %description -l pl.UTF-8
49 Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
50 Evas, będące samodzielnymi programami, które mogą być uruchamiane z
51 poziomu ogólnego modułu wczytującego. Oznacza to, że jeśli ulegną
52 awarii, nie pociągną za sobą aplikacji wczytującej obraz. Ponadto
53 licencja niniejszych programów nie wpływa na licencję aplikacji
54 wykorzystujących bibliotekę Evas, jako że używany jest całkowicie
55 ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
56 jako programu wczytującego.
57
58 Ten pakiet zawiera następujące moduły wczytujące:
59 - XCF
60 - PDF wykorzystujący popplera
61 - PS do plików PostScriptowych, wykorzystujący libspectre
62 - RAW do zdjęć w formacie surowym, wykorzystujący libraw
63 - SVG do rysunków SVG, wykorzystujący librsvg
64 - MPG/AVI/OGV/MOV/MKV/WMV... dla plików multimedialnych,
65   wykorzystujący GStreamera
66 - PPT/PPTX/DOC/DOCX/XLS... wykorzystujący programy libreoffice oraz
67   moduł PDF
68
69 %prep
70 %setup -q -n evas_generic_loaders-%{version}
71 %patch0 -p1
72
73 %build
74 %configure \
75         --disable-silent-rules
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %files
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS README TODO
90 %dir %{_libdir}/evas/utils
91 %attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
92 %attr(755,root,root) %{_libdir}/evas/utils/evas_generic_pdf_loader.*
This page took 0.280557 seconds and 3 git commands to generate.