]> git.pld-linux.org Git - packages/evas-loaders-generic.git/blob - evas-loaders-generic.spec
- updated to 1.2.0
[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.2.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:  45a70266583bc27ee45885a8b60612bf
10 Patch0:         %{name}-poppler.patch
11 URL:            http://trac.enlightenment.org/e/wiki/Evas
12 BuildRequires:  eina-devel >= 1.2.0
13 BuildRequires:  gstreamer-devel >= 0.10.13
14 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.13
15 BuildRequires:  libraw-devel
16 BuildRequires:  libspectre-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  poppler-devel >= 0.20
19 BuildRequires:  zlib-devel
20 Requires:       eina >= 1.2.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 These are additional "generic" loaders for Evas that are stand-alone
25 executables that evas may run from its generic loader module. This
26 means that if they crash, the application loading the image does not
27 crash also. In addition the licensing of these binaries will not
28 affect the license of any application that uses Evas as this uses a
29 completely generic execution system that allows anything to be plugged
30 in as a loader.
31
32 This 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
40 Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
41 Evas, będące samodzielnymi programami, które mogą być uruchamiane z
42 poziomu ogólnego modułu wczytującego. Oznacza to, że jeśli ulegną
43 awarii, nie pociągną za sobą aplikacji wczytującej obraz. Ponadto
44 licencja niniejszych programów nie wpływa na licencję aplikacji
45 wykorzystujących bibliotekę Evas, jako że używany jest całkowicie
46 ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
47 jako programu wczytującego.
48
49 Ten 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}
58 %patch0 -p1
59
60 %build
61 %configure \
62         --disable-silent-rules
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc AUTHORS ChangeLog NEWS README TODO
77 %attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.202301 seconds and 4 git commands to generate.