Go to file
Daniel Kolesa ed289422f3 Added new set of debian subdirs.
BROKEN/etox 
e 
ecore 
e_dbus 
edje 
edje_editor 
edje_viewer 
eet 
efreet 
eina 
elicit 
elitaire 
embryo 
E-MODULES-EXTRA 
emotion 
emphasis 
empower 
emprint 
enhance 
enity 
entrance 
ephoto 
epsilon 
esmart 
estickies 
etk 
etk_extra 
evas 
evolve 
ewl 
exhibit 
exml 
expedite 
imlib2 
imlib2_loaders 
MISC/engage 
OLD/eclair 
OLD/engrave 
OLD/enotes 
OLD/entrance_edit_gui 
OLD/e_utils 
OLD/evoak 
OLD/examine 
OLD/iconbar 
PROTO/etk_server 
PROTO/exchange 
PROTO/extrackt 
rage


SVN revision: 38399
2009-01-01 11:35:17 +00:00
data Fri Jan 21 00:57:08 2005 Michael Jennings (mej) 2005-01-21 04:53:15 +00:00
debian Added new set of debian subdirs. 2009-01-01 11:35:17 +00:00
doc ok. i think most binary files are now fixed. 2008-08-18 00:02:26 +00:00
src crash fix. 2008-11-22 09:27:45 +00:00
.cvsignore Ignore+-. 2008-08-13 18:17:19 +00:00
.indent.pro Add indent profile. 2007-05-20 13:24:59 +00:00
AUTHORS Patch from Dmitry Antipov: 2006-04-09 08:12:51 +00:00
COPYING and new much cleaner tree. 2004-11-01 09:45:31 +00:00
COPYING-PLAIN and new much cleaner tree. 2004-11-01 09:45:31 +00:00
ChangeLog and new much cleaner tree. 2004-11-01 09:45:31 +00:00
Doxyfile Update doxy style 2007-12-06 18:17:21 +00:00
INSTALL fix install 2004-11-02 03:30:28 +00:00
Makefile.am Fix blank line after trailing space warning. 2008-12-31 17:27:08 +00:00
README.ID3 Added documentation for tag id3-link-url 2005-08-22 09:50:50 +00:00
README.in auto-package imlib2... 2005-03-03 14:28:52 +00:00
TODO and new much cleaner tree. 2004-11-01 09:45:31 +00:00
autogen.sh fix running with libtool-2.2+ 2008-04-20 12:16:31 +00:00
configure.ac Removed debian things like rasterman did in some others from Makefile.am and configure.ac/in(and modifed AUTHORS, autogen.sh and README in E-MODULES-EXTRA) in 2008-12-31 10:52:08 +00:00
gendoc Update doxy style 2007-12-06 18:17:21 +00:00
imlib2-config.in Revert imlib2-config removal. There still may be systems without pkgconfig out there. 2008-10-22 18:48:55 +00:00
imlib2.c.in and new much cleaner tree. 2004-11-01 09:45:31 +00:00
imlib2.pc.in don't _require_ freetype2 2007-03-22 20:52:41 +00:00
imlib2.spec.in Don't build static libs for modules. 2008-11-01 10:17:38 +00:00

README.in

Imlib2 @VERSION@

This is the Imlib 2 library - a library that does image file loading and
saving as well as rendering, manipulation, arbitrary polygon support, etc.

It does ALL of these operations FAST. Imlib2 also tries to be highly
intelligent about doing them, so writing naive programs can be done
easily, without sacrificing speed.

This is a complete rewrite over the Imlib 1.x series. The architecture is
more modular, simple, and flexible. See index.html in the doc/ directory
for more information.

Imlib2 requires several libraries to be already installed. These are:

libjpeg          http://www.ijg.org/
libpng           http://www.libpng.org/pub/png/libpng.html
freetype 2.1.x   http://www.freetype.org/

For examples of this library in use, seek:

Eterm            http://www.eterm.org/ (CVS version only, currently)
feh              http://www.linuxbrit.co.uk/feh.html
geist            http://www.linuxbrit.co.uk/geist.html

------------------------------------------------------------------------------
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.