You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kim Woelders 03d1a8f8cf v1.12.1 - No changes since v1.12.0 1 week ago
m4 Enable visibility hiding 6 years ago
src Drop ani loader 10 months ago
.git-src autofoo: Rework git tag/release stuff, as in imlib2 10 months ago
.gitignore Add /build to .gitignore 3 years ago
.indent.pro Indent 4 years ago
AUTHORS and new loaders tree 19 years ago
COPYING fix the copying license to 15 years ago
COPYING-PLAIN and new loaders tree 19 years ago
COPYING.loader_xcf and new loaders tree 19 years ago
ChangeLog v1.12.1 - No changes since v1.12.0 1 week ago
INSTALL fix install 19 years ago
Makefile.am autofoo: Rework git tag/release stuff, as in imlib2 10 months ago
README.in Edb is dead. 11 years ago
autogen.sh autogen.sh: Add -n as alternative to NOCONFIGURE 4 years ago
configure.ac v1.12.1 - No changes since v1.12.0 1 week ago
imlib2_loaders.spec.in Spec file: Add git tag to rpm file name (if built from git checkout) 3 years ago

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.