Go to file
Tom Gilbert 2a781d43a4 Okay. The db loader is going in here, as per cK's suggestion.
Raster, I'm going to pull the db loader out of the imlib2 source and put
deps in the e17 stuff for the loader, as you originally agreed. I will do
this later today unless I get mail from you telling me not to.


SVN revision: 5127
2001-08-12 14:52:17 +00:00
debian changelog madness 2001-03-17 11:14:26 +00:00
src Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
.cvsignore hush cvs 2001-01-06 00:28:05 +00:00
AUTHORS Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
COPYING.loader_db Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
COPYING.loader_xcf Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
ChangeLog *turns red* ... *turns blue* ... *releases breath*. Damn. 2000-07-02 11:52:33 +00:00
Makefile.am Moved imlib2_loaders.spec to imlib2_loaders.spec.in 2001-07-04 18:19:55 +00:00
README Did I not commit these? 2001-05-21 22:53:28 +00:00
aclocal.m4 use the real_file member :) 2001-08-10 08:35:57 +00:00
autogen.sh Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
config.h.in Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
configure.ac Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
configure.in Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
imlib2_loaders.spec.in Okay. The db loader is going in here, as per cK's suggestion. 2001-08-12 14:52:17 +00:00
ltmain.sh use the real_file member :) 2001-08-10 08:35:57 +00:00
stamp-h.in *turns red* ... *turns blue* ... *releases breath*. Damn. 2000-07-02 11:52:33 +00:00

README

                           I  M  L  I  B   2                           

                        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.

To install, apply the usual 

  ./configure <options>; make; make install

sequence.


                                                         Have fun,
                                                           --cK.