]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blame - evas-loaders-generic.spec
- updated to 1.7.10
[packages/evas-loaders-generic.git] / evas-loaders-generic.spec
CommitLineData
acc216af 1%define eina_ver 1.7.10
7c13c8ad
JB
2Summary: Generic loaders for Evas library
3Summary(pl.UTF-8): Ogólne programy wczytujące dla biblioteki Evas
4Name: evas-loaders-generic
acc216af
JB
5Version: 1.7.10
6Release: 1
7c13c8ad
JB
7License: GPL v2
8Group: Libraries
9Source0: http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
acc216af 10# Source0-md5: 2ba61dc36d7495d6538350777ec4ae2b
7c13c8ad 11URL: http://trac.enlightenment.org/e/wiki/Evas
dfb19299 12BuildRequires: cairo-devel >= 1.0.0
acc216af 13BuildRequires: eina-devel >= %{eina_ver}
e9307f41
JB
14BuildRequires: gstreamer0.10-devel >= 0.10.13
15BuildRequires: gstreamer0.10-plugins-base-devel >= 0.10.13
7c13c8ad 16BuildRequires: libraw-devel
dfb19299 17BuildRequires: librsvg-devel >= 2.14.0
7c13c8ad
JB
18BuildRequires: libspectre-devel
19BuildRequires: pkgconfig
cae313e8 20BuildRequires: poppler-devel >= 0.20
7c13c8ad 21BuildRequires: zlib-devel
dfb19299 22Requires: cairo >= 1.0.0
acc216af 23Requires: eina >= %{eina_ver}
e9307f41
JB
24Requires: gstreamer0.10 >= 0.10.13
25Requires: gstreamer0.10-plugins-base >= 0.10.13
dfb19299
JB
26Requires: librsvg >= 2.14.0
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:
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
dfb19299 44- SVG for SVG graphics, using librsvg
7c13c8ad
JB
45- XCF
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:
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
dfb19299 62- SVG do rysunków SVG, wykorzystujący librsvg
7c13c8ad
JB
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
74rm -rf $RPM_BUILD_ROOT
75
76%{__make} install \
77 DESTDIR=$RPM_BUILD_ROOT
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%files
83%defattr(644,root,root,755)
cae313e8 84%doc AUTHORS ChangeLog NEWS README TODO
fe3a4ad5 85%dir %{_libdir}/evas/utils
7c13c8ad 86%attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.078933 seconds and 4 git commands to generate.