Go to file
Mike Frysinger bdda78ae81 allow for setting of env var to prevent running ./configure like the older autogen scripts allowed
SVN revision: 14386
2005-04-26 22:55:56 +00:00
debian auto-package 2005-03-04 13:34:55 +00:00
m4 and new loaders tree 2004-11-01 09:47:12 +00:00
src A lot of moving around in imlib2{,loaders} caused lots of unignored files 2005-01-29 18:26:35 +00:00
.cvsignore A lot of moving around in imlib2{,loaders} caused lots of unignored files 2005-01-29 18:26:35 +00:00
AUTHORS and new loaders tree 2004-11-01 09:47:12 +00:00
COPYING and new loaders tree 2004-11-01 09:47:12 +00:00
COPYING-PLAIN and new loaders tree 2004-11-01 09:47:12 +00:00
COPYING.loader_xcf and new loaders tree 2004-11-01 09:47:12 +00:00
ChangeLog and new loaders tree 2004-11-01 09:47:12 +00:00
INSTALL fix install 2004-11-02 03:30:28 +00:00
Makefile.am asparagus time for some of the core efl bits... 2005-03-22 10:54:17 +00:00
NEWS and new loaders tree 2004-11-01 09:47:12 +00:00
README.in auto-package 2005-03-04 13:34:55 +00:00
aclocal.m4 eet loader added. 2002-05-09 05:19:41 +00:00
autogen.sh allow for setting of env var to prevent running ./configure like the older autogen scripts allowed 2005-04-26 22:55:56 +00:00
configure.in make e17 pass make distcheck.... 2005-04-23 08:39:41 +00:00
imlib2_loaders.spec.in auto-package 2005-03-04 13:34:55 +00:00
ltmain.sh offline work... 2001-09-24 21:16:12 +00:00

README.in

Imlib2_loaders @VERSION@

Additional Image Loaders

This package contains image loader plugins for Imlib 2 that are not dis-
tributed together with the Imlib 2 package itself. More about Imlib 2
can be found on http://www.rasterman.com/imlib.html.

XCF loader:

The XCF loader cannot be packaged together with Imlib 2 because Imlib 2
is distributed under the BSD license, whereas the XCF loader is using
elements of the Gimp's (www.gimp.org) codebase, which is distributed
under the GPL. The XCF loader therefore is GPL'd as well.

2 other loaders are here too:

EDB and EET

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless youa re installing in your users directories):
  make install
      
------------------------------------------------------------------------------
BUILDING PACKAGES:

RPM: To build rpm packages:
  
  sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz

You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
for more details)

DEB: To build deb packages:

  tar zvf @PACKAGE@-@VERSION@.tar.gz
  cd @PACKAGE@-@VERSION@
  dpkg-buildpackage -us -uc -rfakeroot
  cd ..
  rm -rf @PACKAGE@-@VERSION@

You will find all the debian source, binary etc. packages put in the directory
where you first untarred the source tarball.