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