]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blame_incremental - evas-loaders-generic.spec
- updated to 1.7.2
[packages/evas-loaders-generic.git] / evas-loaders-generic.spec
... / ...
CommitLineData
1Summary: Generic loaders for Evas library
2Summary(pl.UTF-8): Ogólne programy wczytujące dla biblioteki Evas
3Name: evas-loaders-generic
4Version: 1.7.2
5Release: 1
6License: GPL v2
7Group: Libraries
8Source0: http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
9# Source0-md5: c47aadce594d6934a9ed1ea51b10d8ff
10URL: http://trac.enlightenment.org/e/wiki/Evas
11BuildRequires: cairo-devel >= 1.0.0
12BuildRequires: eina-devel >= 1.7.0
13BuildRequires: gstreamer0.10-devel >= 0.10.13
14BuildRequires: gstreamer0.10-plugins-base-devel >= 0.10.13
15BuildRequires: libraw-devel
16BuildRequires: librsvg-devel >= 2.14.0
17BuildRequires: libspectre-devel
18BuildRequires: pkgconfig
19BuildRequires: poppler-devel >= 0.20
20BuildRequires: zlib-devel
21Requires: cairo >= 1.0.0
22Requires: eina >= 1.7.0
23Requires: gstreamer0.10 >= 0.10.13
24Requires: gstreamer0.10-plugins-base >= 0.10.13
25Requires: librsvg >= 2.14.0
26Requires: poppler >= 0.20
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
43- SVG for SVG graphics, using librsvg
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
61- SVG do rysunków SVG, wykorzystujący librsvg
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)
83%doc AUTHORS ChangeLog NEWS README TODO
84%dir %{_libdir}/evas/utils
85%attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.051245 seconds and 4 git commands to generate.