]> git.pld-linux.org Git - packages/eclips.git/commitdiff
- NEW - slideshow / webcam viewer
authorsparky <sparky@pld-linux.org>
Sun, 10 Jul 2005 00:09:25 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- status: builds, works, not stable

Changed files:
    eclips.spec -> 1.1

eclips.spec [new file with mode: 0644]

diff --git a/eclips.spec b/eclips.spec
new file mode 100644 (file)
index 0000000..d5f9c62
--- /dev/null
@@ -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}
This page took 0.051856 seconds and 4 git commands to generate.