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