Enlightenment CVS committal Author : cobra Project : e17 Module : libs/evas
Dir : e17/libs/evas Modified Files: evas.spec.in Log Message: Add RPM rules for XPM loader. Kevin Brosius <[EMAIL PROTECTED]> =================================================================== RCS file: /cvs/e/e17/libs/evas/evas.spec.in,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- evas.spec.in 28 May 2006 20:33:40 -0000 1.21 +++ evas.spec.in 12 Aug 2006 09:48:28 -0000 1.22 @@ -36,6 +36,7 @@ %bcond_without module_saver_tiff %bcond_without module_loader_eet %bcond_without module_saver_eet +%bcond_without module_loader_xpm # This just keeps a missing doxygen from killing the build. %define _missing_doc_files_terminate_build 0 @@ -194,6 +195,18 @@ EDB Image saver module for Evas %endif +%if %{with module_loader_xpm} +%package module_loader_xpm +Summary: XPM Image loader module for Evas +Group: System Environment/Libraries +##BuildRequires: (none, X?) +%description module_loader_xpm +XPM Image loader module for Evas +%define ac_with_module_loader_xpm --enable-image-loader-xpm +%else +%define ac_with_module_loader_xpm --disable-image-loader-xpm +%endif + %package module_engine_software_generic Summary: Software X11 rendering engine module for Evas Group: System Environment/Libraries @@ -326,6 +339,7 @@ %{ac_with_module_loader_gif} \ %{ac_with_module_loader_edb} \ %{ac_with_module_saver_edb} \ + %(ac_with_module_loader_xpm) \ %{ac_with_module_engine_software_x11} \ %{ac_with_module_engine_buffer} \ %{ac_with_module_engine_fb} \ @@ -438,6 +452,12 @@ %files module_saver_edb %defattr(-, root, root) %{_libdir}/evas/modules/savers/edb/*/module.so +%endif + +%if %{with module_loader_xpm} +%files module_loader_xpm +%defattr(-, root, root) +%{_libdir}/evas/modules/loaders/xpm/*/module.so %endif %if %{with module_engine_software_x11} ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs