packages: evas-loaders-generic/evas-loaders-generic.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Dec 12 19:49:24 CET 2011


Author: qboosh                       Date: Mon Dec 12 18:49:24 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/evas-loaders-generic:
   evas-loaders-generic.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/evas-loaders-generic/evas-loaders-generic.spec
diff -u /dev/null packages/evas-loaders-generic/evas-loaders-generic.spec:1.1
--- /dev/null	Mon Dec 12 19:49:24 2011
+++ packages/evas-loaders-generic/evas-loaders-generic.spec	Mon Dec 12 19:49:19 2011
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+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.*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/12/12 18:49:19  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list