Enlightenment CVS committal Author : raster Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon Modified Files: README configure.in epsilon.spec.in Log Message: doesnt need imlib2 anymore - uses evas directly for thumbnailing (and remove epeg - evas can do this too with load options). =================================================================== RCS file: /cvs/e/e17/libs/epsilon/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- README 10 Dec 2003 05:43:07 -0000 1.1 +++ README 22 May 2008 03:36:25 -0000 1.2 @@ -39,7 +39,7 @@ ############################################################################ Build Instructions: -1. You need epeg(optional) from cvs, imlib2 and libpng +1. You need evas and ecore from cvs, and libpng 2. To compile and test epsilon it's your standard $ ./autogen.sh $ make =================================================================== RCS file: /cvs/e/e17/libs/epsilon/configure.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- configure.in 25 Jan 2008 03:35:48 -0000 1.39 +++ configure.in 22 May 2008 03:36:25 -0000 1.40 @@ -23,8 +23,6 @@ version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN" AC_SUBST(version_info) -PKG_CHECK_MODULES(IMLIB2, [imlib2 >= 1.0.0]) - PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9]) PKG_CHECK_MODULES(ECORE, [ @@ -36,18 +34,6 @@ PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0]) -dnl Make sure the epeg header/lib is available -PKG_CHECK_MODULES(EPEG, [epeg >= 0.9.0], - [ - AC_DEFINE(HAVE_EPEG_H, 1, [Epeg.h is available]) - have_epeg="yes" - ], - [ - have_epeg="no" - AC_MSG_WARN(Cannot find Epeg on your system: jpeg thumbnail suckage!) - ] -) - dnl Make sure the png header/lib is available PKG_CHECK_EXISTS(libpng12, [ PKG_CHECK_MODULES(PNG, libpng12, [ have_png="yes" ], [ have_png="no"]) ], @@ -90,7 +76,7 @@ fi AM_CONDITIONAL(HAVE_XINE, test $xine = "xine") -requirements="imlib2 evas ecore-evas ecore-file ecore-ipc edje" +requirements="evas ecore-evas ecore-file ecore-ipc edje" AC_SUBST(requirements) ##################################################################### =================================================================== RCS file: /cvs/e/e17/libs/epsilon/epsilon.spec.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- epsilon.spec.in 7 Nov 2007 05:42:07 -0000 1.6 +++ epsilon.spec.in 22 May 2008 03:36:25 -0000 1.7 @@ -12,8 +12,7 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: xorg-x11-devel xine-lib-devel epdf-devel BuildRequires: libjpeg-devel XFree86-devel /usr/bin/freetype-config -BuildRequires: epeg-devel imlib2-devel evas-devel ecore-devel edje-devel -Requires: epeg >= 0.9.0 +BuildRequires: evas-devel ecore-devel edje-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs