Go to file
Kim Woelders 0149dcf7ce Change INCLUDES to AM_CPPFLAGS.
INCLUDES is deprecated.

Also some whitespace and other cleanups.
2013-03-24 20:55:00 +01:00
src Change INCLUDES to AM_CPPFLAGS. 2013-03-24 20:55:00 +01:00
.gitignore Add .gitignore. 2010-03-14 15:24:55 +00:00
AUTHORS and new loaders tree 2004-11-01 09:47:12 +00:00
COPYING fix the copying license to 2009-01-13 13:00:45 +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
INSTALL fix install 2004-11-02 03:30:28 +00:00
Makefile.am Set AUTOMAKE_OPTIONS = foreign. 2010-03-14 15:24:50 +00:00
README.in auto-package 2005-03-04 13:34:55 +00:00
autogen.sh Set AUTOMAKE_OPTIONS = foreign. 2010-03-14 15:24:50 +00:00
configure.ac trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it. 2013-01-04 05:49:26 +00:00
imlib2_loaders.spec.in Tue Oct 21 21:27:44 2008 Michael Jennings (mej) 2008-10-22 04:27:45 +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.