From cdfb2bc1e8aed8969b68a5f56cbd2048610de41d Mon Sep 17 00:00:00 2001 From: sparky Date: Sun, 10 Jul 2005 00:09:25 +0000 Subject: [PATCH] - NEW - slideshow / webcam viewer - status: builds, works, not stable Changed files: eclips.spec -> 1.1 --- eclips.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 eclips.spec diff --git a/eclips.spec b/eclips.spec new file mode 100644 index 0000000..d5f9c62 --- /dev/null +++ b/eclips.spec @@ -0,0 +1,52 @@ +Summary: EFL based image viewer +Name: eclips +Version: 0.0.4 +%define _snap 20050702 +Release: 0.%{_snap}.0.1 +License: BSD +Group: X11/Applications +#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz +Source0: ftp://ftp.sparky.homelinux.org/snaps/enli/misc/%{name}-%{_snap}.tar.gz +# Source0-md5: 14402490ec8f362e349c02c60a8723ac +URL: http://enlightenment.org/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: curl-devel +BuildRequires: etox-devel +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +eclips is an image viewr based on Ecore, Evas and Imlib2. It is designed to +do one thing and one thing only; display refreshing slideshows or single +images (webcams) while providing variable desktop translucency to blend +easily into the background. Eclips is specialized in cool effects like +fading in and out when changing images, keeping constant background +transparency to provide three or more visual layers, and many more. + +%prep +%setup -q -n %{name} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__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 COPYING README +%attr(755,root,root) %{_bindir}/%{name} +%{_datadir}/%{name} -- 2.43.0