• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

m4/H01-Aug-2020-9,1628,273

src/H03-May-2022-5,5054,467

AUTHORSH A D16-Mar-2013211 74

COPYINGH A D16-Mar-20131.9 KiB3328

COPYING-PLAINH A D16-Mar-20131.9 KiB3429

COPYING.loader_xcfH A D16-Mar-201317.6 KiB340281

ChangeLogH A D01-Aug-202015.5 KiB423332

INSTALLH A D16-Mar-2013346 159

Makefile.amH A D01-Aug-2020395 1510

Makefile.inH A D03-May-202225.9 KiB838739

READMEH A D01-Aug-20201.4 KiB4531

README.inH A D01-Aug-20201.4 KiB4531

aclocal.m4H A D01-Aug-202053.5 KiB1,4871,340

compileH A D01-Aug-20207.2 KiB349259

config.guessH A D01-Aug-202043.1 KiB1,4871,294

config.h.inH A D01-Aug-20202.2 KiB8761

config.subH A D01-Aug-202030.7 KiB1,7911,636

configureH A D01-Aug-2020457.9 KiB15,75213,152

configure.acH A D01-Aug-20202.1 KiB9983

depcompH A D01-Aug-202023 KiB792502

imlib2_loaders.specH A D01-Aug-2020812 4232

imlib2_loaders.spec.inH A D01-Aug-2020811 4232

install-shH A D01-Aug-202015 KiB519337

ltmain.shH A D01-Aug-2020316.6 KiB11,1507,980

missingH A D01-Aug-20206.7 KiB216143

README

1Imlib2_loaders 1.7.0
2
3Additional Image Loaders
4
5This package contains image loader plugins for Imlib 2 that are not dis-
6tributed together with the Imlib 2 package itself. More about Imlib 2
7can be found on http://www.rasterman.com/imlib.html.
8
9XCF loader:
10
11The XCF loader cannot be packaged together with Imlib 2 because Imlib 2
12is distributed under the BSD license, whereas the XCF loader is using
13elements of the Gimp's (www.gimp.org) codebase, which is distributed
14under the GPL. The XCF loader therefore is GPL'd as well.
15
16------------------------------------------------------------------------------
17COMPILING AND INSTALLING:
18
19  ./configure
20  make
21(as root unless youa re installing in your users directories):
22  make install
23
24------------------------------------------------------------------------------
25BUILDING PACKAGES:
26
27RPM: To build rpm packages:
28
29  sudo rpm -ta imlib2_loaders-1.7.0.tar.gz
30
31You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
32not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
33for more details)
34
35DEB: To build deb packages:
36
37  tar zvf imlib2_loaders-1.7.0.tar.gz
38  cd imlib2_loaders-1.7.0
39  dpkg-buildpackage -us -uc -rfakeroot
40  cd ..
41  rm -rf imlib2_loaders-1.7.0
42
43You will find all the debian source, binary etc. packages put in the directory
44where you first untarred the source tarball.
45

README.in

1Imlib2_loaders @VERSION@
2
3Additional Image Loaders
4
5This package contains image loader plugins for Imlib 2 that are not dis-
6tributed together with the Imlib 2 package itself. More about Imlib 2
7can be found on http://www.rasterman.com/imlib.html.
8
9XCF loader:
10
11The XCF loader cannot be packaged together with Imlib 2 because Imlib 2
12is distributed under the BSD license, whereas the XCF loader is using
13elements of the Gimp's (www.gimp.org) codebase, which is distributed
14under the GPL. The XCF loader therefore is GPL'd as well.
15
16------------------------------------------------------------------------------
17COMPILING AND INSTALLING:
18
19  ./configure
20  make
21(as root unless youa re installing in your users directories):
22  make install
23
24------------------------------------------------------------------------------
25BUILDING PACKAGES:
26
27RPM: To build rpm packages:
28
29  sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz
30
31You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
32not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
33for more details)
34
35DEB: To build deb packages:
36
37  tar zvf @PACKAGE@-@VERSION@.tar.gz
38  cd @PACKAGE@-@VERSION@
39  dpkg-buildpackage -us -uc -rfakeroot
40  cd ..
41  rm -rf @PACKAGE@-@VERSION@
42
43You will find all the debian source, binary etc. packages put in the directory
44where you first untarred the source tarball.
45