]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blame - evas-loaders-generic.spec
- rel 5
[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 5Version: 1.7.10
7556ed5c 6Release: 5
7c13c8ad
JB
7License: GPL v2
8Group: Libraries
9Source0: http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
acc216af 10# Source0-md5: 2ba61dc36d7495d6538350777ec4ae2b
1e0e53be 11Patch0: poppler-0.32.patch
7c13c8ad 12URL: http://trac.enlightenment.org/e/wiki/Evas
dfb19299 13BuildRequires: cairo-devel >= 1.0.0
acc216af 14BuildRequires: eina-devel >= %{eina_ver}
e9307f41
JB
15BuildRequires: gstreamer0.10-devel >= 0.10.13
16BuildRequires: gstreamer0.10-plugins-base-devel >= 0.10.13
7c13c8ad 17BuildRequires: libraw-devel
dfb19299 18BuildRequires: librsvg-devel >= 2.14.0
7c13c8ad
JB
19BuildRequires: libspectre-devel
20BuildRequires: pkgconfig
cae313e8 21BuildRequires: poppler-devel >= 0.20
7c13c8ad 22BuildRequires: zlib-devel
dfb19299 23Requires: cairo >= 1.0.0
acc216af 24Requires: eina >= %{eina_ver}
e9307f41
JB
25Requires: gstreamer0.10 >= 0.10.13
26Requires: gstreamer0.10-plugins-base >= 0.10.13
dfb19299
JB
27Requires: librsvg >= 2.14.0
28Requires: poppler >= 0.20
7c13c8ad
JB
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32These are additional "generic" loaders for Evas that are stand-alone
33executables that evas may run from its generic loader module. This
34means that if they crash, the application loading the image does not
35crash also. In addition the licensing of these binaries will not
36affect the license of any application that uses Evas as this uses a
37completely generic execution system that allows anything to be plugged
38in as a loader.
39
40This package contains the following loaders:
41- GST for multimedia files, using GStreamer
42- PDF, using poppler
43- PS for PhostScript files, using libspectre
44- RAW for raw photos, using libraw
dfb19299 45- SVG for SVG graphics, using librsvg
7c13c8ad
JB
46- XCF
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:
59- GST do plików multimedialnych, wykorzystujący GStreamera
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
7c13c8ad
JB
64- XCF
65
66%prep
67%setup -q -n evas_generic_loaders-%{version}
1e0e53be 68%patch0 -p1
7c13c8ad
JB
69
70%build
71%configure \
72 --disable-silent-rules
73%{__make}
74
75%install
76rm -rf $RPM_BUILD_ROOT
77
78%{__make} install \
79 DESTDIR=$RPM_BUILD_ROOT
80
81%clean
82rm -rf $RPM_BUILD_ROOT
83
84%files
85%defattr(644,root,root,755)
cae313e8 86%doc AUTHORS ChangeLog NEWS README TODO
fe3a4ad5 87%dir %{_libdir}/evas/utils
7c13c8ad 88%attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.106718 seconds and 4 git commands to generate.