]> git.pld-linux.org Git - packages/evas-loaders-generic.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Dec 2011 18:49:19 +0000 (18:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evas-loaders-generic.spec -> 1.1

evas-loaders-generic.spec [new file with mode: 0644]

diff --git a/evas-loaders-generic.spec b/evas-loaders-generic.spec
new file mode 100644 (file)
index 0000000..32de86b
--- /dev/null
@@ -0,0 +1,75 @@
+Summary:       Generic loaders for Evas library
+Summary(pl.UTF-8):     Ogólne programy wczytujące dla biblioteki Evas
+Name:          evas-loaders-generic
+Version:       1.1.0
+Release:       1
+License:       GPL v2
+Group:         Libraries
+Source0:       http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
+# Source0-md5: 62419d4cae18133defbd3299bad8cca5
+URL:           http://trac.enlightenment.org/e/wiki/Evas
+BuildRequires: eina-devel >= 1.1.0
+BuildRequires: gstreamer-devel >= 0.10.13
+BuildRequires: gstreamer-plugins-base-devel >= 0.10.13
+BuildRequires: libraw-devel
+BuildRequires: libspectre-devel
+BuildRequires: pkgconfig
+BuildRequires: poppler-devel >= 0.12
+BuildRequires: zlib-devel
+Requires:      eina >= 1.1.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+These are additional "generic" loaders for Evas that are stand-alone
+executables that evas may run from its generic loader module. This
+means that if they crash, the application loading the image does not
+crash also. In addition the licensing of these binaries will not
+affect the license of any application that uses Evas as this uses a
+completely generic execution system that allows anything to be plugged
+in as a loader.
+
+This package contains the following loaders:
+- GST for multimedia files, using GStreamer
+- PDF, using poppler
+- PS for PhostScript files, using libspectre
+- RAW for raw photos, using libraw
+- XCF
+
+%description -l pl.UTF-8
+Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
+Evas, będące samodzielnymi programami, które mogą być uruchamiane z
+poziomu ogólnego modułu wczytującego. Oznacza to, że jeśli ulegną
+awarii, nie pociągną za sobą aplikacji wczytującej obraz. Ponadto
+licencja niniejszych programów nie wpływa na licencję aplikacji
+wykorzystujących bibliotekę Evas, jako że używany jest całkowicie
+ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
+jako programu wczytującego.
+
+Ten pakiet zawiera następujące moduły wczytujące:
+- GST do plików multimedialnych, wykorzystujący GStreamera
+- PDF wykorzystujący popplera
+- PS do plików PostScriptowych, wykorzystujący libspectre
+- RAW do zdjęć w formacie surowym, wykorzystujący libraw
+- XCF
+
+%prep
+%setup -q -n evas_generic_loaders-%{version}
+
+%build
+%configure \
+       --disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
This page took 0.093244 seconds and 4 git commands to generate.