SPECS: eclips.spec (NEW) - NEW - slideshow / webcam viewer - statu...

sparky sparky at pld-linux.org
Sun Jul 10 02:09:30 CEST 2005


Author: sparky                       Date: Sun Jul 10 00:09:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW - slideshow / webcam viewer
- status: builds, works, not stable

---- Files affected:
SPECS:
   eclips.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/eclips.spec
diff -u /dev/null SPECS/eclips.spec:1.1
--- /dev/null	Sun Jul 10 02:09:30 2005
+++ SPECS/eclips.spec	Sun Jul 10 02:09:25 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+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}
+
+%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  2005/07/10 00:09:25  sparky
+- NEW - slideshow / webcam viewer
+- status: builds, works, not stable
+
================================================================



More information about the pld-cvs-commit mailing list