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