Go to file
Kim Woelders ef70876ff2 v1.12.2 - No changes since v1.12.1
Actually, no changes since 1.10.0.
2024-02-03 17:07:27 +01:00
m4 Enable visibility hiding 2018-04-06 06:47:11 +02:00
src Drop ani loader 2022-12-08 18:55:14 +01:00
.git-src autofoo: Rework git tag/release stuff, as in imlib2 2022-12-17 19:19:56 +01:00
.gitignore Add /build to .gitignore 2021-04-06 15:23:48 +02:00
.indent.pro Indent 2019-11-17 08:49:34 +01: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
ChangeLog v1.12.2 - No changes since v1.12.1 2024-02-03 17:07:27 +01:00
INSTALL fix install 2004-11-02 03:30:28 +00:00
Makefile.am autofoo: Rework git tag/release stuff, as in imlib2 2022-12-17 19:19:56 +01:00
README.in Edb is dead. 2013-03-24 21:16:48 +01:00
autogen.sh autogen.sh: Add -n as alternative to NOCONFIGURE 2020-01-11 12:58:31 +01:00
configure.ac v1.12.2 - No changes since v1.12.1 2024-02-03 17:07:27 +01:00
imlib2_loaders.spec.in Spec file: Add git tag to rpm file name (if built from git checkout) 2021-04-06 15:24:36 +02: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.

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