]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blame - evas-loaders-generic.spec
- package utils directory
[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
dfb19299 4Version: 1.7.0
fe3a4ad5 5Release: 2
7c13c8ad
JB
6License: GPL v2
7Group: Libraries
8Source0: http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
dfb19299 9# Source0-md5: 64df7ed7b161b0cc3f37cf1ca20478cb
7c13c8ad 10URL: http://trac.enlightenment.org/e/wiki/Evas
dfb19299
JB
11BuildRequires: cairo-devel >= 1.0.0
12BuildRequires: eina-devel >= 1.7.0
7c13c8ad
JB
13BuildRequires: gstreamer-devel >= 0.10.13
14BuildRequires: gstreamer-plugins-base-devel >= 0.10.13
15BuildRequires: libraw-devel
dfb19299 16BuildRequires: librsvg-devel >= 2.14.0
7c13c8ad
JB
17BuildRequires: libspectre-devel
18BuildRequires: pkgconfig
cae313e8 19BuildRequires: poppler-devel >= 0.20
7c13c8ad 20BuildRequires: zlib-devel
dfb19299
JB
21Requires: cairo >= 1.0.0
22Requires: eina >= 1.7.0
23Requires: gstreamer >= 0.10.13
24Requires: gstreamer-plugins-base >= 0.10.13
25Requires: librsvg >= 2.14.0
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:
39- GST for multimedia files, using GStreamer
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
7c13c8ad
JB
44- XCF
45
46%description -l pl.UTF-8
47Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
48Evas, będące samodzielnymi programami, które mogą być uruchamiane z
49poziomu ogólnego modułu wczytującego. Oznacza to, że jeśli ulegną
50awarii, nie pociągną za sobą aplikacji wczytującej obraz. Ponadto
51licencja niniejszych programów nie wpływa na licencję aplikacji
52wykorzystujących bibliotekę Evas, jako że używany jest całkowicie
53ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
54jako programu wczytującego.
55
56Ten pakiet zawiera następujące moduły wczytujące:
57- GST do plików multimedialnych, wykorzystujący GStreamera
58- PDF wykorzystujący popplera
59- PS do plików PostScriptowych, wykorzystujący libspectre
60- RAW do zdjęć w formacie surowym, wykorzystujący libraw
dfb19299 61- SVG do rysunków SVG, wykorzystujący librsvg
7c13c8ad
JB
62- XCF
63
64%prep
65%setup -q -n evas_generic_loaders-%{version}
66
67%build
68%configure \
69 --disable-silent-rules
70%{__make}
71
72%install
73rm -rf $RPM_BUILD_ROOT
74
75%{__make} install \
76 DESTDIR=$RPM_BUILD_ROOT
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%files
82%defattr(644,root,root,755)
cae313e8 83%doc AUTHORS ChangeLog NEWS README TODO
fe3a4ad5 84%dir %{_libdir}/evas/utils
7c13c8ad 85%attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.056888 seconds and 4 git commands to generate.