SPECS: imlib2_loaders.spec (NEW) - NEW - additional loaders for Im...

sparky sparky at pld-linux.org
Sat Jul 9 20:31:39 CEST 2005


Author: sparky                       Date: Sat Jul  9 18:31:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW - additional loaders for Imlib2
- status: builds, xcf works, others not sure

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

---- Diffs:

================================================================
Index: SPECS/imlib2_loaders.spec
diff -u /dev/null SPECS/imlib2_loaders.spec:1.1
--- /dev/null	Sat Jul  9 20:31:39 2005
+++ SPECS/imlib2_loaders.spec	Sat Jul  9 20:31:33 2005
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Additional Loaders for Imlib2
+Name:		imlib2_loaders
+Version:	1.2.1.001
+%define	_snap	20050704
+Release:	0.%{_snap}.0.1
+License:	Mixed (BSD and GPL)
+Group:		Libraries
+#Source0:	http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0:	ftp://ftp.sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.gz
+# Source0-md5:	ff63cea4860ae7c085895ab452cac179
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	edb-devel
+BuildRequires:	eet-devel
+BuildRequires:	imlib2-devel
+BuildRequires:	libtool
+Requires:	imlib2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains additional image loaders for Imlib2 which for
+some reason (such as license issues) are not distributed with Imlib2
+directly.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static \
+	--enable-edb \
+	--enable-eet \
+	--enable-xcf
+%{__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) %{_libdir}/imlib2/loaders/*.so
+
+%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/09 18:31:33  sparky
+- NEW - additional loaders for Imlib2
+- status: builds, xcf works, others not sure
+
================================================================



More information about the pld-cvs-commit mailing list