]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blame - evas-loaders-generic.spec
- updated to 1.2.0
[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
cae313e8
JB
4Version: 1.2.0
5Release: 1
7c13c8ad
JB
6License: GPL v2
7Group: Libraries
8Source0: http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
cae313e8
JB
9# Source0-md5: 45a70266583bc27ee45885a8b60612bf
10Patch0: %{name}-poppler.patch
7c13c8ad 11URL: http://trac.enlightenment.org/e/wiki/Evas
cae313e8 12BuildRequires: eina-devel >= 1.2.0
7c13c8ad
JB
13BuildRequires: gstreamer-devel >= 0.10.13
14BuildRequires: gstreamer-plugins-base-devel >= 0.10.13
15BuildRequires: libraw-devel
16BuildRequires: libspectre-devel
17BuildRequires: pkgconfig
cae313e8 18BuildRequires: poppler-devel >= 0.20
7c13c8ad 19BuildRequires: zlib-devel
cae313e8 20Requires: eina >= 1.2.0
7c13c8ad
JB
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24These are additional "generic" loaders for Evas that are stand-alone
25executables that evas may run from its generic loader module. This
26means that if they crash, the application loading the image does not
27crash also. In addition the licensing of these binaries will not
28affect the license of any application that uses Evas as this uses a
29completely generic execution system that allows anything to be plugged
30in as a loader.
31
32This package contains the following loaders:
33- GST for multimedia files, using GStreamer
34- PDF, using poppler
35- PS for PhostScript files, using libspectre
36- RAW for raw photos, using libraw
37- XCF
38
39%description -l pl.UTF-8
40Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
41Evas, będące samodzielnymi programami, które mogą być uruchamiane z
42poziomu ogólnego modułu wczytującego. Oznacza to, że jeśli ulegną
43awarii, nie pociągną za sobą aplikacji wczytującej obraz. Ponadto
44licencja niniejszych programów nie wpływa na licencję aplikacji
45wykorzystujących bibliotekę Evas, jako że używany jest całkowicie
46ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
47jako programu wczytującego.
48
49Ten pakiet zawiera następujące moduły wczytujące:
50- GST do plików multimedialnych, wykorzystujący GStreamera
51- PDF wykorzystujący popplera
52- PS do plików PostScriptowych, wykorzystujący libspectre
53- RAW do zdjęć w formacie surowym, wykorzystujący libraw
54- XCF
55
56%prep
57%setup -q -n evas_generic_loaders-%{version}
cae313e8 58%patch0 -p1
7c13c8ad
JB
59
60%build
61%configure \
62 --disable-silent-rules
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files
75%defattr(644,root,root,755)
cae313e8 76%doc AUTHORS ChangeLog NEWS README TODO
7c13c8ad 77%attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.077835 seconds and 4 git commands to generate.